about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Aarch64 instructions ldsmax(b|h|w) and ldsmax 64-bit variants HEAD ta/arm64-ldsmaxb masterTheofilos Augoustis2025-10-143-1/+59
|
* Make all extensions optionalTheofilos Augoustis2025-10-141-1/+1
|
* Convert to src-layout ta/nixTheofilos Augoustis2025-10-14189-72/+79
|
* Add basic nix interfaceTheofilos Augoustis2025-10-105-440/+597
|
* Add TZCNT instructionChristian Krinitsin2025-10-093-1/+31
|
* Add BZHI instructionChristian Krinitsin2025-10-093-0/+29
|
* Add BLSR instructionChristian Krinitsin2025-10-093-0/+22
|
* Add BLSMSK instructionChristian Krinitsin2025-10-093-0/+22
|
* Fix carry flag of BLSI instructionChristian Krinitsin2025-10-091-4/+3
|
* Add BEXTR instructionChristian Krinitsin2025-10-093-0/+26
|
* Add support for ANDN instructionChristian Krinitsin2025-10-093-0/+20
|
* Add blsi opcode and testsChristian Krinitsin2025-10-092-3/+155
|
* Fix blsi semanticsChristian Krinitsin2025-10-091-1/+2
|
* Add support for BLSI instruction for x86Christian Krinitsin2025-10-091-0/+20
|
* Add pyproject.tomlTheofilos Augoustis2025-08-271-0/+16
|
* 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
| | |