|
|
|
|
|
by icebraining
3142 days ago
|
|
Also this is not assembly, it is object code. Disassemblers exist. You can take the binary, generate the assembly code, fix it and then re-compile to find the needed changes. I cracked a few sharewares with OllyDbg this way (just for fun, never distributed), and I'm no "leet coder". |
|
What they said is they found evidence that the binary was modified manually.
This is way more tedious that disassembling and reassembling a binary.