about summary refs log tree commit diff stats
path: root/miasm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix delayslot to support pickleFabrice Desclaux2022-01-269-13/+2
* Implements syscall handler for mips32b + minimal Linux environmenticecr4ck@protonmail.com2022-01-144-1/+66
* Fix collectionsWilliam Bruneau2022-01-042-6/+9
* Minor modifications (incl. typos)Elias Bachaalany2021-12-271-1/+1
* Fix export generationFabrice Desclaux2021-12-131-10/+14
* Fix html; Add reg testFabrice Desclaux2021-12-062-4/+6
* Colorize ir/asmFabrice Desclaux2021-12-0113-13/+485
* Fixed "POP reg_sp" in all modesElias Bachaalany2021-11-121-2/+2
* Add aarch64 strlrxxFabrice Desclaux2021-10-291-1/+4
* Add m68k jitter archFabrice Desclaux2021-10-292-0/+522
* Fix expr propag namesFabrice Desclaux2021-10-121-13/+13
* Raise IOError on out of bound pe readingFabrice Desclaux2021-09-041-1/+3
* Fix analysis on incomplete ircfg graphsFabrice Desclaux2021-09-041-0/+4
* Merge pull request #1384 from serpilliere/add_simplificationserpilliere2021-09-042-1/+18
|\
| * Add flag cst simplificationFabrice Desclaux2021-09-042-1/+18
* | Merge pull request #1382 from 327135569/cleancheckserpilliere2021-09-044-35/+4
|\ \
| * | Clean encode's value checkpengc2021-09-034-35/+4
| |/
* / Fix kernel32_WideCharToMultiByteThéo Combe2021-08-311-1/+4
|/
* Fix interference computationFabrice Desclaux2021-08-171-4/+8
* Merge pull request #1377 from serpilliere/fix_interfer_computationserpilliere2021-08-031-4/+15
|\
| * Fix interfer computationFabrice Desclaux2021-08-021-4/+15
* | x86_64 Fix multiple REX prefix instruction disasm (#1376)Konstantin Komarov2021-07-031-3/+7
|/
* Optimise heap manipulation for mem accessesFabrice Desclaux2021-06-101-7/+11
* Symbols are str instead of bytesFabrice Desclaux2021-06-0812-23/+24
* Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-053-4/+5
* Fix m2_expr import in sem.py in MIPS32THUzxj2021-03-231-39/+39
* Fix sb & sh instruction in MIPS32 #1361THUzxj2021-03-231-4/+4
* irb_out_ndes -> irb_out_nodesgh0st2021-03-171-1/+1
* Pretty print jitter exception flagWilliam Bruneau2021-02-242-1/+28
* Display exception flag on jitter exceptionsWilliam Bruneau2021-02-241-1/+15
* Fix ADD/SUB; Add CMNFabrice Desclaux2021-02-142-2/+41
* Aarch64: add ldar/stlrFabrice Desclaux2021-01-091-1/+6
* Rm debugFabrice Desclaux2020-12-291-1/+0
* Add simplificationFabrice Desclaux2020-12-282-0/+13
* Fix unused varFabrice Desclaux2020-12-271-3/+1
* docs: fix simple typo, corresponoding -> correspondingTim Gates2020-12-261-1/+1
* Merge pull request #1335 from serpilliere/rename_ir_archserpilliere2020-12-2625-223/+238
|\
| * Rename ir_arch for jitterFabrice Desclaux2020-12-2514-126/+137
| * Rename examples lifterFabrice Desclaux2020-12-2511-97/+101
* | Remove debugFabrice Desclaux2020-12-251-2/+0
|/
* removed duplicate assignmentVladislav Hrčka2020-12-251-1/+0
* Merge pull request #1330 from serpilliere/fix_del_dummy_phiserpilliere2020-12-242-35/+146
|\
| * Remove unused codeFabrice Desclaux2020-12-241-18/+0
| * Rewrite del dummy phi using equivalence classesFabrice Desclaux2020-12-241-17/+146
* | Add deprecation warningFabrice Desclaux2020-12-246-1/+54
* | Add missing jit functions in mipsFabrice Desclaux2020-12-241-0/+7
* | Rename LifterModelCallMsp430Fabrice Desclaux2020-12-242-5/+5
* | Rename LifterModelCallPpc32bFabrice Desclaux2020-12-242-4/+4
* | Rename LifterModelCallMips32Fabrice Desclaux2020-12-242-6/+6
* | Rename LifterModelCallMepFabrice Desclaux2020-12-242-7/+7