Recovering full source from compiled Java apps is an amazingly easy thing to do, and it shouldn't take much imagination to come up with a scenario or two where being able to quickly and easily do so...
Type: Posts; User: c0rruption; Keyword(s):
Recovering full source from compiled Java apps is an amazingly easy thing to do, and it shouldn't take much imagination to come up with a scenario or two where being able to quickly and easily do so...
int main(int argc, char **argv) {
mapRecord rec;
mapHeader header;
FILE *infile, *indexfile;
char *dirs[2];
char fname[PATH_MAX];
int i, nrecords = 0;
A while back, the HR department at my work asked me to investigate a company laptop that they suspected had been being used inappropriately. Part of what I needed to do was dig into a particular...