reverse-engineering
What is the real signature of a C++ constructor after compilation
What is the real signature of a constructor in C++? Background: I try to hook internal functions of a dll. I have the pdb-Debug Files and were able to get the exact location of the function, includin[详细]
2023-04-12 02:17 分类:问答Strip out sensitive information from BIOS dump
While debugging or rever开发者_如何学Cse engineering a BIOS, what should be removed before sending a dump to someone else?[详细]
2023-04-12 01:23 分类:问答Goto statements in decompiled code causing issues
I\'ve been given some ancient unsupported third party vendor code in a jar file by a customer and I\'m trying to reverse engineer it so I re-implement the same protocol it used to connect to a server.[详细]
2023-04-11 16:58 分类:问答Viewing source code from a third-party jar in Eclipse
I am working on a Java project in Eclipse. In this I am using a third party JAR which I have put in on the classpath. Now I want开发者_开发问答 to understand the code in the JAR file and want to see t[详细]
2023-04-10 10:51 分类:问答Is it possible to spoof a value for a hardware profile in IO/Kit on OS X?
As an exercise in OS X IO/Kit manipulation, I am looking to return a different UUID, Serial, Boot ROM version, perhaps even number of cores and processor type (just any value) to the System Profiler a[详细]
2023-04-10 06:42 分类:问答How to extract images from running .Net application?
I would ask about just \".net application\" but my app is obfuscated, encrypted and compressed, and I cannot get anything from just a binary file on the disk.[详细]
2023-04-09 22:25 分类:问答What's more difficult to reverse engineering: Application or jar containing Applet?
What\'s more difficult to reverse engineering: Application or jar containing Applet? I know it\'s easy to reach the source code of a java application but is that possible for a[详细]
2023-04-09 02:41 分类:问答Reverse Engineer Java code using BOUML
I\'ve followed all the instructions here herebut I can\'t seem to find the option to Class diagram 开发者_JS百科but can only find reverse engineer to class view. Can someone pls help me? I\'m trying t[详细]
2023-04-08 21:21 分类:问答Visual Studio 2010: How to generate component diagram from code
I got into a project that is under development for quite sometime and lacks models and documentation on the design. We are using Visual Studio 2010 Ultimate. There is one old preliminary VS architectu[详细]
2023-04-07 13:19 分类:问答what code gets executed
I have some J2EE application, and I\'m able to see the what that application is doing in it\'s web interface. I also have the source code for the application. I want to realize what code is actually e[详细]
2023-04-06 06:49 分类:问答