| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 2 | -2/+2 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 2 | -2/+6 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | 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 | 2 | -34/+34 |
| | | | | | | 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 | 2 | -6/+6 |
| | | |||||
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 2 | -58/+68 |
| | | |||||
| * | Tests/QEMU-x86_64: add sample, script and expected outputs | Ajax | 2018-12-04 | 38 | -0/+10217 |
| | | | | | The script is basically copied from testqemu.py | ||||
| * | 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 tests: update expected output according to the new binary | Ajax | 2016-04-26 | 2 | -83/+83 |
| | | |||||
| * | Add expected SSE result for QEMU i386 | Ajax | 2016-04-26 | 1 | -0/+453 |
| | | |||||
| * | QEMU test: add a GS segment in test script | Ajax | 2016-04-26 | 1 | -0/+7 |
| | | |||||
| * | Update QEMU x86 tests binary with sse support | Ajax | 2016-04-26 | 1 | -0/+0 |
| | | |||||
| * | Qemu/test: update expected output for test_string | Ajax | 2015-11-17 | 1 | -78/+78 |
| | | |||||
| * | 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 | 42 | -0/+4923 |
| | | |||||
| * | Tests: add the "test-i386" regression test from QEMU | Ajax | 2015-11-16 | 1 | -0/+0 |