about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1506 from serpilliere/updt_llvm_ci developserpilliere2025-01-268-37/+26
|\ | | | | Fix distutils
| * Update setup & testsFabrice Desclaux2025-01-268-37/+26
|/
* Merge pull request #1505 from serpilliere/fix_xdot_outputserpilliere2025-01-246-30/+27
|\ | | | | Fix xdot output
| * Fix xdot outputFabrice Desclaux2025-01-246-30/+27
|/ | | | Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr>
* Merge pull request #1487 from psyirius/fix-ida-bs-get-u8serpilliere2024-08-201-1/+4
|\ | | | | Fix: `bin_stream::get_u8` method returning bytes
| * fix: bin_stream get_u8 returning bytesPsyi Rius2024-04-281-1/+4
| |
* | Merge pull request #1496 from AeonLucid/fix/aarch64_immhi_pageserpilliere2024-08-202-2/+5
|\ \ | | | | | | Fix typo in aarch64_immhi_page decode
| * | Add regression test for aarch64_immhi_pageAeonLucid2024-08-101-1/+4
| | |
| * | Fix typo in aarch64_immhi_page decodeAeonLucid2024-08-031-1/+1
| | |
* | | Merge pull request #1502 from W0ni/fix_expression_divisionserpilliere2024-08-202-2/+8
|\ \ \ | | | | | | | | fix expression division
| * | | fix expression division and add testwoni2024-08-192-2/+8
| | | |
* | | | Merge pull request #1501 from greenozon/masterserpilliere2024-08-191-6/+6
|\ \ \ \ | | | | | | | | | | Fixes #1500
| * | | | Fixes #1500Alex2024-08-131-6/+6
|/ / / /
* | | | Merge pull request #1497 from greenozon/masterserpilliere2024-08-101-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix compilation for FreeBSD OS
| * | | Fix compilation for FreeBSD OSAlex2024-08-041-1/+1
|/ / /
* | | Merge pull request #1489 from vmartyanov/Fixing_installation_errorserpilliere2024-07-171-1/+1
|\ \ \ | | | | | | | | Fixing error with installation on windows with cp1251
| * | | Fixing error with installation on windows with cp1251Vladimir Martianov2024-05-141-1/+1
|/ / /
* | | 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
| |