| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -234/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -16/+68 |
| | | |||||
| * | Bin_stream: add get_u8/u16/u32/u64 | Fabrice Desclaux | 2018-10-11 | 1 | -0/+24 |
| | | |||||
| * | Core/utils: autopep8 | Fabrice Desclaux | 2016-02-19 | 1 | -5/+8 |
| | | |||||
| * | Core/utils: sanitize whoami/get_caller_name | Fabrice Desclaux | 2016-02-19 | 1 | -3/+13 |
| | | |||||
| * | Tipo: dictionary | Fabrice Desclaux | 2016-01-30 | 1 | -3/+3 |
| | | |||||
| * | BoundedDict: access to the internal dict via property | Camille Mougey | 2015-10-23 | 1 | -0/+5 |
| | | | | | | There is no performance loss (on a 3 minutes execution sample) due to the additionnal function call. | ||||
| * | BoundedDict: better dict syntax | Florent Monjalet | 2015-10-15 | 1 | -2/+2 |
| | | |||||
| * | BoundedDict: faster implementation | Florent Monjalet | 2015-10-11 | 1 | -8/+25 |
| | | | | | | Replaced collections.Counter with a simple {key -> int} built-in dict. This allows for an up to 2 times speed up when jitting. | ||||
| * | Core: Introduce BoundedDict and its regression test | Camille Mougey | 2015-02-23 | 1 | -0/+73 |
| | | |||||
| * | PyLint: Remove keyword redefinition, bad open mode | Camille Mougey | 2015-02-18 | 1 | -2/+2 |
| | | |||||
| * | jit: move code into arch directory | serpilliere | 2014-08-21 | 1 | -0/+4 |
| | | |||||
| * | Utils: missing pack struct | serpilliere | 2014-07-09 | 1 | -0/+7 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+39 |
| * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | |||||