Hugo
Hugo
Hello, When I use the function `off2virt` on a PE executable loaded with the miasm sandbox, it does not return the correct virtual address. After some digging, I suspect the...
Hello, I get the following error when I try to jit the FYL2X instruction: ``` /var/folders/0t/czv99snj1ml4w82t5n54pn6w0000gn/T/tmp8scpgB.c:43:15: warning: implicit declaration of function 'fpu_fyl2x64' is invalid in C99 [-Wimplicit-function-declaration] var_64_00 = (fpu_fyl2x64(mycpu->float_st0,...
Hello, It seems Sibyl (the IDA stub) is unable to recognize the ABI when it finds void functions in IDA. I believe this issue could be resolved in modifying the...