about summary refs log tree commit diff stats
path: root/miasm2/arch/aarch64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-057-3955/+0
|
* Support python2/python3Fabrice Desclaux2019-03-054-52/+70
|
* Aarch64: add lda/stlFabrice Desclaux2019-01-272-0/+23
|
* Merge pull request #942 from serpilliere/rename_idiv_sdivCamille Mougey2019-01-161-1/+1
|\ | | | | Rename idiv/imod into sdiv/smod
| * Rename idiv/imod into sdiv/smodFabrice Desclaux2019-01-151-1/+1
| |
* | Aarch64: add [su]mul instructionsFabrice Desclaux2019-01-111-0/+31
| |
* | Aarch64: add casp instructionFabrice Desclaux2019-01-112-0/+49
|/
* Aarch64: fix ccmp semFabrice Desclaux2018-12-261-3/+3
|
* Aarch64: add mnemonic semFabrice Desclaux2018-12-261-0/+249
|
* Fix typos & add codespellPierre LALET2018-12-231-3/+3
|
* Aarch64: fix bicsFabrice Desclaux2018-12-171-2/+1
|
* All: updt apiFabrice Desclaux2018-10-121-2/+2
|
* Expresion: use ExprAssign instead of ExprAffFabrice Desclaux2018-10-011-64/+64
| | | | | | ExprAff stands for (in french) "Expression affectation" We will now use ExprAssign (for Expression Assignment) (instead of ExprAss)
* Merge pull request #852 from serpilliere/fix_lgtm_2Camille Mougey2018-09-281-1/+1
|\ | | | | Code cleaning: lgtm.com
| * Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+1
| |
* | MSR and MRS exception have instruction names interchangedVikas Gupta2018-09-271-2/+2
|/
* Code cleaning: lgtm.comFabrice Desclaux2018-08-233-13/+9
|
* AARCH64: Explicit flagsFabrice Desclaux2018-08-062-169/+369
|
* Aarch64: add adc/sbc reg regFabrice Desclaux2018-08-061-0/+8
|
* Aarch64: fix remaining ExprLocFabrice Desclaux2018-07-181-4/+8
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-3/+3
|
* symbol_pool -> loc_dbAjax2018-07-034-33/+31
|
* Jitter: rename jitter class into JitterFabrice Desclaux2018-06-211-5/+5
|
* Adding ccmp aarch64 instruction.gajaloyan2018-06-211-0/+30
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-092-24/+23
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-082-48/+52
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* Parser: fix arguments nameFabrice Desclaux2018-05-141-24/+24
|
* Core: updt parser structureFabrice Desclaux2018-05-142-179/+153
|
* Cpu: fix fromstring arg nameFabrice Desclaux2018-05-091-2/+2
|
* Merge pull request #720 from su-vikas/masterserpilliere2018-04-191-1/+24
|\ | | | | Added support to parse sxtb, sxth, sxtx, uxtw, uxth, uxtx, uxtb
| * Fixed uxtw, uxth and sxtw, sxth register truncationVikas Gupta2018-04-191-1/+24
| |
* | Aarch64: fix tipo + fix reg listFabrice Desclaux2018-04-151-21/+11
|/
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-151-0/+1
|
* Merge pull request #675 from serpilliere/fix_aarch64_shifta-vincent2018-02-122-9/+20
|\ | | | | Fix aarch64 shift
| * Aarch64: add svcFabrice Desclaux2018-02-091-1/+8
| |
| * Aarch64: add interrupt num & cpu accessesFabrice Desclaux2018-02-092-1/+3
| |
| * Aarch64: remove spaceFabrice Desclaux2018-02-091-4/+3
| |
| * Aarch64/sem: fix extend_opFabrice Desclaux2018-02-091-3/+6
| |
* | Expression: no default size for ExprIdFabrice Desclaux2018-02-091-1/+1
|/
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-2/+2
|
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-2/+2
|
* Merge pull request #667 from serpilliere/aarch64_add_instrCamille Mougey2018-02-081-15/+31
|\ | | | | Aarch64/sem: add ld[ur]s[[bhw]
| * Aarch64/sem: add ld[ur]s[[bhw]Fabrice Desclaux2018-02-011-15/+31
| |
* | Asmblock: fix dis_block_callbackFabrice Desclaux2018-02-021-2/+2
| |
* | adding bicsGAJaloyan2018-01-291-1/+18
|/
* Aarch64: missing dstflow instrFabrice Desclaux2017-08-091-1/+1
|
* Aarch64: add adr semanticFabrice Desclaux2017-08-071-0/+5
|
* Merge pull request #589 from commial/fix/aarch64-imm-decodeserpilliere2017-07-241-24/+205
|\ | | | | Fix/aarch64 imm decode
| * Aarch64: remove useless codeAjax2017-07-241-11/+0
| |
| * Aarch64: decode ORR/AND/... imm according to ARM ASLAjax2017-07-241-16/+206
| |