|
|
|
|
|
by monocasa
2443 days ago
|
|
The binaries aren't preencrypted here, the dynamic nature is the whole point. There's nothing to unpack since you just reference the binary, and no added work for the debugger. So when you say > For example it appears to combat ROP they are additionally encrypting the code segment of the program and decrypting on an as needed basis. I am absolutely sure this would make debugging more difficult. It's just not true. |
|
You just debug in a system without these protections turned on then.