-
Notifications
You must be signed in to change notification settings - Fork 22
Description
BASH OUTPUT
(py) pwn@pwn:/opt$ qemu-aarch64 ./gdb
GNU gdb (GDB) 16.2
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "aarch64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) import struct
Undefined command: "import". Try "help".
(gdb) source /opt/gef.py
Python Exception <class 'ModuleNotFoundError'>: No module named 'ctypes'
Error occurred in Python: No module named 'ctypes'
(gdb)
ISSUE
If we support gef.py by adding python module "ctypes", we will have the ability to run a enhanced gdb-static on embedded device!