reverse-engineering
Disassembling CGWindowContextCreate()?
From past few days I am trying to find out the location of CGContextRef on screen and window at Graphics Layer of OS X architecture (mostly in quartz). I think in order to create a window one must pas[详细]
2023-03-16 22:56 分类:问答CGPatternGetStep() signature?
Can anybody please explain me the following assembly? _CGPatternGetStep: +00007fb8655pushl%ebp +10007fb8789e5movl%esp,%ebp[详细]
2023-03-16 11:15 分类:问答difficulty understanding different kinds of call statements
Considering the followin开发者_StackOverflowg kinds of CALL statements, I fail to understand the difference clearly.[详细]
2023-03-15 17:56 分类:问答Reverse engineering in one package
I have a java project with many packages and I am trying to do a reverse engineering with EA but I couldn\'t find a way to create 开发者_JS百科one class diagram.[详细]
2023-03-15 15:33 分类:问答Base addresses not the same
When I load up an executable in IDA pro and OllyDbg, the addresses of the same inst开发者_运维百科ructions start up at different locations. This could be because they are different base addresses. I w[详细]
2023-03-15 13:16 分类:问答Reverse Engineering virtual functions code in C++
I just compiled the following on VS2010(with optimization turned off). class Shape { public: int x,y; Shape() {[详细]
2023-03-15 03:36 分类:问答Add custom menu items to the Finder context menu
How do I add custom menu items to the context menu for files in Finder? Unfortunately, most of the information out on the Internet and on Stack Overflow doesn\'t work in 10.6 or are too limited. Aut[详细]
2023-03-14 21:03 分类:问答re engineering andEngine 1.0 jar, change and recompile again
I am working with AndEngine 1.0 JAR, Now I want to make change to some of its class files. luckily I have its source attached jar file. I have edited its .java file but don\'t k开发者_Go百科now how to[详细]
2023-03-14 13:00 分类:问答c++ class disassembly
I have the following code: class Base { public: int x,y; Base() { x=10; y=20; } virtual void myfunction() { }[详细]
2023-03-14 09:49 分类:问答How to extract Virtual Table informations from a shared library?
I\'m implementing a开发者_开发百科 performance analysis tool. One thing that I\'m doing is to estimate the cost of a function call. In order to do that, I need to know if a given function is virtual i[详细]
2023-03-13 18:42 分类:问答