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
If you are making a debugger/automated test tool, you need to be aware that sending a lot of requests to the server is not a good choice. This is because it brings high latency and high network overhead. Downloading the PDB to local and then parsing it might be a better choice.
I would consider adding this feature if you make sure you are using it appropriately.
Thank you for your helpful advice that I agreed with. I finished this task by writing a script in IDA, but I need to save the log and parse it with the script. If you could provide a network version, I would be able to use the API to fully automate the process.
the function is like what "SymFromAddr" do
The text was updated successfully, but these errors were encountered: