Commit graph

17 commits

Author SHA1 Message Date
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
6fe44fe713 add assertion for tests of driver loading 2022-04-27 19:11:45 +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
384823cb54 correction to command helps 2022-04-10 22:24:56 +04: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
a44cd5957c final implementation of the lm command 2022-02-15 23:37:49 +03:30
SinaKarvandi
118d262c08 add pid parameter to the lm command 2022-02-15 15:38:32 +03:30
SinaKarvandi
a3d5871d48 support to x86 module list in lm command 2022-02-15 03:21:53 +03:30
SinaKarvandi
7f0a58a085 support to x64 module list in lm command 2022-02-15 02:50:54 +03:30
SinaKarvandi
ca3c6c227d first phase of supporting user mode modules in lm command 2022-02-14 23:58:01 +03:30
SinaKarvandi
d1ad763427 synchronize commands syntax with the documentation (debugging-commands) 2022-02-08 16:06:26 +03:30
Behrooz Abbassi
f6a5c9f6b7
Update: Improve memory management & readability
- Use dynamic memory management for the 'NtQuerySystemInformation' by using its 'ReturnLength' parameter to get required size of the requested information class buffer.
2022-02-06 16:36:35 -08:00
Behrooz Abbassi
2068669f4a
Refactor: Improve memory management & readability
- Use dynamic memory management for the 'NtQuerySystemInformation' by using its 'ReturnLength' parameter to get required size of the requested information class buffer.
2022-02-06 16:06:42 -08:00
SinaKarvandi
d29b58ee13 general update 2022-01-18 22:38:56 +03:30
SinaKarvandi
98be16e53a make hex error codes 2021-09-30 12:31:51 +03:30
SinaKarvandi
94cb996a71 update kHyperDbg 2021-09-27 20:30:06 +03:30
Renamed from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/lm.cpp (Browse further)