Skip to content
New issue

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

support symbols retrieval from special address #3

Open
codingfarmer007 opened this issue Apr 1, 2023 · 5 comments
Open

support symbols retrieval from special address #3

codingfarmer007 opened this issue Apr 1, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@codingfarmer007
Copy link

the function is like what "SymFromAddr" do

@zouxianyu
Copy link
Owner

Good issue. Could you describe the scenarios in which you will use this feature?

@codingfarmer007
Copy link
Author

The address captured by automated testing tool needs to be translated into its corresponding symbol in real time.

@zouxianyu
Copy link
Owner

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.

@codingfarmer007
Copy link
Author

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.

@zouxianyu
Copy link
Owner

OK, I will do it later.

@zouxianyu zouxianyu self-assigned this Apr 7, 2023
@zouxianyu zouxianyu added the enhancement New feature or request label Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants