Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 511 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 511 Bytes

AnyFile2Byte

A program that turn anyfile into C++ Source File (char linear table)
这个程序用来将任意文件转化成C++源码文件,可以按需修改,建议64位编译。
用于将任意文件转化成字节码,用于内存加载dll、shellcode加载、内存加载exe等等各种用途。
或者内存加载一些组件文件,提高程序运行效率。
For malware, performence improving and modify files into memory as binary stream.
See also MemLoadLibrary.