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
All argument-parsing by xAnalyzer is more like a prediction and kind of uncertain until the call is reached at execution-time. Therefore it would be nice to enhance xAnalyzer such that it manipulates the Argument Widget (between Stack and Register View):
1: [esp] PVOID HeapHandle 00000020
2: [esp+4] ULONG Flags 00000020
3: [esp+8] PVOID HeapBase 00000000
4: [esp+C] 00000024 <-- automatically removed or greyed out by xAnalyzer
5: [esp+10] 00000001 <-- automatically removed or greyed out by xAnalyzer
The text was updated successfully, but these errors were encountered:
As discussed in #26
All argument-parsing by xAnalyzer is more like a prediction and kind of uncertain until the
call
is reached at execution-time. Therefore it would be nice to enhance xAnalyzer such that it manipulates the Argument Widget (between Stack and Register View):The text was updated successfully, but these errors were encountered: