| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -316/+0 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -16/+22 |
| | | |||||
| * | API: replace shift_offset by base_address | Fabrice Desclaux | 2019-02-11 | 1 | -17/+21 |
| | | | | | WARNING: base address is the negative of shift_offset | ||||
| * | bin_stream: check negative offset | Fabrice Desclaux | 2019-02-04 | 1 | -0/+8 |
| | | |||||
| * | Bin_stream: add get_u8/u16/u32/u64 | Fabrice Desclaux | 2018-10-11 | 1 | -10/+71 |
| | | |||||
| * | Handle Elfesteem ValueError on 'get' | Ajax | 2016-06-16 | 1 | -1/+4 |
| | | |||||
| * | fix bin_stream.getbits() | Aymeric Vincent | 2016-04-05 | 1 | -2/+3 |
| | | |||||
| * | BinStream: use a standard dict instead of a bounded one | Ajax | 2016-01-08 | 1 | -2/+1 |
| | | | | | Generally, the cache is not very large. Using a dict is more effective. | ||||
| * | BinStream: ensure atomic mode state before switching | Ajax | 2016-01-08 | 1 | -0/+2 |
| | | |||||
| * | BinStream: use the wrapper on get_bytes for each bin stream | Ajax | 2016-01-08 | 1 | -5/+5 |
| | | |||||
| * | BinStream: introduce Atomic Mode (read may be cached) | Ajax | 2016-01-08 | 1 | -1/+34 |
| | | |||||
| * | BinStream: comment getbits | Ajax | 2016-01-08 | 1 | -16/+22 |
| | | |||||
| * | BinStream: merge getbits calls to getbytes | Ajax | 2016-01-08 | 1 | -5/+7 |
| | | |||||
| * | Autopep8 | Fabrice Desclaux | 2015-12-16 | 1 | -2/+1 |
| | | |||||
| * | Update api according to Elfesteem | Fabrice Desclaux | 2015-12-16 | 1 | -3/+3 |
| | | |||||
| * | PyLint: Remove keyword redefinition, bad open mode | Camille Mougey | 2015-02-18 | 1 | -2/+2 |
| | | |||||
| * | bin_stream: Fix default argument for bin_stream_container | Fabrice Desclaux | 2015-02-11 | 1 | -1/+4 |
| | | |||||
| * | bin_stream: clean code and update API | Fabrice Desclaux | 2015-02-11 | 1 | -48/+32 |
| | | | | | | | | | | | | The __len__ cannot be used any more in bin_stream: Python returns an int object, which will cap values to 0x7FFFFFFF on 32 bit systems. A binary can have a base address higher than this, making it impossible to handle such programs. The __len__ is replaced by a call to getlen. Elfesteem needs an update to support 'max_addr' API in order to retrieve the elf/pe max virtual address. | ||||
| * | BinStream: Unify BinStreams location | Camille Mougey | 2014-12-03 | 1 | -0/+32 |
| | | |||||
| * | bin_stream: fix bin_stream len test | serpilliere | 2014-08-21 | 1 | -5/+4 |
| | | |||||
| * | bin_stream: wrap is_addr_in to allow bs pickling | serpilliere | 2014-06-25 | 1 | -4/+3 |
| | | |||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+175 |
| * 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 ! | |||||