Click here to Skip to main content
15,887,442 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i have a dll file, how i see that base of dlls ??
Posted
Comments
pasztorpisti 2-Sep-13 15:52pm    
Maybe changing the preferred base address... (rebasing? rebase.exe or editbin.exe)

1 solution

The only legitimate way to edit a DLL file is to recompile it, having its source code. You can even reverse-engineer a DLL module, which can be more or less difficult, depending on what it is, and then modify and recompile. Even though some dirty practices based on direct edition of the module exist, there are nothing but dirty practices. And such technique as the digital signature prevents such editing: the edited file will fail to load and execute.

And the body of the question looks totally unclear. What "base"? What are you even talking about?

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900