about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #90 from commial/fix-bin-stream-idaserpilliere2015-02-271-1/+7
|\
| * BinStreamIDA: `getlen` is now lazy, and use the proper IDA APIAjax2015-02-271-1/+7
|/
* Merge pull request #89 from commial/fix-depgraphserpilliere2015-02-241-3/+8
|\
| * DepGraph: Normalize output by including heads from graphCamille Mougey2015-02-241-2/+7
| * Depgraph: results should be copy of `done` elementsCamille Mougey2015-02-241-1/+1
* | Merge pull request #88 from commial/machine-irserpilliere2015-02-242-6/+33
|\ \ | |/ |/|
| * Example/Disasm/Full: Compute IR with & without analysis on `-g`Camille Mougey2015-02-241-6/+17
| * Machine: Export IR (without analyse)Camille Mougey2015-02-241-0/+16
|/
* Merge pull request #87 from p-l-/bugfix-ir-cserpilliere2015-02-241-1/+1
|\
| * ir2C: fix `gen_resolve_int()`Pierre LALET2015-02-241-1/+1
* | Merge pull request #85 from commial/bounded-dictserpilliere2015-02-235-7/+133
|\ \
| * | Jitcore: BounderDict upper bound is now a class attributeCamille Mougey2015-02-231-1/+2
| * | JitCore: Jitcore is an abstract classCamille Mougey2015-02-231-2/+2
| * | JitCore_TCC: Use a callback to free TCCState on Jitted block deletionCamille Mougey2015-02-231-4/+10
| * | JitCore: Jitted blocks are now a BoundedDict with a possible callbackCamille Mougey2015-02-231-1/+5
| * | Core: Introduce BoundedDict and its regression testCamille Mougey2015-02-233-0/+115
* | | Merge pull request #84 from commial/bug-resource-leakserpilliere2015-02-233-9/+13
|\ \ \ | |/ / |/| |
| * | Jittcc: free values returned by `strdup` in `tcc_set_emul_lib_path`Camille Mougey2015-02-231-8/+8
| * | VmMngrPy: resource leak (`mpn`, `mpn->ad_hp`) if "known page in memory"Camille Mougey2015-02-231-1/+4
| * | VmMngr: resource leak (`mpn`) if `(!p)` is takenCamille Mougey2015-02-231-0/+1
|/ /
* | Merge pull request #83 from serpilliere/expr_immutableCamille Mougey2015-02-2310-263/+314
|\ \ | |/ |/|
| * Expression: use __hash__ function instead of propertyFabrice Desclaux2015-02-231-9/+8
| * Arm: fit testFabrice Desclaux2015-02-231-5/+5
| * Expression: use private attributes in expressionFabrice Desclaux2015-02-231-213/+211
| * Expression: Exprcompose are now ordered by default; add sanitycheck for conti...Fabrice Desclaux2015-02-231-0/+8
| * Expression: fix autopep indentationFabrice Desclaux2015-02-231-2/+2
| * Arch: remove code which uses expression modificationsserpilliere2015-02-223-20/+25
| * Expression: remove code which uses expression modificationsserpilliere2015-02-225-12/+15
| * Expression/Simplification: avoid code modificationsserpilliere2015-02-221-20/+9
| * Expression: Make expressions really immutable.serpilliere2015-02-221-88/+137
* | Merge pull request #78 from p-l-/refactor-named-argsCamille Mougey2015-02-211-23/+24
|\ \ | |/ |/|
| * os_dep/linux: use named argumentsPierre LALET2015-02-201-23/+24
* | Merge pull request #82 from commial/feature-depgraphserpilliere2015-02-205-1/+1431
|\ \
| * | Example/IDA: add a script to highlight depnodes through IDACamille Mougey2015-02-201-0/+201
| * | Test/Analysis: Regression tests for DependencyGraphCamille Mougey2015-02-202-0/+621
| * | Analysis: Introduce DependencyGraph, computing dependencies of elementsCamille Mougey2015-02-201-0/+608
| * | DiGraph: Inherite DiGraph from `object`Camille Mougey2015-02-201-1/+1
* | | Merge pull request #81 from ggqb/masterserpilliere2015-02-204-8/+8
|\ \ \ | |/ / |/| |
| * | Fixed regression tests for PUSHFW and POPFWgg2015-02-201-2/+2
| * | Fix commit ae4b4b7 because of PR commentgg2015-02-201-1/+1
| * | Fixed POPFW instructiongg2015-02-201-2/+2
| * | x86: Fixed PUSHFW and POPFW declarationgg2015-02-201-2/+2
| * | Fixed bad string format on warning in kernel32_GetModuleFileName()gg2015-02-201-2/+2
|/ /
* | Merge pull request #80 from serpilliere/fix_bsr_bsfCamille Mougey2015-02-206-35/+95
|\ \ | |/ |/|
| * X86: add regression tests for bsf/bsrFabrice Desclaux2015-02-203-2/+50
| * X86: fix bsr/bsf behaviour as issued in PR #79Fabrice Desclaux2015-02-203-33/+45
|/
* Merge pull request #76 from commial/pylintingPierre Lalet2015-02-1818-693/+506
|\
| * Arch/Mips32: Remove wildcard importsCamille Mougey2015-02-182-193/+235
| * PyLint: Remove keyword redefinition, bad open modeCamille Mougey2015-02-186-20/+20
| * PyLint: Import errors, pointless statements (`fds`), bad indentationCamille Mougey2015-02-188-32/+24