일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- dataframe
- synology
- RNN
- DFS
- pycharm
- LSTM
- pandas
- Series
- E-P1
- 삼성소프트웨어멤버십
- Numpy
- pip
- install
- mariadb
- imread
- GitHub
- index
- mean
- Splunk
- Button
- SPL
- ipad
- Python
- javascript
- GT-S80
- CNN
- Lotto
- 알고리즘
- keras
- SciPy
- Today
- Total
잠토의 잠망경
[CodeProject] Inject your code to a Portable Executable file 본문
0 Preface
It might be, you demand to comprehend the ways a virus program injects its procedure in to the interior of a portable executable file and corrupts it, or you are interested in implementing a packer or a protector for your specific intention to encrypt the data of your portable executable (PE) file. This article is committed to represent a brief intuition to realize the performance which is accomplished by EXE tools or some kind of mal-wares.
You can employ the source code of this article to create your custom EXE builder. It could be used to make an EXE protector in the right way, or with a wrong intention, to pullulate a virus. However, my purpose of writing this article has been to gaze on the first application, so I will not be responsible for the immoral usage of these methods.
출처: http://www.codeproject.com/KB/system/inject2exe.aspx