sina
39c4b2f127
update and cleanup CPUID
2026-07-21 15:12:04 +02:00
Sina Karvandi
6324c1d718
Merge pull request #650 from nikzad66/feature-cpuid-command
...
Feature cpuid command
2026-07-21 14:28:37 +02:00
Nikzad
632db21290
user: implement ucpuid command in user mode- Add ucpuid.cpp with leaf/sub-leaf decoding
...
- Implement CPUID command parser and dispatcher
- Add remote CPUID support via KdSendUserCpuidPacketToDebuggee()
- Implement response handler in kernel-listening.cpp
- Add proper validation for FunctionId and SubFunctionId
- Support hex and decimal input formats
2026-07-19 18:15:43 +03:30
FallinBinary
863f95c0e9
add 'dl' command
2026-07-10 07:55:56 -07:00
maxraulea
83ae005c70
Added compatibility
2026-06-20 09:29:45 +02:00
maxraulea
2d3941a43e
signal handler platform independent API
2026-06-20 09:28:37 +02:00
sina
1e49d3f05c
refactor doxygen, variables, function names 5
2026-05-31 18:34:03 +02:00
sina
e31731cd37
remove unused extern variables
2026-05-29 00:34:08 +02:00
sina
61c30822fb
perform adjustments for call_stack filter option of LBR
2026-05-17 04:27:56 +02:00
sina
09416e7fe1
add lbrdump command and sdk function
2026-05-04 00:29:54 +02:00
sina
19b9ebe3fd
add lbrdump command
2026-05-03 01:25:39 +02:00
sina
c6b6a8a3a0
add processor trace command
2026-04-25 22:46:55 +02:00
copilot-swe-agent[bot]
774d61782f
fix: correct typos and one copy-paste error in comments and messages
...
Agent-Logs-Url: https://github.com/HyperDbg/HyperDbg/sessions/0817c887-8808-4080-a701-6a0211b10595
Co-authored-by: SinaKarvandi <13383992+SinaKarvandi@users.noreply.github.com>
2026-04-23 12:38:48 +00:00
sina
2329fd3c19
add user mode side of initializing LBR
2026-04-05 22:56:59 +02:00
sina
cda5029081
run script for the print command in the user debugger
2025-09-01 14:38:59 +02:00
sina
77029f330d
add XSETBV event extension command
2025-08-21 00:17:26 +02:00
sina
3961196112
add support for SMI related functionalities
2025-08-02 23:18:18 +02:00
sina
fe4dd107cb
add hyperdbg test mode for the user debugger
2025-06-25 18:48:11 +02:00
sina
603cc6806f
update PCI CAM extension command
2025-02-16 22:46:42 +01:00
sina
d4466552b0
support the .sympath command symbols server within quotes
2025-02-15 21:45:55 +01:00
Abbas-MG
b5702a60bf
fix code format
2025-02-15 22:54:42 +03:30
Abbas-MG
07486f4a96
fix parser fatal bugs
2025-02-15 22:22:01 +03:30
sina
4ed399e2d6
fix the merging issues (compile error) and updating CHANGELOG.md
2025-02-13 17:28:09 +01:00
Sina Karvandi
ee17e49bfc
Merge branch 'dev' into add-pcie-support
2025-02-13 17:13:19 +01:00
Björn Ruytenberg
dfe38377f6
Partially revert "add alias for the pci cam command"
...
This reverts commit d8c09d38bb .
2025-02-10 13:54:44 +01:00
SinaKarvandi
d8c09d38bb
add alias for the pci cam command
2025-02-09 01:55:03 +01:00
Abbas-MG
0e823a9b3c
update parser
2025-02-04 01:55:21 +03:30
Björn Ruytenberg
0931ecb47d
pcicam: Add initial support for dumping PCI config space (CAM)
2025-01-14 14:55:01 +01:00
SinaKarvandi
23702ca4f1
add query IDT command
2024-12-30 04:37:15 +01:00
SinaKarvandi
bb9c4e30d7
add support for IO APIC
2024-11-19 13:56:22 +01:00
Björn Ruytenberg
14a679a8dc
Merge branch 'dev' into add-pcie-support
2024-11-12 19:18:52 +01:00
Björn Ruytenberg
f0123c8790
pcitree: Initial work to add pcitree command
2024-11-12 19:14:48 +01:00
SinaKarvandi
851375ec15
add local apic command
2024-11-08 21:00:21 +01:00
Björn Ruytenberg
7d1cd99828
Fix formatting
2024-11-08 14:49:03 +01:00
Abbas-MG
3adbd7b57b
Merge branch 'dev' into parser-Comment-fix_2
2024-09-30 22:37:16 +03:30
Abbas-MG
96ba6544fa
few parser fixes rmv 3 cmd cases
2024-09-30 21:32:40 +03:30
SinaKarvandi
b5097b1893
add hw extension command
2024-09-30 17:25:12 +02:00
Abbas-MG
5069b69b0c
some parser fixes
2024-09-30 16:46:58 +03:30
Abbas-MG
0487556985
some parser fixes
2024-09-30 16:46:58 +03:30
Abbas-MG
490b2b4657
modified to cope with Trim()
2024-09-30 16:46:58 +03:30
Abbas-MG
9cd1330e14
fix additional test cases and their pertaining code
2024-08-24 19:16:33 +03:30
Abbas-MG
cce5dd33bb
new way of handling newLine and block comments
2024-08-24 16:45:32 +03:30
Abbas-MG
6ec8754db4
fix bugged testCases
2024-08-24 16:45:32 +03:30
Abbas-MG
0915c09419
escaped newline bug fix
2024-08-24 16:45:32 +03:30
Abbas-MG
cb575a6624
escaped newline is now handled correctly
2024-08-24 16:45:32 +03:30
Abbas-MG
b5d6551165
fix newLine (\n) parse
2024-08-24 16:45:31 +03:30
Abbas-MG
7f248d3067
improved PrintToken(); now it prints in aligned columns
2024-08-24 16:45:31 +03:30
Abbas-MG
49877c680a
fix adjacent {
2024-08-21 00:56:08 +03:30
Abbas-MG
bba0914d77
single line comment at end of string fixed
2024-08-21 00:14:19 +03:30
sina
a1ef3e8808
add main command parser testcases with comments
2024-08-21 03:35:22 +09:00