about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix expr propag namesFabrice Desclaux2021-10-121-13/+13
|/
* Merge pull request #1386 from serpilliere/fix_incomplete_ircfg_analysisserpilliere2021-09-202-1/+7
|\ | | | | Fix incomplete ircfg analysis
| * Raise IOError on out of bound pe readingFabrice Desclaux2021-09-041-1/+3
| |
| * Fix analysis on incomplete ircfg graphsFabrice Desclaux2021-09-041-0/+4
|/
* Merge pull request #1384 from serpilliere/add_simplificationserpilliere2021-09-042-1/+18
|\ | | | | Add flag cst simplification
| * Add flag cst simplificationFabrice Desclaux2021-09-042-1/+18
| |
* | Merge pull request #1382 from 327135569/cleancheckserpilliere2021-09-044-35/+4
|\ \ | | | | | | Clean encode's value check
| * | Clean encode's value checkpengc2021-09-034-35/+4
| | | | | | | | | | | | Seems we can do it in one pleace in cpu.py. it simple than check value and mask in every encode().
* | | Merge pull request #1380 from tdrrdt/fix_winapiserpilliere2021-08-311-1/+4
|\ \ \ | |/ / |/| | Fix kernel32_WideCharToMultiByte
| * | Fix kernel32_WideCharToMultiByteThéo Combe2021-08-311-1/+4
|/ /
* | Merge pull request #1379 from serpilliere/github_actionsserpilliere2021-08-234-2/+119
|\ \ | |/ |/| Add github actions
| * Add github actionsFabrice Desclaux2021-08-234-2/+119
|/
* Merge pull request #1378 from serpilliere/fix_interference_computationserpilliere2021-08-181-4/+8
|\ | | | | Fix interference computation
| * Fix interference computationFabrice Desclaux2021-08-171-4/+8
|/
* Merge pull request #1377 from serpilliere/fix_interfer_computationserpilliere2021-08-031-4/+15
|\ | | | | Fix interfer computation
| * 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
|/