miasm
miasm copied to clipboard
Reverse engineering framework in Python
Hello, while running `python test/test_all.py`, some errors were encountered. Might anyone here have ideas as to what I might have done wrong? (i have done pip install z3-solver, llvmlite, and...
This is a feature request. Seems Miasm IR does not support ARM's MRS / MSR instruction yet. Any plan to support these instructions in the future?
It seems that `ira.set_empty_dst_to_next` always sets dst to the next IRblock even if the original asm block has no destination (because of some break-flow instructions like `RET` or `HLT`). This...
I have the following stack trace when using the "-y" option with the Sandbox_Win_x86_32 parser: ``` python sandboxed_powershell.py -j gcc -l -s -y powershell.exe [INFO]: Loading module 'ntdll.dll' [INFO]: Loading...
When I try to use mn_armt to disasm some armeabi-v7a code like these: 91 EA 03 0F TEQ.W R1, R3 92 EA 00 0F TEQ.W R2, R0 90 EA 02...
The .wasm file loader works well, but disassembly lacks floats support and translation to IR is not operational.
Hey! I'm trying to run jitter through this code: ``` loc_400a31 MOVSD XMM1, QWORD PTR [RIP + 0x1B7] MULSD XMM1, XMM3 MULSD XMM1, XMM3 MULSD XMM1, XMM4 MULSD XMM1, XMM4...
I have a elf file to run with liba.so.I have to call 'foo' in liba.so with a pointer fill with data. When use linux sandbox, the only way it to...