-
Notifications
You must be signed in to change notification settings - Fork 83
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
[Feature request] Labeless syncs function/procedure list from IDA to OllyDbg/other debuggers #10
Comments
Hm... I don't know is this possible to tell to Olly about new procedure (I think Olly makes procedures list based on initial internal Olly's analysis) using Olly PDK. Maybe we can force to reanalyze some memory region... |
For x64dbg this is possible with |
@mrexodia Thanks |
@mrexodia Hi, does x64dbg have a possibility to specify a number of arguments for a function and give them all size/type (on case of enum, struct, etc.)? Also, I may provide to the debugger some information about known APIs prototypes to help the debugger to show arguments in the stack on reaching 'call API' |
No, this is currently not supported. You can make comments though to
|
There has been progress on this. You can now define functions but enum
|
I see the function analysis of IDA is much better than OllyDbg so that I want Labeless not only syncs function names from IDA as labels but also marks the functions which OllyDbg doesn't recognize as functions/procedures.
Here, the label of the function is synced:

Here, the procedure list doesn't include the function synced from IDA:

The text was updated successfully, but these errors were encountered: