Pseudo VML (Virtual Machine Lite) is a library for automated code caving / payload injection, executable analysis and behavior modification. The tool currently supports x86_64 windows / PE32+ as the modification target, and works for both executables and DLLs.
- clone the repository
git clone git@github.com:TeYo001/Pseudo-VML.gitorgit clone https://github.com/TeYo001/Pseudo-VML.git - enter the repository
- compile the build tool
gcc -o nob nob.c(ensure you have the gnu compiler, both for linux and windows targets)
- clone the repository
git clone git@github.com:TeYo001/Pseudo-VML.gitorgit clone https://github.com/TeYo001/Pseudo-VML.git - enter the repository
- compile the build tool
x86_64-w64-mingw32-gcc -o nob.exe nob.c(ensure you have the gnu compiler from mingw)
Currently the tool is still in development and so is still setup to be a standalone executable, and not a library. This is soon to change.