Skip to content

Commit

Permalink
remove cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Nov 15, 2024
1 parent 2f4e08d commit e4e8103
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions testdata/dump_x86regFor64bit_interge_calc.ds
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.connect local
load vmm

.start path asm.exe
.sympath SRV*c:\Symbols*https://msdl.microsoft.com/download/symbol
.sym load //todo load asm.pdb
.sym reload
.sym download

bp __allmul
log 4 args from stack
make 64bit reg
print x*y=z

bp __alldiv
log 4 args from stack
make 64bit reg
print x/y=z

save log to file "dump_x86regFor64bit_interge_calc.log" ?

stop debugging
unload vmm




/////////////////////
first in get stack on debug module
.debug remote namedpipe \\.\pipe\HyperDbgDebug
.debug prepare serial 115200 com1
u nt!IopXxxControlFile l 74f
bp nt!IopXxxControlFile
g
kq l 60

0 comments on commit e4e8103

Please sign in to comment.