miasm
miasm copied to clipboard
Reverse engineering framework in Python
Hello, Could you explain why we cannot increase the _MAX_MEMORY_SIZE_ value (inside _dse.py_) please ? When I tried to set a bigger value, I get an unexpected behavior with the...
I'd like to spend some time in the FreeBSD OS (14.1) and naturally I'd like to check it's TC coverage the thing is that I'm not able to start the...
I tried to run all the tests, after installing optional prereqs ``` cat /etc/issue Ubuntu 22.04.4 LTS \n \l pip3 install -r ./optional_requirements.txt python3 -V Python 3.10.12 pip3 freeze |...
Using Python 3.12 details ``` C:\Dev\python\in>pip install miasm Collecting miasm Downloading miasm-0.1.5.tar.gz (618 kB) ---------------------------------------- 618.3/618.3 kB 4.9 MB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build...
Hello, I have not the same result with a native CPU and MIASM (miasm==0.1.5.dev47) for the following instruction "5f 03 28 6a" interpreted by MIASM as **bics wsp,w26,w8** and not...
Hello, I have not the same result with a native CPU and MIASM (_miasm==0.1.5.dev47_) for the following instructions (X2 = 0x00000000000000; X5 = 0x000000000003F4) ``` 0014BB24 CMP X2, 0x60 0014BB28...
Hello! The ircfg_to_ssa transformation isn't numbering my variables correctly. In, `loc_fffff8022ed3962a`, I have a statement (1) `RAX.0=RAX+0xFFFFFFFFF4E120DA` which is eventually used to resolve the next jump. This makes no sense...
Sorry for making an issue for this but I don't know how to formally contact you guys. Would it be possible to get access to the rust version of miasm?
Add the ldaxr instruction.