| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert to src-layout ta/nix | Theofilos Augoustis | 2025-10-14 | 1 | -1033/+0 |
| | | |||||
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | Rename ir_arch for jitter | Fabrice Desclaux | 2020-12-25 | 1 | -4/+4 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 1 | -39/+41 |
| | | |||||
| * | Add pe pages to allocated_pages | Fabrice Desclaux | 2020-04-20 | 1 | -0/+3 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | 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 bytes dllname | Fabrice Desclaux | 2019-09-22 | 1 | -1/+3 |
| | | |||||
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -0/+1026 |