reverse-engineering
How to check for changes to the program code while I am running it
Hello fellow developers, assume I had a program that required authorization granted to him by a server over the network. Obviously, at some point within my code there would be something along the lin[详细]
2023-03-31 15:36 分类:问答Identifying cocoa (NSData, NSArray, etc) objects in a file format [duplicate]
This question already exists: Reverse engineering NSDocument file Closed 9 years ago. In order to reverse engineer a file format, How can I identify cocoa objects in a file format?[详细]
2023-03-28 23:48 分类:问答Array of virtual functions
When reverse engineering and using external classes I often try to redefine those classes in my library:[详细]
2023-03-28 22:33 分类:问答How do I find commandline/parameter of an unknown exe via debugger tools?
Suppose I have a compiled exe, and I want to find the parameter or command line argument of the exe, how do I do it using a debugger? I think this topic enters into category of reverse engineering, bu[详细]
2023-03-28 16:08 分类:问答Reverse engineering NSDocument file
I have an unsupported file format from an OS X program. It uses NSDocument, unfortunately the vendor won\'t help with the format - or allow export.[详细]
2023-03-28 02:07 分类:问答How to protect a java application from reverse-engineering or code stealing? [closed]
Closed. This question needs details or cl开发者_JAVA技巧arity. It is not currently accepting answers.[详细]
2023-03-27 15:01 分类:问答Game Boy emulator with a full debugger?
As part of the work I\'ve been doing to answer this question about the technical workings of a glitch in Pokémon Red, I\'ve been looking for a way to use a standard debugger to debug a Game Boy ROM.A[详细]
2023-03-25 08:14 分类:问答Deconstructing Pokémon glitches?
(I apologize if this is the wrong place to ask this.I think it\'s definitely programming related, though if this belongs on some other site please let me know)[详细]
2023-03-24 01:30 分类:问答visual paradigm, reverse engineering PHP project
I get the following error when trying 开发者_StackOverflow社区to do reverse engineering with visual-paradigm:[详细]
2023-03-23 07:02 分类:问答ASM: How to find this asm function(via offset)?
In a C++ function I have following code: #if defined(WIN64) const int offset= 0xd1; #else const int offset= 0x77;[详细]
2023-03-23 00:28 分类:问答