diff --git a/hyperdbg/hprdbgctrl/source/app/dllmain.cpp b/hyperdbg/hprdbgctrl/code/app/dllmain.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/app/dllmain.cpp rename to hyperdbg/hprdbgctrl/code/app/dllmain.cpp diff --git a/hyperdbg/hprdbgctrl/source/app/hprdbgctrl.cpp b/hyperdbg/hprdbgctrl/code/app/hprdbgctrl.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/app/hprdbgctrl.cpp rename to hyperdbg/hprdbgctrl/code/app/hprdbgctrl.cpp diff --git a/hyperdbg/hprdbgctrl/source/assembly/asm-vmx-checks.asm b/hyperdbg/hprdbgctrl/code/assembly/asm-vmx-checks.asm similarity index 100% rename from hyperdbg/hprdbgctrl/source/assembly/asm-vmx-checks.asm rename to hyperdbg/hprdbgctrl/code/assembly/asm-vmx-checks.asm diff --git a/hyperdbg/hprdbgctrl/source/common/common.cpp b/hyperdbg/hprdbgctrl/code/common/common.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/common/common.cpp rename to hyperdbg/hprdbgctrl/code/common/common.cpp diff --git a/hyperdbg/hprdbgctrl/source/common/list.cpp b/hyperdbg/hprdbgctrl/code/common/list.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/common/list.cpp rename to hyperdbg/hprdbgctrl/code/common/list.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bc.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bc.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bc.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bc.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bd.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bd.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bd.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bd.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/be.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/be.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/be.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/be.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bl.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bl.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bl.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bl.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bp.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bp.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/bp.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/bp.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/cpu.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/cpu.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/cpu.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/cpu.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/d-u.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/d-u.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/d-u.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/d-u.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/e.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/e.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/e.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/e.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/eval.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/eval.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/eval.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/eval.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/events.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/events.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/events.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/events.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/exit.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/exit.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/exit.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/exit.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/flush.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/flush.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/flush.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/flush.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/g.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/g.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/g.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/g.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/i.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/i.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/i.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/i.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/lm.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/lm.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/lm.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/lm.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/load.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/load.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/load.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/load.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/output.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/output.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/output.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/output.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/p.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/p.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/p.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/p.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/pause.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/pause.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/pause.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/pause.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/print.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/print.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/print.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/print.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/r.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/r.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/r.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/r.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/rdmsr.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/rdmsr.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/rdmsr.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/rdmsr.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/s.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/s.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/s.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/s.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/settings.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/settings.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/settings.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/settings.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/sleep.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/sleep.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/sleep.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/sleep.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/t.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/t.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/t.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/t.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/test.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/test.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/test.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/test.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/unload.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/unload.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/unload.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/unload.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/wrmsr.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/wrmsr.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/wrmsr.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/wrmsr.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/x.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/x.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/x.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/x.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/~.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/~.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/debugging-commands/~.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/debugging-commands/~.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/cpuid.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/cpuid.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/cpuid.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/cpuid.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/dr.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/dr.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/dr.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/dr.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/epthook.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/epthook.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/epthook.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/epthook.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/epthook2.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/epthook2.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/epthook2.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/epthook2.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/exception.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/exception.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/exception.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/exception.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/hide.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/hide.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/hide.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/hide.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/interrupt.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/interrupt.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/interrupt.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/interrupt.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/ioin.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/ioin.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/ioin.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/ioin.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/ioout.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/ioout.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/ioout.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/ioout.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/measure.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/measure.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/measure.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/measure.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/monitor.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/monitor.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/monitor.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/monitor.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/msrread.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/msrread.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/msrread.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/msrread.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/msrwrite.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/msrwrite.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/msrwrite.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/msrwrite.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/pa2va.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/pa2va.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/pa2va.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/pa2va.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/pmc.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/pmc.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/pmc.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/pmc.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/pte.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/pte.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/pte.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/pte.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/syscall-sysret.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/syscall-sysret.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/syscall-sysret.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/syscall-sysret.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/tsc.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/tsc.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/tsc.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/tsc.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/unhide.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/unhide.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/unhide.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/unhide.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/va2pa.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/va2pa.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/va2pa.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/va2pa.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/vmcall.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/vmcall.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/extension-commands/vmcall.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/extension-commands/vmcall.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/attach.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/attach.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/attach.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/attach.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/cls.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/cls.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/cls.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/cls.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/connect.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/connect.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/connect.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/connect.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/debug.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/debug.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/debug.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/debug.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/detach.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/detach.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/detach.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/detach.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/disconnect.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/disconnect.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/disconnect.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/disconnect.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/formats.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/formats.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/formats.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/formats.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/help.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/help.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/help.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/help.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/listen.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/listen.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/listen.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/listen.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/logclose.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/logclose.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/logclose.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/logclose.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/logopen.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/logopen.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/logopen.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/logopen.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/process.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/process.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/process.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/process.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/script.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/script.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/script.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/script.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/status.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/status.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/status.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/status.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/sym.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/sym.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/sympath.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sympath.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/commands/meta-commands/sympath.cpp rename to hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sympath.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/communication/forwarding.cpp b/hyperdbg/hprdbgctrl/code/debugger/communication/forwarding.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/communication/forwarding.cpp rename to hyperdbg/hprdbgctrl/code/debugger/communication/forwarding.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/communication/namedpipe.cpp b/hyperdbg/hprdbgctrl/code/debugger/communication/namedpipe.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/communication/namedpipe.cpp rename to hyperdbg/hprdbgctrl/code/debugger/communication/namedpipe.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/communication/remote-connection.cpp b/hyperdbg/hprdbgctrl/code/debugger/communication/remote-connection.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/communication/remote-connection.cpp rename to hyperdbg/hprdbgctrl/code/debugger/communication/remote-connection.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/communication/tcpclient.cpp b/hyperdbg/hprdbgctrl/code/debugger/communication/tcpclient.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/communication/tcpclient.cpp rename to hyperdbg/hprdbgctrl/code/debugger/communication/tcpclient.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/communication/tcpserver.cpp b/hyperdbg/hprdbgctrl/code/debugger/communication/tcpserver.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/communication/tcpserver.cpp rename to hyperdbg/hprdbgctrl/code/debugger/communication/tcpserver.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/driver-loader/install.cpp b/hyperdbg/hprdbgctrl/code/debugger/driver-loader/install.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/driver-loader/install.cpp rename to hyperdbg/hprdbgctrl/code/debugger/driver-loader/install.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/essentials/break-control.cpp b/hyperdbg/hprdbgctrl/code/debugger/essentials/break-control.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/essentials/break-control.cpp rename to hyperdbg/hprdbgctrl/code/debugger/essentials/break-control.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/essentials/debugger.cpp b/hyperdbg/hprdbgctrl/code/debugger/essentials/debugger.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/essentials/debugger.cpp rename to hyperdbg/hprdbgctrl/code/debugger/essentials/debugger.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/essentials/interpreter.cpp b/hyperdbg/hprdbgctrl/code/debugger/essentials/interpreter.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/essentials/interpreter.cpp rename to hyperdbg/hprdbgctrl/code/debugger/essentials/interpreter.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/essentials/kd.cpp b/hyperdbg/hprdbgctrl/code/debugger/essentials/kd.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/essentials/kd.cpp rename to hyperdbg/hprdbgctrl/code/debugger/essentials/kd.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/essentials/listening.cpp b/hyperdbg/hprdbgctrl/code/debugger/essentials/listening.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/essentials/listening.cpp rename to hyperdbg/hprdbgctrl/code/debugger/essentials/listening.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/essentials/symbol.cpp b/hyperdbg/hprdbgctrl/code/debugger/essentials/symbol.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/essentials/symbol.cpp rename to hyperdbg/hprdbgctrl/code/debugger/essentials/symbol.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/implementations/disassembler.cpp b/hyperdbg/hprdbgctrl/code/debugger/implementations/disassembler.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/implementations/disassembler.cpp rename to hyperdbg/hprdbgctrl/code/debugger/implementations/disassembler.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/implementations/readmem.cpp b/hyperdbg/hprdbgctrl/code/debugger/implementations/readmem.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/implementations/readmem.cpp rename to hyperdbg/hprdbgctrl/code/debugger/implementations/readmem.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/script-engine-wrapper/script-engine-wrapper.cpp b/hyperdbg/hprdbgctrl/code/debugger/script-engine-wrapper/script-engine-wrapper.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/script-engine-wrapper/script-engine-wrapper.cpp rename to hyperdbg/hprdbgctrl/code/debugger/script-engine-wrapper/script-engine-wrapper.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/script-engine-wrapper/script-engine.cpp b/hyperdbg/hprdbgctrl/code/debugger/script-engine-wrapper/script-engine.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/script-engine-wrapper/script-engine.cpp rename to hyperdbg/hprdbgctrl/code/debugger/script-engine-wrapper/script-engine.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/tests/tests.cpp b/hyperdbg/hprdbgctrl/code/debugger/tests/tests.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/tests/tests.cpp rename to hyperdbg/hprdbgctrl/code/debugger/tests/tests.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/transparency/gaussian-rng.cpp b/hyperdbg/hprdbgctrl/code/debugger/transparency/gaussian-rng.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/transparency/gaussian-rng.cpp rename to hyperdbg/hprdbgctrl/code/debugger/transparency/gaussian-rng.cpp diff --git a/hyperdbg/hprdbgctrl/source/debugger/transparency/transparency.cpp b/hyperdbg/hprdbgctrl/code/debugger/transparency/transparency.cpp similarity index 100% rename from hyperdbg/hprdbgctrl/source/debugger/transparency/transparency.cpp rename to hyperdbg/hprdbgctrl/code/debugger/transparency/transparency.cpp diff --git a/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj b/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj index 9f7aeabc..3113707b 100644 --- a/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj +++ b/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj @@ -130,98 +130,98 @@ Create Create - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj.filters b/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj.filters index c4be1a61..2993457d 100644 --- a/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj.filters +++ b/hyperdbg/hprdbgctrl/hprdbgctrl.vcxproj.filters @@ -5,53 +5,53 @@ {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - + {c34ee59d-d780-4ffd-bfc0-2e6017257f88} - + {f2afff38-c518-4252-bd1d-7573d4190f44} - + {cb7159dd-9497-477e-98df-23159103b037} - + {2f4ae7fa-1e79-4ff8-9a3a-7f5cca3c4143} - + {b19aa95a-347c-4c7a-b96c-ad4d05bdc05c} - + {6d1d6434-d27d-4f59-83be-301399c3fef8} - + {87fb4212-f9a2-4dba-b943-b1d3a7807c28} - + {7522bb67-3e10-4cdc-8d80-13d45ea74661} - + {575468fb-d58f-47c5-9e62-7365873159c7} - + {a2e82957-85a0-4336-8b27-5804e9503d58} - + {1acac1bd-b4c9-43de-abce-1513fe16609a} - + {59d00535-ea51-41cc-8ffd-e28b1ec11371} - + {75cfa57c-a5af-4b8b-ae07-e4b9f9c56f6a} - + {4fbff165-6d2b-4ea2-ae47-7ec44cf79f2f} - + {ed8a8dd7-a467-4ebc-b8e8-2126d1b061dd} @@ -116,285 +116,285 @@ - source\app + code\app - - source\app + + code\app - - source\app + + code\app - - source\common + + code\common - - source\common + + code\common - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\debugging-commands + + code\debugger\commands\debugging-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\extension-commands + + code\debugger\commands\extension-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\commands\meta-commands + + code\debugger\commands\meta-commands - - source\debugger\communication + + code\debugger\communication - - source\debugger\communication + + code\debugger\communication - - source\debugger\communication + + code\debugger\communication - - source\debugger\communication + + code\debugger\communication - - source\debugger\communication + + code\debugger\communication - - source\debugger\driver-loader + + code\debugger\driver-loader - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\implementations + + code\debugger\implementations - - source\debugger\implementations + + code\debugger\implementations - - source\debugger\script-engine-wrapper + + code\debugger\script-engine-wrapper - - source\debugger\script-engine-wrapper + + code\debugger\script-engine-wrapper - - source\debugger\tests + + code\debugger\tests - - source\debugger\transparency + + code\debugger\transparency - - source\debugger\transparency + + code\debugger\transparency - - source\assembly + + code\assembly \ No newline at end of file diff --git a/hyperdbg/hprdbghv/source/assembly/AsmCommon.asm b/hyperdbg/hprdbghv/code/assembly/AsmCommon.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmCommon.asm rename to hyperdbg/hprdbghv/code/assembly/AsmCommon.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmDebugger.asm b/hyperdbg/hprdbghv/code/assembly/AsmDebugger.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmDebugger.asm rename to hyperdbg/hprdbghv/code/assembly/AsmDebugger.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmEpt.asm b/hyperdbg/hprdbghv/code/assembly/AsmEpt.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmEpt.asm rename to hyperdbg/hprdbghv/code/assembly/AsmEpt.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmKernelSideTests.asm b/hyperdbg/hprdbghv/code/assembly/AsmKernelSideTests.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmKernelSideTests.asm rename to hyperdbg/hprdbghv/code/assembly/AsmKernelSideTests.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmSegmentRegs.asm b/hyperdbg/hprdbghv/code/assembly/AsmSegmentRegs.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmSegmentRegs.asm rename to hyperdbg/hprdbghv/code/assembly/AsmSegmentRegs.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmVmexitHandler.asm b/hyperdbg/hprdbghv/code/assembly/AsmVmexitHandler.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmVmexitHandler.asm rename to hyperdbg/hprdbghv/code/assembly/AsmVmexitHandler.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmVmxContextState.asm b/hyperdbg/hprdbghv/code/assembly/AsmVmxContextState.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmVmxContextState.asm rename to hyperdbg/hprdbghv/code/assembly/AsmVmxContextState.asm diff --git a/hyperdbg/hprdbghv/source/assembly/AsmVmxOperation.asm b/hyperdbg/hprdbghv/code/assembly/AsmVmxOperation.asm similarity index 100% rename from hyperdbg/hprdbghv/source/assembly/AsmVmxOperation.asm rename to hyperdbg/hprdbghv/code/assembly/AsmVmxOperation.asm diff --git a/hyperdbg/hprdbghv/source/common/Common.c b/hyperdbg/hprdbghv/code/common/Common.c similarity index 100% rename from hyperdbg/hprdbghv/source/common/Common.c rename to hyperdbg/hprdbghv/code/common/Common.c diff --git a/hyperdbg/hprdbghv/source/common/Logging.c b/hyperdbg/hprdbghv/code/common/Logging.c similarity index 100% rename from hyperdbg/hprdbghv/source/common/Logging.c rename to hyperdbg/hprdbghv/code/common/Logging.c diff --git a/hyperdbg/hprdbghv/source/common/MemoryMapper.c b/hyperdbg/hprdbghv/code/common/MemoryMapper.c similarity index 100% rename from hyperdbg/hprdbghv/source/common/MemoryMapper.c rename to hyperdbg/hprdbghv/code/common/MemoryMapper.c diff --git a/hyperdbg/hprdbghv/source/common/PoolManager.c b/hyperdbg/hprdbghv/code/common/PoolManager.c similarity index 100% rename from hyperdbg/hprdbghv/source/common/PoolManager.c rename to hyperdbg/hprdbghv/code/common/PoolManager.c diff --git a/hyperdbg/hprdbghv/source/common/Spinlock.c b/hyperdbg/hprdbghv/code/common/Spinlock.c similarity index 100% rename from hyperdbg/hprdbghv/source/common/Spinlock.c rename to hyperdbg/hprdbghv/code/common/Spinlock.c diff --git a/hyperdbg/hprdbghv/source/debugger/commands/BreakpointCommands.c b/hyperdbg/hprdbghv/code/debugger/commands/BreakpointCommands.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/commands/BreakpointCommands.c rename to hyperdbg/hprdbghv/code/debugger/commands/BreakpointCommands.c diff --git a/hyperdbg/hprdbghv/source/debugger/commands/DebuggerCommands.c b/hyperdbg/hprdbghv/code/debugger/commands/DebuggerCommands.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/commands/DebuggerCommands.c rename to hyperdbg/hprdbghv/code/debugger/commands/DebuggerCommands.c diff --git a/hyperdbg/hprdbghv/source/debugger/commands/ExtensionCommands.c b/hyperdbg/hprdbghv/code/debugger/commands/ExtensionCommands.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/commands/ExtensionCommands.c rename to hyperdbg/hprdbghv/code/debugger/commands/ExtensionCommands.c diff --git a/hyperdbg/hprdbghv/source/debugger/communication/GdbStub.c b/hyperdbg/hprdbghv/code/debugger/communication/GdbStub.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/communication/GdbStub.c rename to hyperdbg/hprdbghv/code/debugger/communication/GdbStub.c diff --git a/hyperdbg/hprdbghv/source/debugger/communication/SerialConnection.c b/hyperdbg/hprdbghv/code/debugger/communication/SerialConnection.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/communication/SerialConnection.c rename to hyperdbg/hprdbghv/code/debugger/communication/SerialConnection.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/Broadcast.c b/hyperdbg/hprdbghv/code/debugger/essentials/Broadcast.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/Broadcast.c rename to hyperdbg/hprdbghv/code/debugger/essentials/Broadcast.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/Debugger.c b/hyperdbg/hprdbghv/code/debugger/essentials/Debugger.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/Debugger.c rename to hyperdbg/hprdbghv/code/debugger/essentials/Debugger.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/DebuggerEvents.c b/hyperdbg/hprdbghv/code/debugger/essentials/DebuggerEvents.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/DebuggerEvents.c rename to hyperdbg/hprdbghv/code/debugger/essentials/DebuggerEvents.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/DpcRoutines.c b/hyperdbg/hprdbghv/code/debugger/essentials/DpcRoutines.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/DpcRoutines.c rename to hyperdbg/hprdbghv/code/debugger/essentials/DpcRoutines.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/Kd.c b/hyperdbg/hprdbghv/code/debugger/essentials/Kd.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/Kd.c rename to hyperdbg/hprdbghv/code/debugger/essentials/Kd.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/MemoryManager.c b/hyperdbg/hprdbghv/code/debugger/essentials/MemoryManager.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/MemoryManager.c rename to hyperdbg/hprdbghv/code/debugger/essentials/MemoryManager.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/Steppings.c b/hyperdbg/hprdbghv/code/debugger/essentials/Steppings.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/Steppings.c rename to hyperdbg/hprdbghv/code/debugger/essentials/Steppings.c diff --git a/hyperdbg/hprdbghv/source/debugger/essentials/Termination.c b/hyperdbg/hprdbghv/code/debugger/essentials/Termination.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/essentials/Termination.c rename to hyperdbg/hprdbghv/code/debugger/essentials/Termination.c diff --git a/hyperdbg/hprdbghv/source/debugger/features/hooks/ept-hook/EptHook.c b/hyperdbg/hprdbghv/code/debugger/features/hooks/ept-hook/EptHook.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/features/hooks/ept-hook/EptHook.c rename to hyperdbg/hprdbghv/code/debugger/features/hooks/ept-hook/EptHook.c diff --git a/hyperdbg/hprdbghv/source/debugger/features/hooks/syscall-hook/EferHook.c b/hyperdbg/hprdbghv/code/debugger/features/hooks/syscall-hook/EferHook.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/features/hooks/syscall-hook/EferHook.c rename to hyperdbg/hprdbghv/code/debugger/features/hooks/syscall-hook/EferHook.c diff --git a/hyperdbg/hprdbghv/source/debugger/features/hooks/syscall-hook/SsdtHook.c b/hyperdbg/hprdbghv/code/debugger/features/hooks/syscall-hook/SsdtHook.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/features/hooks/syscall-hook/SsdtHook.c rename to hyperdbg/hprdbghv/code/debugger/features/hooks/syscall-hook/SsdtHook.c diff --git a/hyperdbg/hprdbghv/source/debugger/script-engine/ScriptEngine.c b/hyperdbg/hprdbghv/code/debugger/script-engine/ScriptEngine.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/script-engine/ScriptEngine.c rename to hyperdbg/hprdbghv/code/debugger/script-engine/ScriptEngine.c diff --git a/hyperdbg/hprdbghv/source/debugger/tests/KernelTests.c b/hyperdbg/hprdbghv/code/debugger/tests/KernelTests.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/tests/KernelTests.c rename to hyperdbg/hprdbghv/code/debugger/tests/KernelTests.c diff --git a/hyperdbg/hprdbghv/source/debugger/transparency/Transparency.c b/hyperdbg/hprdbghv/code/debugger/transparency/Transparency.c similarity index 100% rename from hyperdbg/hprdbghv/source/debugger/transparency/Transparency.c rename to hyperdbg/hprdbghv/code/debugger/transparency/Transparency.c diff --git a/hyperdbg/hprdbghv/source/devices/Apic.c b/hyperdbg/hprdbghv/code/devices/Apic.c similarity index 100% rename from hyperdbg/hprdbghv/source/devices/Apic.c rename to hyperdbg/hprdbghv/code/devices/Apic.c diff --git a/hyperdbg/hprdbghv/source/driver/Driver.c b/hyperdbg/hprdbghv/code/driver/Driver.c similarity index 100% rename from hyperdbg/hprdbghv/source/driver/Driver.c rename to hyperdbg/hprdbghv/code/driver/Driver.c diff --git a/hyperdbg/hprdbghv/source/driver/Ioctl.c b/hyperdbg/hprdbghv/code/driver/Ioctl.c similarity index 100% rename from hyperdbg/hprdbghv/source/driver/Ioctl.c rename to hyperdbg/hprdbghv/code/driver/Ioctl.c diff --git a/hyperdbg/hprdbghv/source/vmm/ept/Ept.c b/hyperdbg/hprdbghv/code/vmm/ept/Ept.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/ept/Ept.c rename to hyperdbg/hprdbghv/code/vmm/ept/Ept.c diff --git a/hyperdbg/hprdbghv/source/vmm/ept/Invept.c b/hyperdbg/hprdbghv/code/vmm/ept/Invept.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/ept/Invept.c rename to hyperdbg/hprdbghv/code/vmm/ept/Invept.c diff --git a/hyperdbg/hprdbghv/source/vmm/ept/Vpid.c b/hyperdbg/hprdbghv/code/vmm/ept/Vpid.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/ept/Vpid.c rename to hyperdbg/hprdbghv/code/vmm/ept/Vpid.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/Counters.c b/hyperdbg/hprdbghv/code/vmm/vmx/Counters.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/Counters.c rename to hyperdbg/hprdbghv/code/vmm/vmx/Counters.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/CrossVmexits.c b/hyperdbg/hprdbghv/code/vmm/vmx/CrossVmexits.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/CrossVmexits.c rename to hyperdbg/hprdbghv/code/vmm/vmx/CrossVmexits.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/Events.c b/hyperdbg/hprdbghv/code/vmm/vmx/Events.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/Events.c rename to hyperdbg/hprdbghv/code/vmm/vmx/Events.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/HypervisorRoutines.c b/hyperdbg/hprdbghv/code/vmm/vmx/HypervisorRoutines.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/HypervisorRoutines.c rename to hyperdbg/hprdbghv/code/vmm/vmx/HypervisorRoutines.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/IdtEmulation.c b/hyperdbg/hprdbghv/code/vmm/vmx/IdtEmulation.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/IdtEmulation.c rename to hyperdbg/hprdbghv/code/vmm/vmx/IdtEmulation.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/IoHandler.c b/hyperdbg/hprdbghv/code/vmm/vmx/IoHandler.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/IoHandler.c rename to hyperdbg/hprdbghv/code/vmm/vmx/IoHandler.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/ManageRegs.c b/hyperdbg/hprdbghv/code/vmm/vmx/ManageRegs.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/ManageRegs.c rename to hyperdbg/hprdbghv/code/vmm/vmx/ManageRegs.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/Mtf.c b/hyperdbg/hprdbghv/code/vmm/vmx/Mtf.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/Mtf.c rename to hyperdbg/hprdbghv/code/vmm/vmx/Mtf.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/Vmcall.c b/hyperdbg/hprdbghv/code/vmm/vmx/Vmcall.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/Vmcall.c rename to hyperdbg/hprdbghv/code/vmm/vmx/Vmcall.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/Vmexit.c b/hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/Vmexit.c rename to hyperdbg/hprdbghv/code/vmm/vmx/Vmexit.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/Vmx.c b/hyperdbg/hprdbghv/code/vmm/vmx/Vmx.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/Vmx.c rename to hyperdbg/hprdbghv/code/vmm/vmx/Vmx.c diff --git a/hyperdbg/hprdbghv/source/vmm/vmx/VmxRegions.c b/hyperdbg/hprdbghv/code/vmm/vmx/VmxRegions.c similarity index 100% rename from hyperdbg/hprdbghv/source/vmm/vmx/VmxRegions.c rename to hyperdbg/hprdbghv/code/vmm/vmx/VmxRegions.c diff --git a/hyperdbg/hprdbghv/hprdbghv.vcxproj b/hyperdbg/hprdbghv/hprdbghv.vcxproj index 3345895e..9b55cc61 100644 --- a/hyperdbg/hprdbghv/hprdbghv.vcxproj +++ b/hyperdbg/hprdbghv/hprdbghv.vcxproj @@ -104,58 +104,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + diff --git a/hyperdbg/hprdbghv/hprdbghv.vcxproj.filters b/hyperdbg/hprdbghv/hprdbghv.vcxproj.filters index b2ee40fc..2da94c3b 100644 --- a/hyperdbg/hprdbghv/hprdbghv.vcxproj.filters +++ b/hyperdbg/hprdbghv/hprdbghv.vcxproj.filters @@ -48,64 +48,64 @@ {70514b9d-1def-4c8b-b0b4-92c320d4195a} - + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - + {6d6e64b5-3942-4270-9f6d-cf370eedaab1} - + {fe16b9fa-aee2-467d-9f51-643057d24250} - + {8467f2ec-c840-4b3b-acb5-edafd20e4199} - + {78fdea85-555a-4671-bdf6-4c166e673020} - + {8e94f3da-6ff9-47f8-a84b-44c7171c02d6} - + {9063df25-3313-4e7e-b111-9e08a388d143} - + {f4159ee5-31b8-4c22-bd3f-151cbe0d9370} - - {b72275a2-495f-4316-9186-8a5585288203} - - - {ecb68542-02fd-4209-8112-942fd847f7da} - - - {e5f1d356-ca71-4580-89c2-0d8eb85e38f6} - - - {92ce4a54-97e0-4ab4-881f-6703049c03d6} - - - {741ef68b-5aac-4ce8-bb82-169a07fc1383} - - - {801e6efc-7fb0-4ed3-9aea-dbb1f63d3ddf} - - - {ec45d147-144f-487e-ae36-966cbc095b2f} - - - {aabeca50-1c14-442c-8268-ece54ed257d5} - - + {ab882ac8-7096-4cb3-8903-320cee753abe} - + {8e38c4c7-4c0a-4b0d-94ec-1068c8ebbefc} - + {fec47462-c7ab-4843-8ba4-a7f68e208c49} + + {b72275a2-495f-4316-9186-8a5585288203} + + + {ecb68542-02fd-4209-8112-942fd847f7da} + + + {e5f1d356-ca71-4580-89c2-0d8eb85e38f6} + + + {92ce4a54-97e0-4ab4-881f-6703049c03d6} + + + {741ef68b-5aac-4ce8-bb82-169a07fc1383} + + + {801e6efc-7fb0-4ed3-9aea-dbb1f63d3ddf} + + + {ec45d147-144f-487e-ae36-966cbc095b2f} + + + {aabeca50-1c14-442c-8268-ece54ed257d5} + @@ -113,131 +113,131 @@ - - source\common + + code\common - - source\common + + code\common - - source\common + + code\common - - source\common + + code\common - - source\common + + code\common - - source\devices + + code\devices - - source\driver + + code\driver - - source\driver + + code\driver - - source\vmm\ept + + code\vmm\ept - - source\vmm\ept + + code\vmm\ept - - source\vmm\ept + + code\vmm\ept - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\vmm\vmx + + code\vmm\vmx - - source\debugger\commands + + code\debugger\commands - - source\debugger\commands + + code\debugger\commands - - source\debugger\commands + + code\debugger\commands - - source\debugger\communication + + code\debugger\communication - - source\debugger\communication + + code\debugger\communication - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\essentials + + code\debugger\essentials - - source\debugger\features\hooks\ept-hook + + code\debugger\features\hooks\ept-hook - - source\debugger\features\hooks\syscall-hook + + code\debugger\features\hooks\syscall-hook - - source\debugger\features\hooks\syscall-hook + + code\debugger\features\hooks\syscall-hook - - source\debugger\script-engine + + code\debugger\script-engine - - source\debugger\tests + + code\debugger\tests - - source\debugger\transparency + + code\debugger\transparency @@ -360,29 +360,29 @@ - - source\assembly + + code\assembly - - source\assembly + + code\assembly - - source\assembly + + code\assembly - - source\assembly + + code\assembly - - source\assembly + + code\assembly - - source\assembly + + code\assembly - - source\assembly + + code\assembly - - source\assembly + + code\assembly \ No newline at end of file diff --git a/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj.filters b/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj.filters index 39269899..a9d29423 100644 --- a/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj.filters +++ b/hyperdbg/hyperdbg-cli/hyperdbg-cli.vcxproj.filters @@ -5,7 +5,7 @@ {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx @@ -17,7 +17,7 @@ - source + code \ No newline at end of file diff --git a/hyperdbg/hyperdbg-test/source/assembly/asm-test.asm b/hyperdbg/hyperdbg-test/code/assembly/asm-test.asm similarity index 100% rename from hyperdbg/hyperdbg-test/source/assembly/asm-test.asm rename to hyperdbg/hyperdbg-test/code/assembly/asm-test.asm diff --git a/hyperdbg/hyperdbg-test/source/tests/hyperdbg-test.cpp b/hyperdbg/hyperdbg-test/code/tests/hyperdbg-test.cpp similarity index 100% rename from hyperdbg/hyperdbg-test/source/tests/hyperdbg-test.cpp rename to hyperdbg/hyperdbg-test/code/tests/hyperdbg-test.cpp diff --git a/hyperdbg/hyperdbg-test/source/tests/lookup.cpp b/hyperdbg/hyperdbg-test/code/tests/lookup.cpp similarity index 100% rename from hyperdbg/hyperdbg-test/source/tests/lookup.cpp rename to hyperdbg/hyperdbg-test/code/tests/lookup.cpp diff --git a/hyperdbg/hyperdbg-test/source/tests/namedpipe.cpp b/hyperdbg/hyperdbg-test/code/tests/namedpipe.cpp similarity index 100% rename from hyperdbg/hyperdbg-test/source/tests/namedpipe.cpp rename to hyperdbg/hyperdbg-test/code/tests/namedpipe.cpp diff --git a/hyperdbg/hyperdbg-test/source/tests/test-cases.cpp b/hyperdbg/hyperdbg-test/code/tests/test-cases.cpp similarity index 100% rename from hyperdbg/hyperdbg-test/source/tests/test-cases.cpp rename to hyperdbg/hyperdbg-test/code/tests/test-cases.cpp diff --git a/hyperdbg/hyperdbg-test/source/tests/tools.cpp b/hyperdbg/hyperdbg-test/code/tests/tools.cpp similarity index 100% rename from hyperdbg/hyperdbg-test/source/tests/tools.cpp rename to hyperdbg/hyperdbg-test/code/tests/tools.cpp diff --git a/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj b/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj index 2c717209..836237be 100644 --- a/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj +++ b/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj @@ -92,11 +92,11 @@ - - - - - + + + + + @@ -104,7 +104,7 @@ - + diff --git a/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj.filters b/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj.filters index 86be12eb..1cae9f3a 100644 --- a/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj.filters +++ b/hyperdbg/hyperdbg-test/hyperdbg-test.vcxproj.filters @@ -5,32 +5,32 @@ {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd - + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx - + {52b6834d-060a-49d8-a91a-548633cbe5ff} - + {0dd2fc9a-1efe-43ae-963c-f3e04a9d5f33} - - source\tests + + code\tests - - source\tests + + code\tests - - source\tests + + code\tests - - source\tests + + code\tests - - source\tests + + code\tests @@ -45,8 +45,8 @@ - - source\assembly + + code\assembly \ No newline at end of file diff --git a/hyperdbg/script-engine/script-engine.vcxproj.filters b/hyperdbg/script-engine/script-engine.vcxproj.filters index 6bef3d10..5a7ba16d 100644 --- a/hyperdbg/script-engine/script-engine.vcxproj.filters +++ b/hyperdbg/script-engine/script-engine.vcxproj.filters @@ -5,7 +5,7 @@ {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd - + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} cpp;c;cc;cxx;c++;def;odl;idl;hpj;bat;asm;asmx @@ -32,19 +32,19 @@ - source + code - source + code - source + code - source + code - source + code \ No newline at end of file diff --git a/hyperdbg/symbol-parser/source/common-utils.cpp b/hyperdbg/symbol-parser/code/common-utils.cpp similarity index 100% rename from hyperdbg/symbol-parser/source/common-utils.cpp rename to hyperdbg/symbol-parser/code/common-utils.cpp diff --git a/hyperdbg/symbol-parser/source/symbol-parser.cpp b/hyperdbg/symbol-parser/code/symbol-parser.cpp similarity index 100% rename from hyperdbg/symbol-parser/source/symbol-parser.cpp rename to hyperdbg/symbol-parser/code/symbol-parser.cpp diff --git a/hyperdbg/symbol-parser/symbol-parser.vcxproj b/hyperdbg/symbol-parser/symbol-parser.vcxproj index 08ebaa17..a74f8e3c 100644 --- a/hyperdbg/symbol-parser/symbol-parser.vcxproj +++ b/hyperdbg/symbol-parser/symbol-parser.vcxproj @@ -88,8 +88,8 @@ - - + + diff --git a/hyperdbg/symbol-parser/symbol-parser.vcxproj.filters b/hyperdbg/symbol-parser/symbol-parser.vcxproj.filters index d0aeb86c..044c1af1 100644 --- a/hyperdbg/symbol-parser/symbol-parser.vcxproj.filters +++ b/hyperdbg/symbol-parser/symbol-parser.vcxproj.filters @@ -1,21 +1,21 @@  - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx - {93995380-89BD-4b04-88EB-625FBE52EBFB} h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + - - source + + code - - source + + code