Commit graph

38 commits

Author SHA1 Message Date
unknown
91aaa33d3a change invalid path to script engine wrapper 2024-04-07 16:28:51 +09:00
Herman Semenov
7bcf1e5c71 fix bitwise extended type, fixed memleaks, remove excess else and cmp int with EOF 2024-04-05 16:13:13 +03:00
Sinaei
cc9aab9ef3 compile script-engine with treat warnings as error 2024-03-18 12:31:11 +09:00
Sinaei
432021b00c fix user-mode warnings 4 2024-03-15 13:51:23 +09:00
Sinaei
491a6b6fc1 Merge branch 'dev' into fix-warnings 2024-03-02 21:39:40 +09:00
xmaple555
29d79991e4 add user-defined function and variable type in script engine 2024-03-02 01:59:33 +08:00
Sinaei
fb4b4f2c3d fix warnings 4 2024-03-01 21:02:52 +09:00
Sinaei
249320d8c9 fix #243 loading 32-bit modules based on SysWOW64 2023-07-17 01:13:53 +09:00
Sinaei
8e9918d560 change system32 paths to wow64 addresses for 32-bit programs 2023-07-16 04:00:09 +09:00
SinaKarvandi
6bd321f129 unify script engine headers 2022-06-28 09:52:24 -07:00
SinaKarvandi
d721c0cda7 prepare SDK and change script engine headers 2022-06-28 07:29:07 -07: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
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
63d14d9b6e add build date to the console based on current date 2021-12-09 20:50:29 +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
Renamed from hyperdbg/hprdbgctrl/source/debugger/script-engine-wrapper/script-engine-wrapper.cpp (Browse further)