We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbols provided by Ghidra are locked to active file during server configuration.
Reproducing:
# start bin1 server $ curl -s http://127.0.0.1:3662/RPC2 -d "<methodCall><methodName>d2d.elf_info</methodName><params></params></methodCall>" | grep -oP "<name>name</name><value>(.*?)</value>"` <name>name</name><value>binary 1</value> # start bin2 server $ curl -s http://127.0.0.1:3662/RPC2 -d "<methodCall><methodName>d2d.elf_info</methodName><params></params></methodCall>" | grep -oP "<name>name</name><value>(.*?)</value>"` <name>name</name><value>binary 1</value>
As for now this is fixed only by restarting ghidra.
This problem rises when you need to switch between library and binary during debugging session.
The text was updated successfully, but these errors were encountered:
mahaloz#91 invalidate cache on server start
dac83e4
6f594d3
2fbbfec
#91 invalidate cache on server start (#92)
b228dd9
No branches or pull requests
Symbols provided by Ghidra are locked to active file during server configuration.
Reproducing:
As for now this is fixed only by restarting ghidra.
This problem rises when you need to switch between library and binary during debugging session.
The text was updated successfully, but these errors were encountered: