freakd

Results 7 comments of freakd

I used ropper to scan a core file, it does work but with incorrect offset. I used ```objdump``` to find the same gadget (```objdump``` will display the correct address for...

If minimizing dependencies is an objective, we can set the output color directly with ```GetStdHandle``` and ```SetConsoleTextAttribute``` using ```ctypes```: https://www.burgaud.com/bring-colors-to-the-windows-console-with-python Another option is to check for ```colorama``` and if it...

The problem with filtering based on context is that when searching for gadgets, a person takes into account that maybe right now ```eax=0```, but when after chaining a different gadget...

Still working on Chrome 69.0.3497.100 64-bit on Windows (no credit card autofill but everything else works).

Using Python 3.8.10 and latest Emscripten (3.1.9). Looks like there are no changes needed. the output JS is good, only usage is a bit different. There were probably some changes...

I'm thinking about solving this using [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt). I'll PR if I get any progress on this 🙂

btw version is `PE-bear_0.6.1_x64_win_vs17` (latest)