about summary refs log tree commit diff stats
path: root/example/expression/expr_random.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-20Add pe pages to allocated_pagesFabrice Desclaux3-3/+15
2020-04-15Fix ida graph_irFabrice Desclaux1-6/+5
2020-04-13Fix type error for Python3 in DSEHugo Porcher1-1/+1
2020-04-10Fix cpu.set_mem() -> vm.set_mem()William Bruneau1-1/+1
2020-04-09Fix expr api updtFabrice Desclaux1-17/+10
2020-04-09Fix mips arch tipoFabrice Desclaux1-3/+4
2020-04-08Minor improvement in rebuild_edgesVladislav Hrčka1-0/+1
2020-04-03Updt vm_read_ret_buf apiFabrice Desclaux1-7/+36
2020-04-03X86: fix segm indexFabrice Desclaux1-3/+3
2020-04-03Fix int(expr)Fabrice Desclaux15-108/+125
2020-04-03vm_read_memFabrice Desclaux1-0/+11
2020-04-03export cpu addressFabrice Desclaux3-0/+26
2020-04-03Use int(expr) instead of expr.arg.argFabrice Desclaux19-103/+152
2020-03-29Add Expression visitorFabrice Desclaux7-304/+420
2020-03-28Fix syscall linuxFabrice Desclaux1-5/+0
2020-03-28Implements EXCEPT_SYSCALL (#1163)Tek4-8/+103
2020-03-20Add simplificationsFabrice Desclaux3-0/+29
2020-03-18Updt z3 version; update z3 apiFabrice Desclaux3-12/+11
2020-03-16Graph: add weakly connected componentsFabrice Desclaux2-0/+65
2020-03-16Fix is_assign nameFabrice Desclaux2-3/+12
2020-03-12Prevent Compose-stacking of solo ExprsVladislav Hrčka1-1/+1
2020-03-06Link to the IR Notebook from READMEAnton Kochkov1-0/+2
2020-02-28Fix missing selfFabrice Desclaux1-1/+1
2020-02-28Fix Automod codeFabrice Desclaux3-6/+38
2020-02-21Fix msp430 warningFabrice Desclaux1-0/+5
2020-02-20Add some language rulesFabrice Desclaux1-201/+46