-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about recompiling wcdatool's output #14
Comments
Yes, that would greatly affect the ability to recompile the code. All of those need to be eliminated first. See step 8 of the
Since the main purpose when creating this tool was readability, I decided to keep this information as it is quite handy when investigating code. There's currently no option to turn that off, but a simple regex can be used to remove that, e.g.
No, it isn't. Recompilation is actually way harder than it sounds, as lots of necessary information (e.g. alignment) is lost when compiling sources to an executable (and thus that information is not available when reverse engineering, which is what I've had moderate success in recompiling |
So is this code in a state to be recompiled once it has been decompiled? I'm not really an assembler programmer so I can't immediately tell.
Was surprised to see the output ad the line numbers/binary code as well-- is there a way to disable that? I assume you can't recompile the code with that in the code.
Also, I've noticed comments about "bad code" or "misplaced" code-- I assume this is something your script does? Would that affect trying to recompile the code?
The text was updated successfully, but these errors were encountered: