Add headless runtime tooling and Campaign.win analysis
This commit is contained in:
parent
57bf0666e0
commit
27172e3786
37 changed files with 11867 additions and 302 deletions
7
tools/winedbg_auto_load_crash.cmd
Normal file
7
tools/winedbg_auto_load_crash.cmd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cont
|
||||
info reg
|
||||
print/x *(unsigned int*)($esp)
|
||||
print/x *(unsigned int*)($esp+4)
|
||||
print/x *(unsigned int*)($esp+8)
|
||||
print/x *(unsigned int*)($esp+12)
|
||||
bt
|
||||
Loading…
Add table
Add a link
Reference in a new issue