about summary refs log tree commit diff stats
path: root/miasm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for ADCX and ADOX instructions for x86 ta/x86-adcxTheofilos Augoustis2025-06-201-0/+19
* Update setup & testsFabrice Desclaux2025-01-262-4/+2
* Fix xdot outputFabrice Desclaux2025-01-246-30/+27
* Merge pull request #1487 from psyirius/fix-ida-bs-get-u8serpilliere2024-08-201-1/+4
|\
| * fix: bin_stream get_u8 returning bytesPsyi Rius2024-04-281-1/+4
* | Merge pull request #1496 from AeonLucid/fix/aarch64_immhi_pageserpilliere2024-08-201-1/+1
|\ \
| * | Fix typo in aarch64_immhi_page decodeAeonLucid2024-08-031-1/+1
* | | Merge pull request #1502 from W0ni/fix_expression_divisionserpilliere2024-08-201-2/+2
|\ \ \
| * | | fix expression division and add testwoni2024-08-191-2/+2
| | |/ | |/|
* | | Fix compilation for FreeBSD OSAlex2024-08-041-1/+1
| |/ |/|
* | Merge pull request #1486 from serpilliere/fix_aarch64_cmpserpilliere2024-04-281-2/+7
|\ \ | |/ |/|
| * Fix add/sub aarch64Fabrice Desclaux2024-04-271-2/+7
* | Merge pull request #1474 from DimitriPapadopoulos/codespellserpilliere2024-03-286-11/+11
|\ \
| * | Fix typos found by codespellDimitri Papadopoulos2024-03-186-11/+11
* | | Merge pull request #1457 from W0ni/arm_handle_cf_shiftersserpilliere2024-03-212-76/+211
|\ \ \ | |/ / |/| |
| * | Add tests for MOVS and isThumb utility functionwoni2023-09-131-0/+3
| * | Fix disassembly bugwoni2023-09-131-0/+4
| * | Add RRX support inside instructionswoni2023-09-061-0/+50
| * | Add shifters for instructions that use shifter carrywoni2023-09-061-76/+154
* | | Improve CreateFile flags parsingwoni2024-01-161-6/+9
* | | Merge pull request #1467 from WilliamBruneau/pyparsing_bumpserpilliere2024-01-121-1/+1
|\ \ \
| * | | Unlock pyparsing versionWilliam Bruneau2024-01-041-1/+1
| |/ /
* | | Replace deprecated use of 'imp' moduleDuncan Ogilvie2024-01-061-2/+3
* | | Use regex literals for re.* functionsDuncan Ogilvie2024-01-068-13/+13
* | | Replace /!\ with [!] to fix a few warningsDuncan Ogilvie2024-01-067-11/+11
* | | Remove trailing whitespaceDuncan Ogilvie2024-01-064-19/+19
|/ /
* | Merge pull request #1453 from frank2/cygwin-fixserpilliere2023-09-051-1/+1
|\ \ | |/ |/|
| * fix compilation on cygwinfrank22023-07-071-1/+1
* | ImpRec: recover_import without alignment hypothesisCamille Mougey2023-04-241-12/+28
* | ImpRec: fix the search to actually use the ptrsizeCamille Mougey2023-04-241-1/+1
* | Merge pull request #1448 from cea-sec/generic-unpackserpilliere2023-04-231-0/+121
|\ \
| * | Add a "generic" import recovery strategy based on ImpRecCamille Mougey2023-04-231-0/+121
| |/
* / Depgraph: add `.address_to_location` to help find the line and loc of an addressCamille Mougey2023-04-231-0/+18
|/
* Further improve the user experience when building on WindowsDuncan Ogilvie2022-10-181-0/+2
* [x86] add missing Expression EIP when using address-size prefix for RIP-relat...w4kfu2022-05-231-1/+1
* Fix memory breakpoint display in debuggerWilliam Bruneau2022-03-251-3/+3
* Merge pull request #1417 from WilliamBruneau/mem_bpserpilliere2022-02-282-13/+65
|\
| * Add memory breakpoints in debugger and examplesWilliam Bruneau2022-02-232-13/+65
* | Fix ctype_propagation.py exampleWilliam Bruneau2022-02-171-1/+1
|/
* fix bug of cb_arm_fix_callling2022-02-151-1/+1
* 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