You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Release 2024.06] Fixes (#1116)
Restores tests on non-x86 (tested arm, arm64 and mips64)
Mostly very minor fixes, only unit tests related.
Qemu tests are temporarily disabled when remoting because they all
assume host & target are Intel (not blocking, but must be reworked
later).
Added docs to debug using VSCode (#995)
This PR adds the documentation to use VSCode as a source debugging
platform for GEF.
It also fixes the PR template MD file, which had a non-terminated HTML
comment tag.
Allow new file format (#849)
* New abstraction class for fileformat, but defaults to GEF. This allows PE/MachO fileformat to be supported via gef-extras
* 🐛 fixes
- moved prompt init after gef initial loading
- added a `__str__` for `FileFormat`
- `FileFormat` also requires a section member
* [CI] Fixed missing import