about summary refs log tree commit diff stats
path: root/miasm2/analysis (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* jit: move code into arch directoryserpilliere2014-08-211-4/+4
|
* mips32: little/big endian is now an attribserpilliere2014-08-211-2/+2
|
* Machine: Add wrapper over gdbserverCM2014-08-201-0/+9
|
* Machine: add wrapper over jitterCM2014-08-201-0/+16
|
* Machine: Add an abstract machine wrapperCM2014-08-201-0/+77
|
* Gdbserver: assert EIP with jitter PCajax2014-06-041-0/+6
|
* Debugging: fix watchmem second argajax2014-06-041-4/+5
|
* Miasm v2serpilliere2014-06-035-0/+1367
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !