xAnalyzer icon indicating copy to clipboard operation
xAnalyzer copied to clipboard

Integrate xAnalyzer in x64dbg's CPUArgumentWidget

Open atar-axis opened this issue 8 years ago • 1 comments

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

atar-axis avatar Feb 17 '18 16:02 atar-axis

I'll keep it open for now, but I guess this is duplicate of #14

ThunderCls avatar Feb 17 '18 20:02 ThunderCls