More cleanup.

Rename shellcode_hypervisor to shellcode_hv and kernel_code to boot_linux.
This commit is contained in:
Andy Nguyen
2026-05-12 23:32:23 +02:00
parent 238f89d954
commit 50b28fb8c1
20 changed files with 38 additions and 54 deletions

View File

@@ -2,6 +2,7 @@
#include "../shellcode_kernel/shellcode_kernel.h"
#include "../shellcode_kernel/shellcode_kernel_args.h"
#include "hv_defeat.h"
#include "linux.h"
#include "loader.h"
#include "offsets.h"
#include "utils.h"