about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1486 from serpilliere/fix_aarch64_cmpserpilliere2024-04-282-2/+10
|\ | | | | Fix add/sub aarch64
| * Fix add/sub aarch64Fabrice Desclaux2024-04-272-2/+10
| |
* | Merge pull request #1482 from W0ni/notebook-links-readmeserpilliere2024-04-281-1/+1
|\ \ | | | | | | Add link to the doc folder in README
| * | Add link to the doc folder in READMEW0ni2024-04-061-1/+1
| | |
* | | Merge pull request #1481 from W0ni/patch-1serpilliere2024-04-281-1/+1
|\ \ \ | |/ / |/| | Fix typo
| * | Fix typoW0ni2024-04-041-1/+1
| | |
* | | Merge pull request #1480 from commial/jitter-notebookserpilliere2024-04-052-0/+544
|\| | | | | | | | Doc: add a notebook on emulation API
| * | Apply @W0ni suggestionsCamille Mougey2024-04-041-5/+6
| | |
| * | Doc: add a notebook on emulation APICamille Mougey2024-04-032-0/+543
|/ /
* | Merge pull request #1474 from DimitriPapadopoulos/codespellserpilliere2024-03-2810-16/+16
|\ \ | | | | | | Fix typos found by codespell
| * | Fix typos found by codespellDimitri Papadopoulos2024-03-1810-16/+16
| | |
* | | Merge pull request #1473 from W0ni/patch-1serpilliere2024-03-211-1/+1
|\ \ \ | | | | | | | | Remove misleading comment
| * | | Remove misleading commentW0ni2024-03-141-1/+1
| |/ /
* | | Merge pull request #1457 from W0ni/arm_handle_cf_shiftersserpilliere2024-03-214-79/+270
|\ \ \ | |/ / |/| | [ARM] compute cf for shift/rotate
| * | Add MOV and MOVS tests for [AL]SRwoni2024-03-141-1/+6
| | |
| * | Add tests for MOVS and isThumb utility functionwoni2023-09-132-0/+54
| | |
| * | Fix disassembly bugwoni2023-09-132-2/+6
| | |
| * | Add RRX support inside instructionswoni2023-09-061-0/+50
| | |
| * | Add shifters for instructions that use shifter carrywoni2023-09-061-76/+154
| | |
* | | Merge pull request #1472 from W0ni/fix_example_bp_displayserpilliere2024-02-251-4/+4
|\ \ \ | | | | | | | | Fix display format for jitter breakpoint example
| * | | Fix display format for jitter breakpoint exampleW0ni2024-02-251-4/+4
|/ / /
* | | Merge pull request #1468 from W0ni/fix_CreateFile_readserpilliere2024-01-181-6/+9
|\ \ \ | | | | | | | | Improve CreateFile flags parsing
| * | | Improve CreateFile flags parsingwoni2024-01-161-6/+9
|/ / /
* | | Merge pull request #1467 from WilliamBruneau/pyparsing_bumpserpilliere2024-01-123-3/+3
|\ \ \ | | | | | | | | Unlock pyparsing version
| * | | Unlock pyparsing versionWilliam Bruneau2024-01-043-3/+3
| |/ /
* | | Merge pull request #1464 from mrexodia/python312serpilliere2024-01-0723-50/+58
|\ \ \ | |/ / |/| | Python 3.12 support
| * | Replace deprecated use of 'imp' moduleDuncan Ogilvie2024-01-061-2/+3
| | |
| * | Use regex literals for re.* functionsDuncan Ogilvie2024-01-0610-16/+16
| | |
| * | Replace /!\ with [!] to fix a few warningsDuncan Ogilvie2024-01-067-11/+11
| | | | | | | | | | | | | | | miasm/expression/expression_helper.py:90: SyntaxWarning: invalid escape sequence '\ '
| * | Remove trailing whitespaceDuncan Ogilvie2024-01-065-20/+20
| | |
| * | Update .gitignore to ignore virtual envsDuncan Ogilvie2024-01-061-1/+8
|/ /
* | Merge pull request #1453 from frank2/cygwin-fixserpilliere2023-09-051-1/+1
|\ \ | |/ |/| fix compilation on cygwin
| * fix compilation on cygwinfrank22023-07-071-1/+1
| |
* | Merge pull request #1449 from cea-sec/fix-imprecserpilliere2023-04-251-12/+28
|\ \ | | | | | | ImpRec: minor improvments, doc, align hypothesis
| * | 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-233-0/+180
|\ \ | | | | | | Generic import recovery (cheap ImpRec style)
| * | Add a sandbox example using the ImpRec strategyCamille Mougey2023-04-232-0/+59
| | |
| * | Add a "generic" import recovery strategy based on ImpRecCamille Mougey2023-04-231-0/+121
| |/
* | Merge pull request #1447 from cea-sec/helper-depgraphserpilliere2023-04-232-7/+20
|\ \ | | | | | | Depgraph: add `.address_to_location` to help find the line and loc of an address
| * | Depgraph: add `.address_to_location` to help find the line and loc of an addressCamille Mougey2023-04-232-7/+20
| |/
* | Merge pull request #1446 from cea-sec/example-symbexecserpilliere2023-04-232-0/+59
|\ \ | | | | | | Example: add a basic symbol_exec example
| * | Example: add support for symbol name in `address`Camille Mougey2023-04-231-1/+10
| | |
| * | Example: add a basic symbol_exec exampleCamille Mougey2023-04-232-0/+50
| |/
* | Merge pull request #1445 from cea-sec/doc-cheatsheetserpilliere2023-04-235-0/+843
|\ \ | |/ |/| Doc cheatsheet
| * Doc: add Sandbox + Disassembler/Lifter cheatsheetCamille Mougey2023-04-235-0/+801
| |
| * doc/README: summarize documentations' locationCamille Mougey2023-04-231-0/+42
|/
* Merge pull request #1444 from serpilliere/version_0.1.5serpilliere2023-04-181-0/+4
|\ | | | | Release v0.1.5
| * Release v0.1.5Fabrice Desclaux2023-04-181-0/+4
|/ | | | Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr>
* Merge pull request #1443 from serpilliere/fix_setup_headerserpilliere2023-04-181-7/+18
|\ | | | | Fix setup header