gitextract_b3mfdzwd/ ├── LICENSE ├── README.md ├── VM Project/ │ ├── BEAInclude/ │ │ ├── basic_types.h │ │ └── export.h │ ├── BeaEngine.exp │ ├── BeaEngine.h │ ├── BeaEngine.lib │ ├── InstructionLogger.cpp │ ├── InstructionLogger.h │ ├── PEInjector.cpp │ ├── PEInjector.h │ ├── VM Project.aps │ ├── VM Project.cpp │ ├── VM Project.h │ ├── VM Project.rc │ ├── VM Project.vcxproj │ ├── VM Project.vcxproj.filters │ ├── VM Project.vcxproj.user │ ├── VM ProjectDlg.cpp │ ├── VM ProjectDlg.h │ ├── VMCompiler.cpp │ ├── VMCompiler.h │ ├── VMHandlerProcessor.cpp │ ├── VMHandlerProcessor.h │ ├── res/ │ │ └── VMProject.rc2 │ ├── resource.h │ ├── stdafx.cpp │ ├── stdafx.h │ └── targetver.h └── VM Project.sln