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

Add dynamically resolved calls support #56

Open
M0cK1nG-b1Rd opened this issue Dec 9, 2021 · 3 comments
Open

Add dynamically resolved calls support #56

M0cK1nG-b1Rd opened this issue Dec 9, 2021 · 3 comments
Milestone

Comments

@M0cK1nG-b1Rd
Copy link

Hi, nice project!I was debugging a upxed exe and I found that sometimes the plugin was unable to parse and comment the Win32 api.

pic1

and I've tried all the options in the plugin and menu in the right click section, but in vain.

pic1

pic1

I am expecting something like that in olly:

pic1

Is that a feature unsupported ? Or I misconfigured something so it doesn't work. Any help would be appreciated.

@ThunderCls
Copy link
Owner

ThunderCls commented Dec 9, 2021

Analysis of dynamic calls is not currently supported except in some cases by using the "smart function tracking" feature, if applicable. Meaning that for dynamically resolved calls like in your example, the plugin won't give you any additional information, only for statically resolved calls.

I think this could also be related to #14

@ThunderCls ThunderCls added this to the v3.0 milestone Dec 9, 2021
@ThunderCls ThunderCls changed the title Api parsing sometimes won't work Add dynamically resolved calls support Dec 9, 2021
@M0cK1nG-b1Rd
Copy link
Author

Understood, thanks for the explain :)

@ThunderCls
Copy link
Owner

Np, let's keep it open for future reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants