cyberkaida / reverse-engineering-assistant

An AI assistant for reverse engineering tasks 👩‍💻
Apache License 2.0
165 stars 15 forks source link

Issue with resolving symbols and addresses in the decompilation tool #55

Closed cyberkaida closed 1 month ago

cyberkaida commented 1 month ago

I think this is in the plugins address and symbol function. We should move away from Ghidra deciding between symbol and address and do this in python like with get data

cyberkaida commented 1 month ago

I have refactored the symbol resolver in bbf54b3 please check your issue is fixed.