| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix xdot output | Fabrice Desclaux | 2025-01-24 | 1 | -1/+6 |
| | | | | | Signed-off-by: Fabrice Desclaux <fabrice.desclaux@cea.fr> | ||||
| * | Use regex literals for re.* functions | Duncan Ogilvie | 2024-01-06 | 1 | -1/+1 |
| | | |||||
| * | Colorize ir/asm | Fabrice Desclaux | 2021-12-01 | 1 | -0/+24 |
| | | |||||
| * | Merge pull request #1253 from XVilka/fix-collections | serpilliere | 2020-08-14 | 1 | -1/+5 |
| |\ | | | | | Fix collections | ||||
| | * | Fix collections deprecation warnings | Anton Kochkov | 2020-06-15 | 1 | -1/+5 |
| | | | |||||
| * | | Move modint in core | Fabrice Desclaux | 2020-07-21 | 1 | -0/+3 |
| |/ | |||||
| * | Loader: Fix force_bytes | Fabrice Desclaux | 2020-04-30 | 1 | -3/+9 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 1 | -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 miasm | Fabrice Desclaux | 2019-03-05 | 1 | -0/+234 |