Commit Graph

22 Commits

Author SHA1 Message Date
hasherezade fb3bb2bf49 [REFACT] Define stripComments in Settings class 2023-08-12 06:13:08 -07:00
hasherezade ee3b302b2d [FEATURE] Configurable INT instruction tracing 2023-08-08 13:36:51 -07:00
cecio b1ce344e29 AntiDebug detection initial implementation 2023-08-04 22:44:36 +02:00
hasherezade cfcd1b579b [BUGFIX] Fixed removing inline comments from Settings 2023-05-05 17:04:27 -07:00
hasherezade e805fa0dc6 [REFACT] Code cleanup following Codacy warnings 2023-05-04 09:35:31 -07:00
hasherezade 940f10200a [BUGFIX] Backward compat: use cstring name to open ifstream 2023-04-06 21:44:56 +02:00
hasherezade 4f439f4c7e [FEATURE] Supply the syscalls table from commandline. Added automatic syscalls extraction by a helper tool 2023-03-19 16:04:28 -07:00
hasherezade d1553524be [REFACT] Removed a redundant variable 2023-03-18 18:31:39 -07:00
hasherezade 28dcea5665 [W-I-P] Load syscalls table from a file 2023-03-17 18:21:59 -07:00
ergrelet f94c01f419 [FEATURE] Add logging SYSCALL 2022-02-14 22:16:20 +01:00
hasherezade b4d5a87035 [FEATURE] Added logging of indirect call/jmp 2021-10-14 13:02:37 +02:00
hasherezade 932fe12ece [FEATURE] Added an option of hooking sleep 2021-09-20 00:40:46 +02:00
hasherezade a38128de2a [NOBIN] Fixed spacing 2021-09-04 12:03:34 +02:00
hasherezade 8efa03e55f [FEATURE] In params dump: configure hexdump size by the INI file 2021-07-26 03:53:12 +02:00
hasherezade 4d4d585ad8 [REFACT] Removed warning in converting int to bool 2021-07-26 03:38:48 +02:00
hasherezade ddefd88644 [FEATURE] Support booleans defined as keywords 2021-03-20 19:02:24 +01:00
hasherezade 99bb02122e [FEATURE] If INI file not found, generate a new one 2021-03-20 18:42:07 +01:00
hasherezade f872f7d104 [FEATURE] Show info if could not load the INI file 2021-03-20 18:24:09 +01:00
hasherezade 8975e94ef2 [FEATURE] Support comments in the INI file 2021-03-20 18:13:40 +01:00
hasherezade acee2e718f [FEATURE] Moved the settings from commandline into INI file 2021-03-20 17:51:49 +01:00
hasherezade 4d93d682bd [REFACT] Moved settings to the Settigns class 2021-03-20 16:54:57 +01:00
hasherezade e92195453f [NOBIN] Added Settings.cpp/.h to the project 2021-03-20 16:47:08 +01:00