Sebastian Parschauer

Results 84 comments of Sebastian Parschauer

Before dropping using `sighandler()` for SIGSEGV: ``` > 0 01/06 searching 0x601000 - 0x602000..........ok 02/06 searching 0x7f1c532ee000 - 0x7f1cb0eef000.......error: Killed by signal 11. ``` After dropping using `sighandler()` for SIGSEGV:...

Short info "You might have run out of memory." would be nice here.

Thanks for stepping in @12345ieee. I've stopped all work on game cheating tools for now. Got a new family member to care of who has priority.

You could use the hex view of GameConqueror or the `dump` command of scanmem. Do you know that the locking/freezing of values in scanmem/GC only works once if it is...

This is selectable by `scanmem` command `dregion` on region level. E.g. `dregion !0,1` is often used to limit search results for pointers to the executable .data and .bss regions. Professionals...

Then we need to check if the range matches certain regions though. Then we would need to put more checks into the search routines which makes them slower. I would...

The idea is good. But the code style is bad once again. If you look at handlers.h, then you should notice that options added to commands always use the underscore...

Resetting regions without the matches might cause unpredicted behaviour. I would leave that out for now. The rest sounds very good.

We are in feature freeze right now as v0.16 is about to be released. Debian Stretch release schedule and therefore 2017-01-05 is the hard deadline. How do you imagine to...