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
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_data
remains 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 thebytearray
is not populated.The text was updated successfully, but these errors were encountered: