Sebastian Parschauer

Results 84 comments of Sebastian Parschauer

`gnome-calculator` can convert those if needed. Example: ``` twos FFFFFFFFFFFFE75E = 18A2 ``` As we are usually interested in what is actually on the stack and not behind it, this...

Okay, will update the documentation and check how to fix GC.

Sounds good. But let's do this in `v0.17`.

If you know address and type already, for what do you need `scanmem` then? There is the `dump` command. Also `ugtrain` can watch a configured variable in memory before starting...

How would you handle ASLR/PIC/PIE or dynamic memory with this?

Look at `man 2 ptrace`. Some games use the setgid bit. In that case, ptrace is not allowed. Changing file permissions usually resolves this issue. Some commercial games come with...

http://index-of.es/Varios/Securite/Anti-anti-ptrace.pdf if you have some basic French knowledge.