Posted December 24, 201113 yr Hi guys, i am trying to add new code or data section to an existing PE file. for eg: calc.exe from windows7I am doing this for education research.I discovered PELIB opensource library but it is not updated and there's a limit to what it can do. I have no problemadding section for c++ console applications but it doesnt add new section for calc.exe due to limited header size.I was wondering if anyone have any other open source and useful PE editor or PE maker... i need the libraryand not the tools. something i can code with.PE EDITOR 1.7 - yodaCFF explorerBoth are great tools but i need the library to perform my own calls. help please.Thanks in advance.
December 24, 201113 yr look at the scylla source code or get the realign.dll source here http://forum.tuts4you.com/topic/11735-lord-pe-dlx/
December 24, 201113 yr Author thx aguila but it possible to have lordpe source codes or api library? i am in need of a PE editor library to add new section properly to a PE file.or are you saying that once i have realign and validate my PE using realign.dll then i can successfully add new section with the PELIB. Edited December 24, 201113 yr by Stasis
December 24, 201113 yr Hm take are look at titanengine this is what you searching for.It is are very good explainet lib for c/c++.Merry Christmas.
December 26, 201113 yr Author Hm take are look at titanengine this is what you searching for.It is are very good explainet lib for c/c++.Merry Christmas.Hey mate, titanengine works well. thanks alot! merrry christmas.
Create an account or sign in to comment