about summary refs log tree commit diff
path: root/src/afl-fuzz-python.c
diff options
context:
space:
mode:
authorAlex Schmith <alexanderschmith@protonmail.com>2024-04-03 05:57:09 -0400
committerGitHub <noreply@github.com>2024-04-03 11:57:09 +0200
commit2bf92848ff7f48155b8fa031543ab3410dc556d6 (patch)
tree3e3d8dd0dceaa97ecc7539866c677e3d7602b204 /src/afl-fuzz-python.c
parentad65cfb400bc5f0191458cc98f3ef63926ab6252 (diff)
downloadafl++-2bf92848ff7f48155b8fa031543ab3410dc556d6.tar.gz
Fixed unicorn_dumper_gdb.py for updated version of gef (#2045)
Updated unicorn_dumper_gdb.py to support new gef api and replaced deprecated functions . The functions that are not in the new gef api are read_memory(), and current_arch(). Also replaced some deprecated functions with the updated versions of them.

    replaced read_memory() with GefMemoryManager.read() as read_memory(). read_memory() is in legacy-gef-api
    replaced current_arch with gef.arch.registers
    replaced get_process_maps() with gef.memory.maps (just depreacated)
    replaced get_register() with gef.arch.register()
Diffstat (limited to 'src/afl-fuzz-python.c')
0 files changed, 0 insertions, 0 deletions