Commit graph

52 commits

Author SHA1 Message Date
SinaKarvandi
d52b5d10d9 add doxygen for script engine 2022-05-10 15:08:24 +04:30
mhgholamrezaei
422f52d1a0 solve script engine bug 2022-05-08 11:14:46 +09:00
mhgholamrezaei
263a2ef722 refactor Script Engine 2022-05-08 10:53:39 +09:00
mhgholamrezaei
e875a04f7e refactor Script Engine 2022-05-08 01:00:24 +09:00
mhgholamrezaei
dc3d815d6e refactor Script Engine 2022-05-08 00:03:50 +09:00
mhgholamrezaei
73676fa4b3 refactor Script Engine 2022-05-07 22:51:55 +09:00
mhgholamrezaei
0d23c1b99a change variable maximum length in SE 2022-05-04 18:40:43 +09: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
7addf1a203 refactor script engine codes 2022-03-21 23:42:00 +03:30
SinaKarvandi
0f30466a72 fix script engine crash on release 2022-03-21 18:17:17 +03:30
SinaKarvandi
21e4cbb8e1 update script engine 2022-03-19 03:05:07 +03:30
mhgholamrezaei
96aa535b8d solved script engine boolean expression parser bugs 2022-01-30 03:55:06 +09:00
mhgholamrezaei
a07ea590c5 solved script engine memory mangement bugs 2022-01-30 01:02:29 +09:00
mhgholamrezaei
6d2e0e6167 solved script engine boolean parser bug 2022-01-29 20:33:47 +09:00
mhgholamrezaei
84b93ef2a6 showed script engine error line properly 2022-01-28 02:31:48 +09:00
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
8f0ea47b26 remove logs for script engine 2022-01-10 13:02:15 +03:30
mhgholamrezaei
690d8abc14 solved arguments count mismatch in printf function 2022-01-04 00:06:26 +09:00
SinaKarvandi
c0690141bb add support to get offset of fields based on symbols 2021-11-11 00:47:55 +03:30
mhgholamrezaei
ac417ae9ea support local variable in script engine 2021-11-10 20:16:29 +09:00
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
6761ad5166 refactor dereferencing codes in script engine 2021-10-11 19:14:06 +03:30
mhgholamrezaei
5bfc98148d ref function added to script engine 2021-10-11 20:37:54 +09:00
SinaKarvandi
c94caa789d add multi-line mechanism 2021-10-09 02:14:36 +03:30
SinaKarvandi
7838db3932 adjust printf messages in symbol-parser 2021-09-28 18:17:14 +03:30
mhgholamrezaei
b093ea0c8d add global variable support to script engine 2021-09-26 21:42:36 +09:00
mhgholamrezaei
bed9b56980 added new functions to script engine 2021-09-08 18:28:58 +09:00
mhgholamrezaei
b7d825e156 Merge branch 'master' of https://github.com/HyperDbg/HyperDbg into master 2021-09-05 21:55:53 +09:00
mhgholamrezaei
60036c719c fixed mulit-core problem of printf 2021-09-05 21:55:42 +09:00
SinaKarvandi
bf7ac5daef add aborting mechanism in downloading symbols 2021-09-01 16:01:45 +04:30
mhgholamrezaei
eb0684700f not operation bug fixed 2021-08-20 22:36:25 +04:30
mhgholamrezaei
4255906356 division by zero bug fixed 2021-08-20 22:21:52 +04:30
mhgholamrezaei
a4f5d8dccc eb ed eq with no lvalue added 2021-08-20 20:25:48 +04:30
Moammad97
9ce3cd5ebb memory management problems solved in script engine 2021-07-04 15:27:29 +04:30
Moammad97
e12ff76d49 script engine errors fixed 2021-06-27 19:48:25 +04:30
SinaKarvandi
187b718eb4 remove definition.h from script engine 2021-06-24 01:38:17 +04:30
SinaKarvandi
a703fbe5e7 reload symbols automatically in local debugging 2021-06-21 15:15:28 +04:30
SinaKarvandi
91cd13a0b1 add symbol load and unload to .sym command 2021-06-21 01:18:42 +04:30
SinaKarvandi
d448e697e5 add download argument to .sym command 2021-06-18 01:37:29 +04:30
Moammad97
6190f18fff eb, ed and eq functions added to script engine 2021-06-11 15:26:08 +04:30