about summary refs log tree commit diff stats
path: root/test/arch/x86/qemu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace jitter.run boolean by jitter.runningRomain Lesteven2021-05-052-2/+2
|
* Avoid generate default locationdbFabrice Desclaux2020-08-312-2/+6
|
* Clear get_str_* APIFabrice Desclaux2019-11-122-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 strFabrice Desclaux2019-09-222-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 miasmFabrice Desclaux2019-03-052-6/+6
|
* Support python2/python3Fabrice Desclaux2019-03-052-58/+68
|
* Tests/QEMU-x86_64: add sample, script and expected outputsAjax2018-12-0438-0/+10217
| | | | The script is basically copied from testqemu.py
* All: updt apiFabrice Desclaux2018-10-121-4/+3
|
* Introduce a naive "System V" calling conventionAjax2017-04-061-4/+4
|
* Os_dep: fix get/set strFabrice Desclaux2016-09-291-3/+3
|
* QEMU tests: update expected output according to the new binaryAjax2016-04-262-83/+83
|
* Add expected SSE result for QEMU i386Ajax2016-04-261-0/+453
|
* QEMU test: add a GS segment in test scriptAjax2016-04-261-0/+7
|
* Update QEMU x86 tests binary with sse supportAjax2016-04-261-0/+0
|
* Qemu/test: update expected output for test_stringAjax2015-11-171-78/+78
|
* TestQEMU: workaround/hack for displaying extended hexAjax2015-11-171-0/+6
|
* Test/QEMU: emulate puts, enabling test_self_modifying_codeAjax2015-11-161-0/+16
|
* Test/Qemu: add an emulator for test-i386 and expected outputsAjax2015-11-1642-0/+4923
|
* Tests: add the "test-i386" regression test from QEMUAjax2015-11-161-0/+0