about summary refs log tree commit diff stats
path: root/miasm/core/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix xdot outputFabrice Desclaux2025-01-241-1/+6
| | | | Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr>
* Use regex literals for re.* functionsDuncan Ogilvie2024-01-061-1/+1
|
* Colorize ir/asmFabrice Desclaux2021-12-011-0/+24
|
* Merge pull request #1253 from XVilka/fix-collectionsserpilliere2020-08-141-1/+5
|\ | | | | Fix collections
| * Fix collections deprecation warningsAnton Kochkov2020-06-151-1/+5
| |
* | Move modint in coreFabrice Desclaux2020-07-211-0/+3
|/
* Loader: Fix force_bytesFabrice Desclaux2020-04-301-3/+9
|
* Clear get_str_* APIFabrice Desclaux2019-11-121-0/+16
| | | | | | | | | | | | | | | | 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.
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-0/+234