-
Notifications
You must be signed in to change notification settings - Fork 143
Description
/home/gugugu/Downloads/flareon11/sshd/write_payload.py: No memory available or memory not present (UC_ERR_NOMEM)
Traceback (most recent call last):
File "/home/gugugu/ida-pro-9.1/python/ida_idaapi.py", line 501, in IDAPython_ExecScript
exec(code, g)
~~~~^^^^^^^^^
File "/home/gugugu/Downloads/flareon11/sshd/write_payload.py", line 12, in
eh = flare_emu.EmuHelper()
File "/home/gugugu/ida-pro-9.1/python/flare_emu.py", line 300, in init
self.reloadBinary()
~~~~~~~~~~~~~~~~~^^
File "/home/gugugu/ida-pro-9.1/python/flare_emu.py", line 1509, in reloadBinary
# map all binary segments as one memory region for easier management
File "/usr/lib/python3.13/site-packages/unicorn/unicorn_py3/unicorn.py", line 834, in mem_map
raise UcError(status)
unicorn.unicorn_py3.unicorn.UcError: No memory available or memory not present (UC_ERR_NOMEM)