Commit graph

38 commits

Author SHA1 Message Date
SinaKarvandi
2a6b7ac4b3 clean codes 2022-05-31 17:09:25 +04:30
mhgholamrezaei
5ecb671bda solve end of line space problem in Script Engine scanner 2022-05-18 22:51:04 +09:00
SinaKarvandi
c31ce6c53a update rsp for testing script engine 2022-05-12 03:00:09 +04:30
SinaKarvandi
b85dd4fd8a fix memory leaks for casting in script engine 2022-05-08 20:24:31 +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
bdd6ce4dc8 get structure size to show in the dt command 2022-04-16 01:03:28 +04:30
SinaKarvandi
2b16ed3171 beautify dt command and add struct command 2022-04-15 23:18:06 +04:30
SinaKarvandi
20ea601a84 change datatypes to the correct convention 2022-04-13 12:45:39 +04:30
SinaKarvandi
9e0eb2402d parsing all the conditions of dt command 2022-04-08 01:21:03 +04:30
SinaKarvandi
69c98e5f38 parse parameters for dt command 2022-04-07 23:07:05 +04:30
SinaKarvandi
6e1928645f second phase of supporting dt command 2022-04-07 12:45:48 +04:30
SinaKarvandi
1eb6334288 send action buffer as pointer in script engine 2022-03-12 15:09:17 +03:30
SinaKarvandi
02ddba1ecf make the correct callstack format 2022-03-06 16:00:14 +03:30
SinaKarvandi
cfd6d8e46e third phase of implementing callstack 2022-03-06 02:43:58 +03:30
SinaKarvandi
c7e012f211 fix symbol buffer overflow on multiple connections in debugger mode 2022-03-04 14:46:03 +03:30
SinaKarvandi
b2b3d83fae build user mode modules symbols before kernel modules 2022-02-19 02:33:55 +03:30
SinaKarvandi
b04d4682bc add support to user-mode modules 2022-02-18 23:57:33 +03:30
SinaKarvandi
7d327f26cc send user mode process id to support user-mode modules in symbol tables 2022-02-17 03:27:50 +03:30
SinaKarvandi
fb5543765e allocate dynamic memory to get information about kernel modules 2022-02-16 02:43:15 +03:30
SinaKarvandi
5acc71faa0 change .switch command 2022-02-13 03:38:24 +03:30
SinaKarvandi
c7c1aee69e add testing for casts 2022-02-04 22:40:24 +03:30
Семенов
eb577b1a0c Code refactor
Signed-off-by: semenov_gv <GermanAizek@yandex.ru>
2022-02-03 19:17:34 +03:00
SinaKarvandi
5f917faf8b fix script engine massive testing instructions 2022-01-30 21:00:44 +03:30
SinaKarvandi
22b17d1ac1 allocate buffer for temporary variables 2022-01-27 23:49:26 +03:30
mhgholamrezaei
9b96d1011b solved script engine temporary variable allocation problems 2022-01-28 02:11:15 +09:00
mhgholamrezaei
760ed0eebe solved script engine error handling bug 2022-01-27 22:07:59 +09:00
Mohammad Sina Karvandi
d2f9fc0754
Merge pull request #111 from HyperDbg/fix-script-engine-bugs
solved boolean expression detection bug
2022-01-23 20:47:36 +03:30
mhgholamrezaei
14da488a37 solved boolean expression detection bug 2022-01-24 01:01:06 +09:00
SinaKarvandi
d29b58ee13 general update 2022-01-18 22:38:56 +03:30
SinaKarvandi
fbcba2008e send ud pause packets to user-mode 2022-01-12 18:52:34 +03:30
SinaKarvandi
63d14d9b6e add build date to the console based on current date 2021-12-09 20:50:29 +03:30
SinaKarvandi
a0d2829abd support ctrl+c on instumentation (t, p, i) commands 2021-11-18 18:27:33 +03:30
SinaKarvandi
c0690141bb add support to get offset of fields based on symbols 2021-11-11 00:47:55 +03:30
SinaKarvandi
37b860362e add local variables environment for script engine 2021-10-26 22:28:32 +03:30
SinaKarvandi
3dd31f948f second phase of supporting object names in zydis 2021-10-19 17:13:44 +03:30
SinaKarvandi
bf65525429 first phase of supporting object names in zydis 2021-10-19 01:27:04 +03:30
SinaKarvandi
7838db3932 adjust printf messages in symbol-parser 2021-09-28 18:17:14 +03:30
SinaKarvandi
94cb996a71 update kHyperDbg 2021-09-27 20:30:06 +03:30