21 Commits

Author SHA1 Message Date
hasherezade 91d2d5a46d [BUGFIX] Fixed typos 2026-05-27 18:43:09 +02:00
hasherezade 0dde72e777 [BUGFIX] Fixed counting loaded entries (params and exclusions) 2026-05-25 20:00:54 +02:00
hasherezade 46f5080d3e [FEATURE] Implemented local watch and exclusion lists 2026-05-25 17:35:14 +02:00
hasherezade 82548f11cb [FEATURE] Refactored loadInt to a template. Added ini parameter: flush interval 2026-05-25 15:16:51 +02:00
hasherezade 5bc1ad2c0f [FEATURE] Define how many times the wait at offset should be executed 2024-08-20 12:28:34 -07:00
hasherezade 2984a4f168 [REFACT] Refactored watching AntiDbg functions 2024-08-09 12:09:50 -07:00
hasherezade 6e82dc9c60 [REFACT] Moved formatSyscallName to WSyscallInfo 2023-08-12 06:17:52 -07:00
hasherezade 0ec8cda7f9 [REFACT] Use delimiters defined in classes 2023-08-09 16:58:24 -07:00
hasherezade 47a970731d [REFACT] Create superclass FuncList, use it for excluded functions 2023-08-09 11:31:37 -07:00
hasherezade 11d3a02fec [REFACT] Optimization: check if excluded function only when needed 2023-08-08 13:10:22 -07:00
hasherezade bc5f553b2a [FEATURE] Allow to exclude selected functions from tracing 2023-08-08 13:01:30 -07:00
hasherezade fc5b932f52 [REFACT] Small cleanup to silence some warnings 2022-04-09 15:23:14 +02:00
ergrelet 076c54213e [FEATURE] Add parameter tracing for syscalls 2022-02-17 23:59:13 +01:00
hasherezade acee2e718f [FEATURE] Moved the settings from commandline into INI file 2021-03-20 17:51:49 +01:00
hasherezade 89071a04e0 [REFACT] Moved slit_list to Utils 2021-03-20 17:03:07 +01:00
hasherezade e9a39c306b [REFACT] Keep watched functions in a vector. Do not allow duplicated names 2021-03-15 15:49:08 +01:00
hasherezade 8dc85f9155 [REFACT] Refactored parsing function info 2021-03-13 15:11:21 +01:00
hasherezade f9b72f2799 [BUGFIX] Fixed missing size check before adding function to a list 2021-03-12 15:07:55 +01:00
hasherezade 7ed62baebc [FEATURE] Changed formatting of printed parameters 2021-03-12 12:55:31 +01:00
hasherezade 657f7f6605 [REFACT] Refactored functions watch list 2021-03-12 11:15:48 +01:00
hasherezade 62d28279fe [REFACT] Added FuncWatch.cpp/.h 2021-03-12 10:28:23 +01:00