crazy hugsy
crazy hugsy
Equivalent of WinDBG `.writemem`
- [ ] Find a proper minidump library - https://github.com/0vercl0k/udmp-parser/pull/6 - [ ] Integrate minidump & coredump support
Just need to change the link to `http://server/#room={room_id},{room_key}` Where `room_id` format is `[0-9a-f]{20}` and `room_key` format is `[a-zA-Z0-9_-]{22}`
## Description/Motivation/Screenshots * Explicitly forcing `args : argparse.Namespace` as a result of `parse_arguments` ## How Has This Been Tested? | Architecture | Yes/No | Comments | | ------------ | :----------------------:...
## Description/Motivation/Screenshots Adds new file formats for PE and MachO. Depends on https://github.com/hugsy/gef/pull/849 ## How Has This Been Tested ? | Architecture | Tested ? | Comments | | ------------...
## Description Make it use the latest stable release Currently the `ref` was empty (was spotted in the screenshot in #1049) ## Checklist - [x] My code follows the code...
## Description This PR is purely esthetic but fixes a few extra inconsistencies thanks to type hints, using `pylint` and `pylance`. Among other fixes: * removed unused vars * `f-string`-ify...
## Description Fix support for `rr` for the `gef.session.remote` api changed last year. [Discord link](https://discord.com/channels/705160148813086841/705160148813086843/1195211116612157490) ## Checklist - [x] My code follows the code style of this project. - [x]...