about summary refs log tree commit diff stats
path: root/miasm/jitter/loader/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace /!\ with [!] to fix a few warningsDuncan Ogilvie2024-01-061-1/+1
| | | | | miasm/expression/expression_helper.py:90: SyntaxWarning: invalid escape sequence '\ '
* normalization of log messages (#1112)Sheidan2019-12-201-1/+1
| | | | | | * normalization of log messages * -8s in format
* Loader/utils: less debugFabrice Desclaux2019-11-251-3/+3
|
* Fix int/long py2/py3Fabrice Desclaux2019-11-211-1/+1
|
* Clear get_str_* APIFabrice Desclaux2019-11-121-12/+11
| | | | | | | | | | | | | | | | 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.
* Loader: avoid None dst_ad in lib_imp2dstadWilliam Bruneau2019-10-171-1/+2
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-0/+100