freakd

Results 12 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)

Having automatic builds from git is so convenient! I'm checking it out now.

Looks great! It shows the correct mapped offset now for the code section. A few suggestions: - Adding an additional warning during loading, if the `IMAGE_SECTION_HEADER.PointerToRawData` is misaligned. - Changing...

About the misaligned section warning - I do understand your dislike of the message box interfering with the flow of the application. A more subtle visible cue is also good....