| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Add shifters for instructions that use shifter carry | woni | 2023-09-06 | 1 | -76/+154 | |
| | | | | ||||||
| * | | | Merge pull request #1472 from W0ni/fix_example_bp_display | serpilliere | 2024-02-25 | 1 | -4/+4 | |
| |\ \ \ | | | | | | | | | Fix display format for jitter breakpoint example | |||||
| | * | | | Fix display format for jitter breakpoint example | W0ni | 2024-02-25 | 1 | -4/+4 | |
| |/ / / | ||||||
| * | | | Merge pull request #1468 from W0ni/fix_CreateFile_read | serpilliere | 2024-01-18 | 1 | -6/+9 | |
| |\ \ \ | | | | | | | | | Improve CreateFile flags parsing | |||||
| | * | | | Improve CreateFile flags parsing | woni | 2024-01-16 | 1 | -6/+9 | |
| |/ / / | ||||||
| * | | | Merge pull request #1467 from WilliamBruneau/pyparsing_bump | serpilliere | 2024-01-12 | 3 | -3/+3 | |
| |\ \ \ | | | | | | | | | Unlock pyparsing version | |||||
| | * | | | Unlock pyparsing version | William Bruneau | 2024-01-04 | 3 | -3/+3 | |
| | |/ / | ||||||
| * | | | Merge pull request #1464 from mrexodia/python312 | serpilliere | 2024-01-07 | 23 | -50/+58 | |
| |\ \ \ | |/ / |/| | | Python 3.12 support | |||||
| | * | | Replace deprecated use of 'imp' module | Duncan Ogilvie | 2024-01-06 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | Use regex literals for re.* functions | Duncan Ogilvie | 2024-01-06 | 10 | -16/+16 | |
| | | | | ||||||
| | * | | Replace /!\ with [!] to fix a few warnings | Duncan Ogilvie | 2024-01-06 | 7 | -11/+11 | |
| | | | | | | | | | | | | | | | | miasm/expression/expression_helper.py:90: SyntaxWarning: invalid escape sequence '\ ' | |||||
| | * | | Remove trailing whitespace | Duncan Ogilvie | 2024-01-06 | 5 | -20/+20 | |
| | | | | ||||||
| | * | | Update .gitignore to ignore virtual envs | Duncan Ogilvie | 2024-01-06 | 1 | -1/+8 | |
| |/ / | ||||||
| * | | Merge pull request #1453 from frank2/cygwin-fix | serpilliere | 2023-09-05 | 1 | -1/+1 | |
| |\ \ | |/ |/| | fix compilation on cygwin | |||||
| | * | fix compilation on cygwin | frank2 | 2023-07-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #1449 from cea-sec/fix-imprec | serpilliere | 2023-04-25 | 1 | -12/+28 | |
| |\ \ | | | | | | | ImpRec: minor improvments, doc, align hypothesis | |||||
| | * | | ImpRec: recover_import without alignment hypothesis | Camille Mougey | 2023-04-24 | 1 | -12/+28 | |
| | | | | ||||||
| | * | | ImpRec: fix the search to actually use the ptrsize | Camille Mougey | 2023-04-24 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Merge pull request #1448 from cea-sec/generic-unpack | serpilliere | 2023-04-23 | 3 | -0/+180 | |
| |\ \ | | | | | | | Generic import recovery (cheap ImpRec style) | |||||
| | * | | Add a sandbox example using the ImpRec strategy | Camille Mougey | 2023-04-23 | 2 | -0/+59 | |
| | | | | ||||||
| | * | | Add a "generic" import recovery strategy based on ImpRec | Camille Mougey | 2023-04-23 | 1 | -0/+121 | |
| | |/ | ||||||
| * | | Merge pull request #1447 from cea-sec/helper-depgraph | serpilliere | 2023-04-23 | 2 | -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 address | Camille Mougey | 2023-04-23 | 2 | -7/+20 | |
| | |/ | ||||||
| * | | Merge pull request #1446 from cea-sec/example-symbexec | serpilliere | 2023-04-23 | 2 | -0/+59 | |
| |\ \ | | | | | | | Example: add a basic symbol_exec example | |||||
| | * | | Example: add support for symbol name in `address` | Camille Mougey | 2023-04-23 | 1 | -1/+10 | |
| | | | | ||||||
| | * | | Example: add a basic symbol_exec example | Camille Mougey | 2023-04-23 | 2 | -0/+50 | |
| | |/ | ||||||
| * | | Merge pull request #1445 from cea-sec/doc-cheatsheet | serpilliere | 2023-04-23 | 5 | -0/+843 | |
| |\ \ | |/ |/| | Doc cheatsheet | |||||
| | * | Doc: add Sandbox + Disassembler/Lifter cheatsheet | Camille Mougey | 2023-04-23 | 5 | -0/+801 | |
| | | | ||||||
| | * | doc/README: summarize documentations' location | Camille Mougey | 2023-04-23 | 1 | -0/+42 | |
| |/ | ||||||
| * | Merge pull request #1444 from serpilliere/version_0.1.5 | serpilliere | 2023-04-18 | 1 | -0/+4 | |
| |\ | | | | | Release v0.1.5 | |||||
| | * | Release v0.1.5 | Fabrice Desclaux | 2023-04-18 | 1 | -0/+4 | |
| |/ | | | | Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr> | |||||
| * | Merge pull request #1443 from serpilliere/fix_setup_header | serpilliere | 2023-04-18 | 1 | -7/+18 | |
| |\ | | | | | Fix setup header | |||||
| | * | Fix setup header | Fabrice Desclaux | 2023-04-18 | 1 | -7/+18 | |
| |/ | | | | Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr> | |||||
| * | Merge pull request #1440 from serpilliere/version_0.1.4 | serpilliere | 2023-04-05 | 1 | -0/+51 | |
| |\ | | | | | Release v0.1.4 | |||||
| | * | Release v0.1.4 | Fabrice Desclaux | 2023-04-05 | 1 | -0/+51 | |
| |/ | ||||||
| * | Merge pull request #1441 from serpilliere/use_pkg_llvmlite | serpilliere | 2023-04-05 | 2 | -7/+4 | |
| |\ | | | | | Use llvmlite package | |||||
| | * | Use llvmlite package | Fabrice Desclaux | 2023-04-05 | 2 | -7/+4 | |
| |/ | ||||||
| * | Merge pull request #1437 from mrexodia/remove-python27 | serpilliere | 2022-11-05 | 2 | -15/+3 | |
| |\ | | | | | Remove Python 2.7 from CI | |||||
| | * | Remove Python 2.7 from CI | Duncan Ogilvie | 2022-11-03 | 2 | -15/+3 | |
| | | | ||||||
| * | | Merge pull request #1436 from mrexodia/pip-build | serpilliere | 2022-11-05 | 1 | -0/+2 | |
| |\ \ | |/ |/| | Create the build directory to fix `pip install` build | |||||
| | * | Create the build directory to fix pip install build | Duncan Ogilvie | 2022-11-03 | 1 | -0/+2 | |
| |/ | ||||||
| * | Merge pull request #1435 from mrexodia/windows-build | serpilliere | 2022-10-23 | 2 | -38/+108 | |
| |\ | | | | | Allow building on Windows without a Visual Studio command prompt | |||||
| | * | Restore python 2.7 support | Duncan Ogilvie | 2022-10-18 | 1 | -14/+16 | |
| | | | ||||||
| | * | Further improve the user experience when building on Windows | Duncan Ogilvie | 2022-10-18 | 2 | -41/+106 | |
| | | | ||||||
| | * | Allow building on Windows without a Visual Studio command prompt | Duncan Ogilvie | 2022-10-14 | 1 | -1/+4 | |
| |/ | | | | This still requires you have Visual Studio and LLVM installed, but might prevent some issues like #1404 | |||||
| * | Merge pull request #1431 from commial/python310 | serpilliere | 2022-05-27 | 1 | -4/+7 | |
| |\ | | | | | CI: add support for Python 3.10 | |||||
| | * | CI: install LLVM 8 before fetching llvmlite | Camille Mougey | 2022-05-27 | 1 | -3/+6 | |
| | | | ||||||
| | * | CI: add python3.10 | Camille Mougey | 2022-05-27 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1429 from w4kfu/x86_addr_size_prefix_fix | serpilliere | 2022-05-24 | 1 | -1/+1 | |
| |\ | | | | | [x86] add missing Expression EIP when using address-size prefix for RIP-relative addressing | |||||
| | * | [x86] add missing Expression EIP when using address-size prefix for ↵ | w4kfu | 2022-05-23 | 1 | -1/+1 | |
| |/ | | | | RIP-relative addressing | |||||