| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression) | Camille Mougey | 2015-01-23 | 1 | -19/+41 | |
| | | | ||||||
| | * | Example: Move expression samples to sample directory | Camille Mougey | 2015-01-23 | 1 | -3/+4 | |
| | | | ||||||
| | * | Example: Rename symbol_exec to single_instr in a specific symbol_exec directory | Camille Mougey | 2015-01-23 | 1 | -3/+5 | |
| | | | ||||||
| | * | Example: Rename Test Dis to Disasm Full | Camille Mougey | 2015-01-23 | 1 | -12/+14 | |
| | | | ||||||
| | * | Example/Test_Dis: OptParse to ArgParse | Camille Mougey | 2015-01-23 | 1 | -3/+2 | |
| | | | ||||||
| | * | Example: Rename Disasm_03 to Disasm_File | Camille Mougey | 2015-01-23 | 1 | -1/+2 | |
| | | | ||||||
| | * | Example: Rename Disasm_02 to Disasm Function | Camille Mougey | 2015-01-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Example: Rename Disasm_01 to Disasm_Single_Instr | Camille Mougey | 2015-01-23 | 1 | -1/+1 | |
| | | | ||||||
| | * | Example: Rename test_jit_* to jit_* | Camille Mougey | 2015-01-23 | 1 | -6/+6 | |
| | | | ||||||
| | * | Examples: Update x86_32_sc.bin location | Camille Mougey | 2015-01-23 | 1 | -1/+2 | |
| | | | ||||||
| | * | Examples: Update *.S location | Camille Mougey | 2015-01-23 | 1 | -4/+8 | |
| | | | ||||||
| | * | Examples: Update md5_arm location | Camille Mougey | 2015-01-23 | 1 | -1/+2 | |
| | | | ||||||
| | * | Examples: Update box_upx.exe location | Camille Mougey | 2015-01-23 | 1 | -3/+13 | |
| | | | ||||||
| | * | TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errors | Camille Mougey | 2015-01-23 | 1 | -21/+13 | |
| | | | ||||||
| * | | arm: Add umull,umlal,smull,smlal to sem | Wladimir J. van der Laan | 2015-01-26 | 1 | -0/+24 | |
| | | | ||||||
| * | | arm: Add instruction umlal | Wladimir J. van der Laan | 2015-01-24 | 1 | -0/+2 | |
| |/ | | | | | umull, smull, smull and smlal are there, but not umlal (unsigned multiply and accumulate long) | |||||
| * | Added TranslatorZ3 to the Miasm test suite. | Florent Monjalet | 2015-01-23 | 2 | -0/+135 | |
| | | ||||||
| * | Example/TestAll: Fix a typography (TAGS indirection must be used) | Camille Mougey | 2015-01-21 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #38 from serpilliere/graph_add_dominators | Camille Mougey | 2015-01-20 | 1 | -0/+23 | |
| |\ | | | | | Graph: add dominators computation | |||||
| | * | DiGraph: add dominators regression test | serpilliere | 2015-01-18 | 1 | -0/+23 | |
| | | | ||||||
| * | | Arm: add instruction bfc | Fabrice Desclaux | 2015-01-12 | 1 | -0/+3 | |
| |/ | ||||||
| * | Example: Add a new example using C & Python translation | Camille Mougey | 2014-12-14 | 1 | -0/+1 | |
| | | ||||||
| * | Test: Update API of ir2C test | Camille Mougey | 2014-12-14 | 1 | -35/+45 | |
| | | ||||||
| * | TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228 | Camille Mougey | 2014-12-14 | 1 | -2/+0 | |
| | | ||||||
| * | Test: remove hardcoded python path (Tx to Aymeric Vincent) | Fabrice Desclaux | 2014-12-12 | 1 | -1/+3 | |
| | | ||||||
| * | Test: update ARM semantic tests | Fabrice Desclaux | 2014-12-11 | 1 | -0/+2 | |
| | | ||||||
| * | Arm: Fix cf in logical mnemonics | Fabrice Desclaux | 2014-12-11 | 1 | -59/+170 | |
| | | | | | /!\ TODO: CF is invalid in case of rotation in second argument. | |||||
| * | Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into ↵ | Fabrice Desclaux | 2014-12-11 | 1 | -0/+1 | |
| |\ | | | | | | | | | | | | | commial-feature-exprrandom Conflicts: miasm2/expression/expression_helper.py | |||||
| | * | Example: Add an example for ExprRandom | Camille Mougey | 2014-12-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | Test: Add a regression test for Variables_Identifier | Camille Mougey | 2014-12-09 | 2 | -0/+44 | |
| |/ | ||||||
| * | Arm: add mnemonic smull | Fabrice Desclaux | 2014-12-08 | 1 | -0/+5 | |
| | | ||||||
| * | TestAll: Add a class ExampleTestDis for test_dis.py specificities | Camille Mougey | 2014-12-04 | 1 | -13/+26 | |
| | | ||||||
| * | TestAll: Some example products were missing | Camille Mougey | 2014-12-04 | 1 | -6/+11 | |
| | | ||||||
| * | TestAll: Use tag "llvm" to filter LLVM dependent test units | Camille Mougey | 2014-11-03 | 1 | -11/+9 | |
| | | ||||||
| * | TestAll: Merge and tag tests, handle "ommit-tags" argument | Camille Mougey | 2014-11-03 | 1 | -54/+96 | |
| | | | | | | | | | | | | | | Current tags: - example: unit test based on examples - regression: regression tests - long: tests known to be long, ie. more than 1min on Core i5 Example: - launching only regression tests: $> python test_all.py -t example - do not launch long tests: $> python test_all.py -t long | |||||
| * | Test/Utils: Add "filter_tags" to filter test units according to a tag list | Camille Mougey | 2014-11-03 | 1 | -0/+28 | |
| | | ||||||
| * | Test/Utils: Add "tags" attribute to tag test units | Camille Mougey | 2014-11-03 | 1 | -3/+6 | |
| | | ||||||
| * | TestAll: Add products for 'unpack_upx' example | Camille Mougey | 2014-10-31 | 1 | -2/+8 | |
| | | ||||||
| * | TestSet: Avoid error on duplicate products cleaning | Camille Mougey | 2014-10-31 | 1 | -12/+32 | |
| | | ||||||
| * | TestAll: Update test all to use test utils | ajax | 2014-10-17 | 1 | -458/+218 | |
| | | ||||||
| * | Test/utils: Add utils for running tests | ajax | 2014-10-17 | 6 | -0/+438 | |
| | | | | | | | | | - cosmetics: display functions - monothread: callbacks for basic test run view - screendisplay: callbacks for enhanced test run view - test: describe a Test case - testset: describe a Test set and implement methods to run it | |||||
| * | Reg test: add arm jit little/big endian | Fabrice Desclaux | 2014-10-09 | 1 | -0/+2 | |
| | | ||||||
| * | Arch/jit: add endianess support jitters | Fabrice Desclaux | 2014-10-09 | 5 | -18/+22 | |
| | | ||||||
| * | Sandbox: add arm arch | Fabrice Desclaux | 2014-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | Move os_dep out of the jitter module | Fabrice Desclaux | 2014-10-07 | 2 | -4/+4 | |
| | | ||||||
| * | Remove vm_ prefix /!\ API MODIF | Fabrice Desclaux | 2014-10-07 | 2 | -36/+36 | |
| | | | | | | | | The jitter cpu/vm modules used an unecessary vm_ prefix for various api. jitter.cpu.vm_get_gpreg() => jitter.cpu.get_gpreg() jitter.vm.vm_get_mem... => jitter.vm.get_mem... | |||||
| * | Arm: fix carry flag in sub operation; update reg tests | Fabrice Desclaux | 2014-10-06 | 1 | -24/+62 | |
| | | ||||||
| * | merge | Fabrice Desclaux | 2014-10-02 | 1 | -1/+6 | |
| |\ | ||||||
| | * | TestAll: Assert on test successes | ajax | 2014-09-30 | 1 | -1/+6 | |
| | | | ||||||
| * | | Example: sandbox_pe to diet | Fabrice Desclaux | 2014-10-02 | 1 | -1/+0 | |
| |/ | ||||||