Rename project w32ms -> vmi-engine

Library vmie (libvmie.a), CLI vmie_cli, guest agent vmie-startup.exe,
symbol prefix VMIE_ (header guards, the LTO build option). No behavior change.
This commit is contained in:
2026-06-15 01:49:16 +03:00
parent 4015e839eb
commit 7c0995a4f2
8 changed files with 34 additions and 34 deletions
+3 -3
View File
@@ -16,8 +16,8 @@
* pointer past the call that received it, unless explicitly stated.
*/
#ifndef W32MS_INCLUDE_H
#define W32MS_INCLUDE_H
#ifndef VMIE_INCLUDE_H
#define VMIE_INCLUDE_H
#include <stdint.h>
#include <stddef.h>
@@ -169,4 +169,4 @@ int proc_modules(gva_ctx* ctx, const process* pr, pmodule* dst, size_t nmax);
int gva_regions(gva_ctx* ctx, uintptr_t cr3, uint64_t lo, uint64_t hi,
uint32_t prot_any, vregion* out, int nmax);
#endif /* W32MS_INCLUDE_H */
#endif /* VMIE_INCLUDE_H */