about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #953 from serpilliere/elf_add_symCamille Mougey2019-02-112-1/+34
|\ | | | | Elf add sym
| * Binary: add more elf symbolsFabrice Desclaux2019-02-032-0/+30
| |
| * Location: known_offset can be NoneFabrice Desclaux2019-02-031-1/+4
| |
* | Merge pull request #966 from serpilliere/fix_popfwCamille Mougey2019-02-111-1/+1
|\ \ | | | | | | X86: fix popfw semantic
| * | X86: fix popfw semanticFabrice Desclaux2019-02-081-1/+1
| | |
* | | Merge pull request #965 from serpilliere/fix_z3_cmp_opCamille Mougey2019-02-081-2/+2
|\ \ \ | | | | | | | | Translator/z3: fix tipo in z3 cmp operators
| * | | Translator/z3: fix tipo in z3 cmp operatorsFabrice Desclaux2019-02-081-2/+2
| |/ / | | | | | | | | | | | | | | | As stated in https://github.com/Z3Prover/z3/blob/master/src/api/python/z3/z3.py "Use the operator <= for signed less than or equal to."
* | | Merge pull request #963 from nofiv/find_path_from_srcCamille Mougey2019-02-081-0/+35
|\ \ \ | |/ / |/| | Added function find_path_from_src
| * | Added descriptionVladislav Hrčka2019-02-081-1/+14
| | | | | | | | | Added description according to: https://github.com/cea-sec/miasm/pull/963#issuecomment-461737259. Also added docstring for find_path
| * | Added function find_path_from_srcVladislav Hrčka2019-02-081-0/+22
|/ / | | | | The function find_path_from_src does the same as function find_path, but it searches the paths from src to dst, not vice versa like find_path, which might be more efficient in some cases.
* | Support for REP instruction prefix (#956)Vladislav Hrčka2019-02-073-21/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added function find_path_by_successors The function find_path_by_successors does the same as function find_path, but it searches the paths from src to dst, not vice versa like find_path, which might be more efficient in some cases. * Added support for REP instruction prefix Added support for REP instruction prefix * Added support for REP instruction prefix Added support for REP instruction prefix * Added support for REP prefix According to https://c9x.me/x86/html/file_module_x86_id_279.html 0xF3AD is REP LODSD and not REPE LODSD * Added REP instruction prefix support fix Added REP instruction prefix support fix * Added REP instruction prefix support fix Added REP instruction prefix support and REPNZ, REPZ aliases * Fix of adding REP instruction prefix Fixing https://github.com/cea-sec/miasm/pull/956#discussion_r253361754. I also put https://github.com/nofiv/miasm/edit/master/miasm2/arch/x86/arch.py#diff-f7dd74dede0a04f194dff140d0976b98L739 behind the loop since it seems to be serving similar purpose. * Fix of the added REP intruction prefix Fixing https://github.com/cea-sec/miasm/pull/956#discussion_r253361339 * Discard changes Creating another PR for this * Update arch.py
* | Merge pull request #960 from WilliamBruneau/add_endbrserpilliere2019-02-053-0/+17
|\ \ | | | | | | Add ENDBR64 and ENDBR32 instructions
| * | Add ENDBR64 and ENDBR32 instructionsWilliam Bruneau2019-02-053-0/+17
|/ /
* | Merge pull request #959 from serpilliere/fix_neg_getbytesCamille Mougey2019-02-051-0/+8
|\ \ | |/ |/| bin_stream: check negative offset
| * bin_stream: check negative offsetFabrice Desclaux2019-02-041-0/+8
|/
* Merge pull request #950 from serpilliere/aarch64_add_mnCamille Mougey2019-02-033-0/+28
|\ | | | | Aarch64 add mn
| * Aarch64: add lda/stlFabrice Desclaux2019-01-273-0/+28
| |
* | Merge pull request #952 from serpilliere/ppc_explicit_flagsCamille Mougey2019-02-035-24/+202
|\ \ | | | | | | PPC: Explicit flags
| * | PPC: Explicit flagsFabrice Desclaux2019-01-271-13/+12
| | |
| * | Jitter: support high level flagsFabrice Desclaux2019-01-274-11/+190
| |/
* | Merge pull request #946 from serpilliere/fix_armt_itt_flagsCamille Mougey2019-01-301-1/+38
|\ \ | |/ |/| Armt: fix flags update in ITT blocks
| * Armt: fix flags update in ITT blocksFabrice Desclaux2019-01-171-1/+38
| |
* | Merge pull request #951 from serpilliere/simp_sliceCamille Mougey2019-01-271-3/+11
|\ \ | | | | | | Simplifications: simplify slice of op
| * | Simplifications: simplify slice of opFabrice Desclaux2019-01-261-3/+11
|/ /
* | Merge pull request #948 from serpilliere/release_v0.1.1Camille Mougey2019-01-171-0/+20
|\ \ | | | | | | Release v0.1.1
| * | Release v0.1.1Fabrice Desclaux2019-01-171-0/+20
|/ /
* | Merge pull request #945 from serpilliere/fix_armt_cmnCamille Mougey2019-01-172-1/+6
|\ \ | | | | | | Armt: fix cmn
| * | Armt: fix cmnFabrice Desclaux2019-01-172-1/+6
| | |
* | | Merge pull request #944 from serpilliere/fix_assignmentCamille Mougey2019-01-1714-37/+37
|\ \ \ | |_|/ |/| | Fix bad english
| * | Fix bad englishFabrice Desclaux2019-01-1714-37/+37
|/ /
* | Merge pull request #899 from serpilliere/tssa_to_cssaCamille Mougey2019-01-177-261/+1686
|\ \ | |/ |/| SSA: fix ssa to cssa, and naive out of cssa
| * Merge pull request #2 from commial/unssaserpilliere2019-01-161-80/+127
| |\ | | | | | | Code clean-up and comment
| | * Code clean-up and commentAjax2019-01-161-80/+127
| |/
| * Example/IDA: updt graph ir + menuFabrice Desclaux2019-01-162-126/+215
| |
| * Example/Full: dont modify ircfg in ssa formFabrice Desclaux2019-01-161-3/+0
| |
| * Example: del unnecessary dup dst in blocksFabrice Desclaux2019-01-161-5/+2
| |
| * Test: add an unssa reg testFabrice Desclaux2019-01-162-6/+659
| |
| * Analysis: fix unssa algorithmFabrice Desclaux2019-01-162-113/+549
| |
| * Analysis: add liveness analysisFabrice Desclaux2019-01-151-1/+207
| |
| * SSA: make ssa_variable_to_expr publicFabrice Desclaux2019-01-153-11/+11
| |
* | Merge pull request #942 from serpilliere/rename_idiv_sdivCamille Mougey2019-01-1616-50/+50
|\ \ | | | | | | Rename idiv/imod into sdiv/smod
| * | Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-1516-50/+50
| | |
* | | Merge pull request #907 from serpilliere/add_simplificationsCamille Mougey2019-01-163-78/+525
|\ \ \ | | | | | | | | Expression: add simplifications
| * | | Expressions/Simplifications: clean codeFabrice Desclaux2019-01-151-60/+91
| | | |
| * | | Expression: add simplificationsFabrice Desclaux2019-01-153-27/+443
| | |/ | |/|
* | | Merge pull request #943 from commial/fix/reorg-python-jitterserpilliere2019-01-163-81/+142
|\ \ \ | |/ / |/| | Rewrite Python jitter
| * | LLVMConvert: fix mini-typoAjax2019-01-151-1/+1
| | |
| * | JitCore: remove unused codeAjax2019-01-151-11/+1
| | |
| * | JitCore_Python: rewrite to be match llvm & gcc behaviorAjax2019-01-151-69/+140
| | |
* | | Merge pull request #922 from serpilliere/updt_aarch64_mnCamille Mougey2019-01-153-0/+100
|\ \ \ | | | | | | | | Updt aarch64 mn