| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 1 | -1/+3 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | get_str_ansi decoded strings using utf8 and was blindly used for pure windows function (LoadLibraryA) and for stdlib functions (printf, strlen, ...) even if strlen does not use utf8... New API is: get_win_str_a/get_win_str_w and set_win_str_a/set_win_str_w for windows (respectively codepage1252/windows utf16) .Those functions should only be used in windows strings manipulations, so there are taken out of the jitter. get_c_str/set_c_str: as those functions are "classic" in OSes, they are keeped in the jitter. | ||||
| * | Fix get_str_ansi: return str | Fabrice Desclaux | 2019-09-22 | 1 | -18/+18 |
| | | | | | | get_str_ansi and get_str_unic now returns both *str* object: As get_str_unic decodes the string, get_str_ansi should do the same. | ||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -3/+3 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -31/+35 |
| | | |||||
| * | All: updt api | Fabrice Desclaux | 2018-10-12 | 1 | -4/+3 |
| | | |||||
| * | Introduce a naive "System V" calling convention | Ajax | 2017-04-06 | 1 | -4/+4 |
| | | |||||
| * | Os_dep: fix get/set str | Fabrice Desclaux | 2016-09-29 | 1 | -3/+3 |
| | | |||||
| * | QEMU test: add a GS segment in test script | Ajax | 2016-04-26 | 1 | -0/+7 |
| | | |||||
| * | TestQEMU: workaround/hack for displaying extended hex | Ajax | 2015-11-17 | 1 | -0/+6 |
| | | |||||
| * | Test/QEMU: emulate puts, enabling test_self_modifying_code | Ajax | 2015-11-16 | 1 | -0/+16 |
| | | |||||
| * | Test/Qemu: add an emulator for test-i386 and expected outputs | Ajax | 2015-11-16 | 1 | -0/+110 |