| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | append b to the opens mode ; Python on Windows makes a distinction between ↵ | w4kfu | 2018-01-16 | 5 | -6/+6 | |
| | | | | | text and binary files | |||||
| * | Merge pull request #654 from serpilliere/use_stp_translator | Camille Mougey | 2018-01-11 | 2 | -118/+96 | |
| |\ | | | | | Use stp translator | |||||
| | * | Example: fix disasm wd | Fabrice Desclaux | 2018-01-11 | 1 | -0/+1 | |
| | | | ||||||
| | * | Expression: use stp translator | Fabrice Desclaux | 2018-01-11 | 1 | -118/+95 | |
| | | | ||||||
| * | | MSP430: add ctype | Fabrice Desclaux | 2018-01-11 | 1 | -1/+4 | |
| |/ | ||||||
| * | Ida/Example: clean symbexec plugin | Fabrice Desclaux | 2018-01-09 | 1 | -12/+0 | |
| | | ||||||
| * | Ida/Example: fix symbexec plugin | Fabrice Desclaux | 2018-01-09 | 1 | -10/+77 | |
| | | ||||||
| * | Example/IDA: update IR string output | Fabrice Desclaux | 2018-01-05 | 1 | -49/+69 | |
| | | ||||||
| * | Remove a dev-TODO (thanks @WilliamBruneau) | Ajax | 2017-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Ctypes: allow analysis on incomplete graphs | Fabrice Desclaux | 2017-10-03 | 1 | -2/+5 | |
| | | ||||||
| * | Merge pull request #615 from serpilliere/fix_ida_plugin_size | Camille Mougey | 2017-09-07 | 1 | -17/+15 | |
| |\ | | | | | Example/ida: fix size issue | |||||
| | * | Example/ida: fix size issue | Fabrice Desclaux | 2017-09-07 | 1 | -17/+15 | |
| | | | ||||||
| * | | DSE: avoid using the same test.txt file in test, allowing parallelism | Ajax | 2017-09-06 | 2 | -5/+14 | |
| | | | ||||||
| * | | Add a simpler illustrating the DSE use | Ajax | 2017-09-05 | 1 | -0/+129 | |
| | | | ||||||
| * | | DSE: update example to use coverage provided by the module | Ajax | 2017-09-05 | 1 | -35/+29 | |
| | | | ||||||
| * | | DSE: update example to use compute_solution | Ajax | 2017-09-05 | 1 | -5/+5 | |
| |/ | ||||||
| * | Example/ctype: fix propagation on mem write | Fabrice Desclaux | 2017-08-14 | 1 | -1/+3 | |
| | | | | | | Display the destination type if it's a memory variable, and we know its type (we consider source and destination have the same type). | |||||
| * | Example: add constant expression propagation | Fabrice Desclaux | 2017-08-09 | 1 | -0/+54 | |
| | | ||||||
| * | Symbexec: add get_block | Fabrice Desclaux | 2017-08-08 | 2 | -30/+2 | |
| | | ||||||
| * | Example: add ctype_propagation | Fabrice Desclaux | 2017-08-08 | 1 | -20/+33 | |
| | | ||||||
| * | Example: update api | Fabrice Desclaux | 2017-08-08 | 4 | -86/+96 | |
| | | ||||||
| * | Examples: update api | Fabrice Desclaux | 2017-08-07 | 2 | -5/+22 | |
| | | ||||||
| * | Asmblock: remove disasm engine job_done attribute | Fabrice Desclaux | 2017-07-27 | 2 | -4/+0 | |
| | | | | | | | | | | | | WARNING: disasmEngine behaviour modification Before patch: job_done containted the already disassembled addresses. If the user disassembled twice the same addresse, the engine will return empty object on the second call. After patch: If the user disassemble twice the same addresse, the engine will return result of the disassembling in both cases. | |||||
| * | Merge pull request #579 from serpilliere/fix_get_bloc | serpilliere | 2017-07-20 | 15 | -32/+32 | |
| |\ | | | | | Fix get bloc | |||||
| | * | Asmblock: rename bloc | Fabrice Desclaux | 2017-07-07 | 14 | -16/+16 | |
| | | | ||||||
| | * | IR: rename add_bloc | Fabrice Desclaux | 2017-07-07 | 11 | -14/+14 | |
| | | | ||||||
| | * | IR: rename get_bloc | Fabrice Desclaux | 2017-07-07 | 2 | -2/+2 | |
| | | | ||||||
| * | | Remove unecessary assert | William Bruneau | 2017-07-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fix typo | William Bruneau | 2017-07-20 | 1 | -6/+6 | |
| |/ | ||||||
| * | IDA: add a Miasm menu with shortcuts to other IDA examples | Ajax | 2017-07-05 | 1 | -0/+77 | |
| | | ||||||
| * | IDA/TypePropag: clean & fix imports | Ajax | 2017-07-05 | 1 | -14/+13 | |
| | | ||||||
| * | IDA/SymbExec: clean & fix imports, export main function | Ajax | 2017-07-05 | 1 | -7/+8 | |
| | | ||||||
| * | IDA/Graph IR: clean & fix imports, export main function, add a | Ajax | 2017-07-05 | 1 | -70/+91 | |
| | | | | | simplification option | |||||
| * | IDA/Depgraph: clean & fix imports, export main function | Ajax | 2017-07-05 | 1 | -83/+93 | |
| | | ||||||
| * | Example: update SymbExecCType api | Fabrice Desclaux | 2017-07-05 | 1 | -9/+7 | |
| | | ||||||
| * | Example/ctype: clean code | Fabrice Desclaux | 2017-07-04 | 1 | -129/+110 | |
| | | ||||||
| * | Example: c type propagation ida plugin | Fabrice Desclaux | 2017-06-14 | 1 | -0/+266 | |
| | | ||||||
| * | Example: add ida rpyc server | Fabrice Desclaux | 2017-06-13 | 1 | -0/+25 | |
| | | ||||||
| * | Example: clean graph_ir IDA | Fabrice Desclaux | 2017-05-24 | 1 | -183/+59 | |
| | | ||||||
| * | IR: avoid IRBlock attribute creation | Fabrice Desclaux | 2017-05-24 | 1 | -16/+19 | |
| | | ||||||
| * | IR: Make IRBlock immutable | Fabrice Desclaux | 2017-05-24 | 2 | -7/+11 | |
| | | ||||||
| * | Example: clean code | Fabrice Desclaux | 2017-05-15 | 2 | -104/+98 | |
| | | ||||||
| * | Core/Objc: improuve internal type representation | Fabrice Desclaux | 2017-05-15 | 2 | -26/+22 | |
| | | ||||||
| * | Merge pull request #550 from serpilliere/add_rot_pytrans | Camille Mougey | 2017-05-10 | 1 | -1/+1 | |
| |\ | | | | | Add rot pytrans | |||||
| | * | Example: fix tipo | Fabrice Desclaux | 2017-05-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Use and tiny test of .as_assignblock() behavior | Ajax | 2017-05-09 | 1 | -2/+3 | |
| |/ | ||||||
| * | Example: fix simplify argument | Fabrice Desclaux | 2017-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #537 from commial/fix/ida-examples | serpilliere | 2017-04-25 | 2 | -15/+28 | |
| |\ | | | | | Fix/ida examples | |||||
| | * | IDA: handle generated labels in depgraph | Ajax | 2017-04-25 | 1 | -1/+7 | |
| | | | ||||||
| | * | IDA: fix depgraph for immutable AssignBlock | Ajax | 2017-04-25 | 1 | -8/+12 | |
| | | | ||||||