Some answer here stated that debug info would make it easier to reverse engineer the software. When I use Visual C++ and distribute an executable with debugging information but with开发者_运维技巧out
My first question here, hopefully I\'m not doing it wrong. My problem is that I have a certain old DOS program which has quite much hacked the file format to the extreme to save space. (Yes, it\'s a
I\'m trying to write a \"shunt\" for an existing application to spew out data so I can integrate it into some analysis I\'m trying to perform, but I\'ve hit a dead end. I\'ve isolated the instruction
I\'ve tried Dependency Walker, bu开发者_Python百科t when I run the exe in profile, Dependency Walker froze.Process Explorer shows all DLLs loaded by application.Loaded dll in an exe are located in the
i have some PPC code that i want to convert back into its original C code, is there a way to do this? Possibly a person (such as somebody who knows PPC to reconst开发者_JS百科ruct the C code?) or a pr
Closed. This question does not meet St开发者_如何学编程ack Overflow guidelines. It is not currently accepting answers.
As we know, Android app开发者_运维问答s are written in Java. In Java, no matter what you do, it is impossible to protect compiled code from decompilation or reverse-engineering, as the Stack Overflow
I am trying to read data files generated by a program originally written in Visual Basic 6 (and later rewritten in Java) so I can process them using my own tools.
I have a project that I got from someone else. I don\'t know how exactly they configured it. All I know is that MyEclipse thinks the project has Spring and Hibernate capabilities but not Hibernate 3,
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.