Chris

Results 2 issues of Chris

I have a script which get instruction place on EIP ``` ins = pluginsdk.x64dbg.DISASM_INSTR() pluginsdk.x64dbg.DbgDisasmAt(Register.EIP, ins) ``` ins has an array field name arg,and arg has 3 element. I can...

I used VS2013 to compile this project,but faild.VS showed some error in file "amd64vm.asm",how can i fixed it. > Error 1 error A2013: .MODEL must precede this directive C:\Users\luoyanijao\Desktop\VirtualDbg-master\VirtualDbg\VM\amd64vm.asm 7...