| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace /!\ with [!] to fix a few warnings | Duncan Ogilvie | 2024-01-06 | 1 | -1/+1 |
| | | | | | | miasm/expression/expression_helper.py:90: SyntaxWarning: invalid escape sequence '\ ' | ||||
| * | normalization of log messages (#1112) | Sheidan | 2019-12-20 | 1 | -1/+1 |
| | | | | | | | * normalization of log messages * -8s in format | ||||
| * | Loader/utils: less debug | Fabrice Desclaux | 2019-11-25 | 1 | -3/+3 |
| | | |||||
| * | Fix int/long py2/py3 | Fabrice Desclaux | 2019-11-21 | 1 | -1/+1 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 1 | -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_imp2dstad | William Bruneau | 2019-10-17 | 1 | -1/+2 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -0/+100 |