xAnalyzer
xAnalyzer copied to clipboard
Integrate xAnalyzer in x64dbg's CPUArgumentWidget
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):
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
I'll keep it open for now, but I guess this is duplicate of #14