Tags: hugsy/gef
Tags
[CI] Test ARM64 build with GithubActions (#1166) ## Description Ubuntu ARM runners are [now available](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/). Add them to the test suite. Note: the following tests are marked as skipped for `aarch64` since they failed on CI (but work locally). Will revisit later - `test_func_parse_maps_remote_qemu` - `test_func_parse_maps_realpath` - `test_cmd_heap_bins_tcache` - `test_cmd_heap_bins_tcache_all` - `test_can_establish_connection_to_gdbserver_again_after_disconnect` --------- Signed-off-by: hugsy <crazy.hugsy@outlook.com>
[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).
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
PreviousNext