about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix interfer computationFabrice Desclaux2021-08-021-4/+15
| |
* | x86_64 Fix multiple REX prefix instruction disasm (#1376)Konstantin Komarov2021-07-032-3/+14
|/ | | | Fix multiple rex prefixes
* Merge pull request #1374 from serpilliere/opt_mem_accessserpilliere2021-06-181-7/+11
|\ | | | | Optimise heap manipulation for mem accesses
| * Optimise heap manipulation for mem accessesFabrice Desclaux2021-06-101-7/+11
| |
* | Merge pull request #1373 from su-vikas/masterserpilliere2021-06-101-1/+1
|\ \ | |/ |/| Updated IDA API call for IDA 7.x
| * Updated IDA API call for IDA 7.xVikas Gupta2021-06-091-1/+1
|/ | | | | idc.GetReg API call is changed to idc.get_sreg https://hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml
* Merge pull request #1370 from serpilliere/symbols_strserpilliere2021-06-0814-269/+270
|\ | | | | Symbols are str instead of bytes
| * Symbols are str instead of bytesFabrice Desclaux2021-06-0814-269/+270
|/
* Merge pull request #1368 from Summus-git/replace_run_boolserpilliere2021-05-0621-28/+28
|\ | | | | Replace jitter.run boolean by jitter.running
| * Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-0521-28/+28
|/
* Merge pull request #1360 from clslgrnc/dockerfileserpilliere2021-03-301-17/+30
|\ | | | | Fix Dockerfile (UnicodeEncodeError)
| * Dockerfile: drop python2 and improve docker cache usageclslgrnc2021-03-171-15/+28
| |
| * MAINTAINER in Dockerfile is deprecatedclslgrnc2021-03-171-1/+1
| |
| * Update stretch to buster in Dockerfileclslgrnc2021-03-171-1/+1
| |
* | Merge pull request #1362 from THUzxj/masterserpilliere2021-03-261-43/+43
|\ \ | | | | | | Fix sem.py in MIPS32
| * | Fix m2_expr import in sem.py in MIPS32THUzxj2021-03-231-39/+39
| | |
| * | Fix sb & sh instruction in MIPS32 #1361THUzxj2021-03-231-4/+4
|/ /
* | Merge pull request #1359 from yasong/masterserpilliere2021-03-171-1/+1
|\ \ | |/ |/| irb_out_ndes -> irb_out_nodes
| * irb_out_ndes -> irb_out_nodesgh0st2021-03-171-1/+1
|/
* README: A few fixes (#1358)Alexandre-Xavier Labonté-Lamoureux2021-03-131-6/+6
| | | | | | | * README.md: Fix typo 'too' -> 'tool' * README.md: Line up colons * README.md: Fix capitalization of acronyms
* Merge pull request #1357 from WilliamBruneau/exception_pretty_printserpilliere2021-03-044-3/+46
|\ | | | | Display exception flag on jitter exceptions
| * Pretty print jitter exception flagWilliam Bruneau2021-02-242-1/+28
| |
| * Display exception flag on jitter exceptionsWilliam Bruneau2021-02-243-3/+19
|/
* Merge pull request #1356 from serpilliere/updt_aarch64serpilliere2021-02-153-2/+45
|\ | | | | Fix ADD/SUB; Add CMN
| * Fix ADD/SUB; Add CMNFabrice Desclaux2021-02-143-2/+45
| |
* | Merge pull request #1355 from Ana06/fix-setupserpilliere2021-02-081-0/+1
|\ \ | |/ |/| Add future to install_requires in setup
| * Add dependencies to install_requires in setupAna María Martínez Gómez2021-02-081-0/+1
|/ | | | | | Add `future` and `pyparsing` to `install_requires` in setup.py as miasm requires them to run correctly. This way they are installed when installing miasm with pip.
* Merge pull request #1353 from serpilliere/fix_ircfg_nameserpilliere2021-01-213-29/+12
|\ | | | | Fix ircfg_a names
| * Fix ircfg_a namesFabrice Desclaux2021-01-193-29/+12
| |
* | Merge pull request #1350 from carolineLe/fix_dll_get_export_exampleserpilliere2021-01-171-2/+4
|\ \ | |/ |/| Example/loader: add loc_db to Container.from_stream
| * Example/loader: add loc_db to Container.from_streamCaroline Leman2021-01-141-2/+4
|/
* Merge pull request #1346 from serpilliere/updt_aarch64_semserpilliere2021-01-101-1/+6
|\ | | | | Aarch64: add ldar/stlr
| * Aarch64: add ldar/stlrFabrice Desclaux2021-01-091-1/+6
|/
* Merge pull request #1342 from serpilliere/add_extended_test_flagsserpilliere2020-12-291-0/+2
|\ | | | | Add extended tests ir
| * Add extended tests irFabrice Desclaux2020-12-291-0/+2
|/
* Merge pull request #1341 from serpilliere/rm_debugserpilliere2020-12-291-1/+0
|\ | | | | Rm debug
| * Rm debugFabrice Desclaux2020-12-291-1/+0
|/
* Merge pull request #1340 from serpilliere/add_simplification_flag_sub_cfserpilliere2020-12-283-0/+24
|\ | | | | Add simplification
| * Add simplificationFabrice Desclaux2020-12-283-0/+24
|/ | | | | The simplification added in ce175bb51 may take reduction before simp_cc_conds. This add simplifications for remaining case.
* Merge pull request #1338 from serpilliere/fix_propag_exprserpilliere2020-12-281-3/+1
|\ | | | | Fix unused var
| * Fix unused varFabrice Desclaux2020-12-271-3/+1
|/
* Merge pull request #1337 from timgates42/bugfix_typo_correspondingserpilliere2020-12-261-1/+1
|\ | | | | docs: fix simple typo, corresponoding -> corresponding
| * docs: fix simple typo, corresponoding -> correspondingTim Gates2020-12-261-1/+1
|/ | | | | | There is a small typo in miasm/expression/parser.py. Should read `corresponding` rather than `corresponoding`.
* Merge pull request #1335 from serpilliere/rename_ir_archserpilliere2020-12-2645-365/+380
|\ | | | | Rename ir arch
| * Rename ir_arch for jitterFabrice Desclaux2020-12-2518-156/+167
| |
| * Rename examples lifterFabrice Desclaux2020-12-2527-209/+213
| |
* | Merge pull request #1336 from serpilliere/rm_debugserpilliere2020-12-251-2/+0
|\ \ | |/ |/| Remove debug
| * Remove debugFabrice Desclaux2020-12-251-2/+0
|/
* Merge pull request #1333 from nofiv/patch-6serpilliere2020-12-251-1/+0
|\ | | | | removed duplicate assignment
| * removed duplicate assignmentVladislav Hrčka2020-12-251-1/+0
|/ | | jitter was initiated on both line 25 and 28