Commit graph

105 commits

Author SHA1 Message Date
Sinaei
737f27bc9b add new aliases for u, u2 as u64 and u32 2023-07-17 18:53:51 +09:00
Sinaei
cc99978919 interpret .pagein commands parameters 2023-07-13 16:05:42 +09:00
Sinaei
de39860a0f change .pagein help command 2023-07-12 17:12:32 +09:00
unknown
51854f1aa9 add track command to trace function calls and rets 2023-05-05 22:03:00 +09:00
unknown
d02f56ea12 fix unhandled stack growth on receiving buffer 2023-04-25 18:53:23 +09:00
unknown
2358accfaa add ioctl for mode based hooks 2023-03-23 18:42:33 +09:00
unknown
9d2b92d2f8 reformat files with wrong shape 2023-03-22 17:45:52 +09:00
unknown
4c09327598 apply fixed range number for external VMCALLs 2023-02-02 21:28:19 +09:00
unknown
426143425b standardized triggering events 2023-01-29 04:06:01 +09:00
unknown
1b9ba13d5d change the SDK api to C types 2022-11-16 14:25:37 +09:00
unknown
606cb775a1 fix some typos 2022-10-06 17:45:07 +09:00
unknown
60a7ef9855 add user-mode part of short-circuiting and event modes 2022-10-05 13:34:53 +09:00
unknown
79ca8caf8b add memcpy primitives to the script engine 2022-09-19 14:36:59 +09:00
SinaKarvandi
cf71dfaf79 save and load settings from config.ini file 2022-07-19 07:28:50 -07:00
SinaKarvandi
dc62099a16 change SDK headers 2022-07-15 14:52:07 -07:00
SinaKarvandi
a0727500fd add 0n prefix to decimal numbers 2022-07-11 14:23:05 -07:00
angel_killah
6e2bd808a7 Add !crwrite command to monitor modification of the CR0/CR4 registers 2022-07-08 01:19:41 +02:00
SinaKarvandi
ee1cd72fb7 fix memory leaks relating to the events allocations 2022-05-09 01:34:07 +04:30
SinaKarvandi
0f7724295a fix memory leaks 2022-05-08 22:13:44 +04:30
Behrooz Abbassi
f817cbb801
Refactor: Improve projects configurations
- Improve Precompiled header usage
- Change "Output Directory" and "Intermediate Directory" of all projects to the same values
- Discard pdb files from release file
2022-05-04 16:38:21 -07:00
SinaKarvandi
51340c07e7 query count of active threads and processes 2022-05-04 21:43:25 +04:30
SinaKarvandi
98e4d46bef port TSX for address checking to user-mode 2022-05-01 00:52:50 +04:30
SinaKarvandi
a32c1133cd parse arguments of structure showing commands and change help of other commands 2022-04-17 23:05:24 +04:30
SinaKarvandi
7b47edffa1 add dt for physical memory mapping 2022-04-17 03:32:00 +04:30
SinaKarvandi
2b16ed3171 beautify dt command and add struct command 2022-04-15 23:18:06 +04:30
SinaKarvandi
518f0a1d22 fix interlocked functions problem 2022-03-13 01:33:21 +03:30
SinaKarvandi
1eb6334288 send action buffer as pointer in script engine 2022-03-12 15:09:17 +03:30
Mohammad Sina Karvandi
b982a19e74
Merge pull request #136 from GermanAizek/dev
Code refactor and optimizing insertion into string containers
2022-03-12 14:43:11 +03:30
Герман Семенов
b9313ee40d optimizing insertion into string containers
Signed-off-by: germanaizek <GermanAizek@yandex.ru>
2022-03-11 12:10:10 +03:00
SinaKarvandi
3c965ef949 parse k command's parameters 2022-03-06 17:39:28 +03:30
SinaKarvandi
f76740d906 second phase of supporting callstack 2022-03-05 17:32:54 +03:30
SinaKarvandi
fb5543765e allocate dynamic memory to get information about kernel modules 2022-02-16 02:43:15 +03:30
SinaKarvandi
ca3c6c227d first phase of supporting user mode modules in lm command 2022-02-14 23:58:01 +03:30
SinaKarvandi
459b4ab9a2 support to pid all in events 2022-02-07 14:19:51 +03:30
SinaKarvandi
66aac3f3f2 implement the thread switching mechanism 2022-02-01 15:15:46 +03:30
SinaKarvandi
0cc9ffb8f5 implementation of detaching from process in user debugger 2022-01-24 15:45:44 +03:30
SinaKarvandi
8af6a5eed3 remove unnecessary codes for thread interception mechanism and avoid double attaching to a process 2022-01-23 13:43:53 +03:30
SinaKarvandi
d29b58ee13 general update 2022-01-18 22:38:56 +03:30
SinaKarvandi
64c3b64bd3 add pause command 2022-01-17 14:54:41 +03:30
SinaKarvandi
2c6901ef87 add thread abstract to process debugging details 2022-01-16 03:16:15 +03:30
SinaKarvandi
ae5c72c76b re-arrange stepping 2022-01-15 01:51:40 +03:30
SinaKarvandi
fbcba2008e send ud pause packets to user-mode 2022-01-12 18:52:34 +03:30
SinaKarvandi
3794089213 add thread debugging mechanism 2022-01-12 01:05:12 +03:30
SinaKarvandi
ba970b894b add process termination command 2022-01-10 21:46:48 +03:30
SinaKarvandi
112e5ab4b2 show message for building symbol maps 2022-01-10 13:45:00 +03:30
SinaKarvandi
1ad792b53c implement .start and .restart commands 2022-01-07 02:31:40 +03:30
SinaKarvandi
e79d3a0e48 add .start, .restart, .kill commands 2022-01-06 23:24:05 +03:30
SinaKarvandi
bba860562a add user-mode debugging files 2022-01-06 21:09:21 +03:30
SinaKarvandi
786ae8ed68 continue without break after attach command 2022-01-02 22:43:09 +03:30
SinaKarvandi
164a05b646 support to x86 attaching 2022-01-01 17:45:37 +03:30