Archive for July, 2007
Injecting code into executables with C
Monday, July 30th, 2007In this article, I would like to answer a commonly asked question: is it possible to use my project – PE-inject with C? The short answer: yes. The problem with PE-inject is that it is written in Delphi. Even though a DLL version of PE-inject is available, all the samples are written in Delphi too […]