about summary refs log tree commit diff stats
path: root/example/jitter/sandbox_call.py (unfollow)
Commit message (Collapse)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
If one deletes all the direct predecessors of a pending block, it dosn't get freed even thought it's not required anymore. Since all the pendings are recalculated here, there's no reason not to cover these cases here IMHO by clearing them prior the recalculation. Another solution is to add a watcher to del_block().
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
* Implements EXCEPT_SYSCALL * Improves example and remove EXCEPT_PRIV_INSN call from syscall * fixes exceptions to raise or remove EXCEPTION_SYSCALL with linux x86_64
2020-03-20Add simplificationsFabrice Desclaux3-0/+29
2020-03-18Updt z3 version; update z3 apiFabrice Desclaux3-12/+11