about summary refs log tree commit diff stats
path: root/miasm/os_dep/common.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to src-layout ta/nixTheofilos Augoustis2025-10-141-169/+0
|
* Add comments to heap allocationsFabrice Desclaux2020-05-121-4/+4
|
* Clear get_str_* APIFabrice Desclaux2019-11-121-14/+21
| | | | | | | | | | | | | | | | 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-221-10/+4
| | | | | 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-051-0/+168