Closed eix128 closed 9 years ago
Changing a PE file would be something you would have to implement. While most of the data structure definitions in place (you wouldn't be starting from zero) -- it would be a lot of work.
Off the top of my head, http://www.resedit.net/ might do what you need.
but i need solution for java. i will implement it inside my opengl project
If you implement writing/editing PE files, I will gladly include your work in this project.
hi , i want to change my jpg images or strings inside my exe. is it possible to find and change resource string or binary , images ? if yes , is there any sample for that?