C++ File Drop Maker Study - Personal
- Make 'Makefile'
- Build
- run 'drop_study.exe <target_file(with path)>' -> now, 'target_file.exe' is dropper
- run 'target_file.exe' -> make 'D:\child.exe' file, and run 'D:\child.exe'(D:\child.exe is the original file of 'target_file')
Usage:) drop_study.exe <target_file>
Example:) drop_study.exe D:\tmp\drop.exe