about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * Create the build directory to fix pip install buildDuncan Ogilvie2022-11-031-0/+2
|/
* Merge pull request #1435 from mrexodia/windows-buildserpilliere2022-10-232-38/+108
|\
| * Restore python 2.7 supportDuncan Ogilvie2022-10-181-14/+16
| * Further improve the user experience when building on WindowsDuncan Ogilvie2022-10-182-41/+106
| * Allow building on Windows without a Visual Studio command promptDuncan Ogilvie2022-10-141-1/+4
|/
* Merge pull request #1431 from commial/python310serpilliere2022-05-271-4/+7
|\
| * CI: install LLVM 8 before fetching llvmliteCamille Mougey2022-05-271-3/+6
| * CI: add python3.10Camille Mougey2022-05-271-1/+1
|/
* Merge pull request #1429 from w4kfu/x86_addr_size_prefix_fixserpilliere2022-05-241-1/+1
|\
| * [x86] add missing Expression EIP when using address-size prefix for RIP-relat...w4kfu2022-05-231-1/+1
|/
* Merge pull request #1423 from WilliamBruneau/fix_mem_bp_dbgserpilliere2022-03-281-3/+3
|\
| * Fix memory breakpoint display in debuggerWilliam Bruneau2022-03-251-3/+3
|/
* Merge pull request #1422 from CLOVIS-AI/pytestserpilliere2022-03-243-7/+68
|\
| * Compatibility of our tests with unittestIvan “CLOVIS” Canet2022-03-243-7/+68
* | Merge pull request #1420 from CLOVIS-AI/examples-updateserpilliere2022-03-246-26/+34
|\ \
| * | Short explanation of memory interferencesIvan “CLOVIS” Canet2022-03-211-0/+2
| * | Fixed incorrect path in solve_condition_stpIvan “CLOVIS” Canet2022-03-211-13/+12
| * | Fixed output file name in graph_dataflowIvan “CLOVIS” Canet2022-03-211-2/+4
| * | Fixed usage for constant_propagation, depgraph & graph_dataflowIvan “CLOVIS” Canet2022-03-213-3/+3
| * | Fixed no-op in example/expression/simplification_addIvan “CLOVIS” Canet2022-03-151-8/+13
| |/
* | Merge pull request #1418 from CLOVIS-AI/shellcodeserpilliere2022-03-241-1/+1
|\ \ | |/ |/|
| * Fixed documentation in shellcode.pyIvan “CLOVIS” Canet2022-03-081-1/+1
|/
* Merge pull request #1417 from WilliamBruneau/mem_bpserpilliere2022-02-286-19/+128
|\
| * Add test for memory breakpoint exampleWilliam Bruneau2022-02-232-1/+7
| * Add memory breakpoints in debugger and examplesWilliam Bruneau2022-02-235-19/+122
* | Merge pull request #1415 from WilliamBruneau/fix_ctype_propserpilliere2022-02-222-3/+3
|\ \ | |/ |/|
| * Fix ctype_propagation.py exampleWilliam Bruneau2022-02-172-3/+3
|/
* Merge pull request #1414 from 0xling/masterserpilliere2022-02-171-1/+1
|\
| * fix bug of cb_arm_fix_callling2022-02-151-1/+1
|/
* Merge pull request #1412 from serpilliere/fix_pickleserpilliere2022-01-279-13/+2
|\
| * Fix delayslot to support pickleFabrice Desclaux2022-01-269-13/+2
|/
* Merge pull request #1409 from icecr4ck/add_syscall_sem_mips32serpilliere2022-01-154-1/+66
|\
| * Implements syscall handler for mips32b + minimal Linux environmenticecr4ck@protonmail.com2022-01-144-1/+66
|/
* Merge pull request #1408 from WilliamBruneau/fix_collectionsserpilliere2022-01-042-6/+9
|\
| * Fix collectionsWilliam Bruneau2022-01-042-6/+9
|/
* Merge pull request #1393 from P403n1x87/chore-gitignoreserpilliere2021-12-311-1/+6
|\
| * exclude all compiled Python filesGabriele N. Tornetta2021-12-291-1/+1
| * chore: add generated files to gitignore fileGabriele N. Tornetta2021-10-251-1/+6
* | Merge pull request #1406 from 0xeb/minorserpilliere2021-12-312-3/+3
|\ \
| * | Minor modifications (incl. typos)Elias Bachaalany2021-12-272-3/+3
|/ /
* | Merge pull request #1399 from 0xeb/idafixserpilliere2021-12-141-1/+1
|\ \
| * | Fixed symbexec example to work for newer IDA (7.6)Elias Bachaalany2021-11-291-1/+1
* | | Merge pull request #1405 from serpilliere/fix_export_buildserpilliere2021-12-141-10/+14
|\ \ \
| * | | Fix export generationFabrice Desclaux2021-12-131-10/+14
|/ / /
* | | Merge pull request #1403 from serpilliere/fix_htmlserpilliere2021-12-078-4/+13
|\ \ \
| * | | Fix html; Add reg testFabrice Desclaux2021-12-068-4/+13
|/ / /
* | | Merge pull request #1400 from serpilliere/color_ircfgserpilliere2021-12-0213-13/+485
|\ \ \
| * | | Colorize ir/asmFabrice Desclaux2021-12-0113-13/+485
|/ / /
* | | Merge pull request #1398 from 0xeb/mainserpilliere2021-11-171-2/+2
|\ \ \
| * | | Fixed "POP reg_sp" in all modesElias Bachaalany2021-11-121-2/+2
|/ / /