about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-09Move "llvmlite" to optional requirementsAjax2-1/+1
2019-05-09Loader example: test_pe: remove useless imports, comment and renameAjax3-32/+34
2019-05-09Add loader examples (only "test_pe" for now) in testsAjax1-0/+12
2019-05-09Example: rename elfesteem -> loaderAjax2-0/+0
2019-05-02Loader: fix static elf symtabFabrice Desclaux1-0/+2
2019-04-19Fix typos in IR documentationSpl3en1-2/+2
2019-04-12Fix build on macOS with latest XCode (#1017)Sergi Àlvarez i Capilla1-1/+5
2019-04-09Fix paths with Python 3Pierre LALET2-10/+68
2019-04-05Add CET instructions (#1003)William Bruneau3-1/+80
2019-03-28Add some arch_prctl implementationWilliam Bruneau1-0/+16
2019-03-28Python jitter supportWilliam Bruneau1-0/+30
2019-03-28Add some x86_cpuid indexes implementationsWilliam Bruneau1-0/+35
2019-03-27Fix mistakes and add more pertinent testsHugo Porcher2-6/+13
2019-03-27Add check to not slice an ExprIdHugo Porcher2-9/+10
2019-03-27Jitter: fix msp430 exampleFabrice Desclaux1-1/+0
2019-03-27Jitter: fix PyGetInt upper boundFabrice Desclaux5-50/+84
2019-03-27Jitter: remove unused automod_cbFabrice Desclaux6-111/+0
2019-03-27Jitter: size_t for mem read/writeFabrice Desclaux11-54/+73
2019-03-27Jitter: PyGetStr const char*Fabrice Desclaux11-12/+12
2019-03-27Jitter: fix vm_cpu typedefFabrice Desclaux17-359/+359
2019-03-27Jitter: updt macro PyGetIntFabrice Desclaux11-167/+171
2019-03-27Jitter: alloc size is size_tFabrice Desclaux5-38/+141
2019-03-27Jitter: fix arch castsFabrice Desclaux8-25/+25
2019-03-27Jitter: fix fabsFabrice Desclaux1-1/+1
2019-03-27Jitter: fix bnFabrice Desclaux1-5/+5
2019-03-27Jitter: fix float castFabrice Desclaux1-67/+136
2019-03-27Jitter: fix str castFabrice Desclaux1-2/+2
2019-03-27Jitter: fix module ret/noretFabrice Desclaux11-53/+48
2019-03-27Jitter: arm fix bad var usageFabrice Desclaux1-1/+1
2019-03-26X86: high level op saturation semanticFabrice Desclaux2-61/+73
2019-03-22Analysis: fix tipoFabrice Desclaux1-1/+1
2019-03-21Use moduint instead of python int and fix testHugo Porcher2-3/+3
2019-03-21Add zeroextend and fix loopHugo Porcher2-6/+7
2019-03-20Add compose_and_mask simplification passHugo Porcher3-2/+28
2019-03-17'tuple' object has no attribute 'op'Jie1-1/+1
2019-03-15Fix LICENSE nameFabrice De