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
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
I'm experiencing an issue with the memory.getBytes() function when using Ghidrathon with Ghidra's Headless Analyzer. When I use the following code to read bytes from memory:
I'm experiencing an issue with the
memory.getBytes()function when using Ghidrathon with Ghidra's Headless Analyzer. When I use the following code to read bytes from memory:Following the call to
memory.getBytes(),byte_dataremains empty and is not populated with any bytes.However, when I read the bytes individually using a loop, it works as expected:
No exceptions or error messages are thrown when
memory.getBytes()is called and thebytearrayis not populated.