PDA

View Full Version : Editing A .dll File?



iMartin
04-28-2004, 01:19 AM
Ok, is there a program out there that will let me edit a .dll file? I tried ResHack, but it doesn't do it.

Xero Grid
04-28-2004, 01:24 AM
ResHacker will only allow you to.. well.. hack the resources. You know, icons, bitmaps, .avi files and such. To change a dynamic link library, wouldn't you have to decompile it or something? You want to go through the trouble of reverse engineering? What would this be for anyway?

Curious.

-- Xero Grid --

iMartin
04-28-2004, 01:30 AM
I'd rather not say as because I will probably get flamed, it's a ForceLibrary.dll that forces ANOTHER .dll and a program to...well...comprimise and edit certain values in a game. It doesn't recognize the process because the version of the game was v1.47 they updated to v1.48. I just need to change a couple of things so it can find it.

Xero Grid
04-28-2004, 01:48 AM
I'm not good at altering files like that. I have yet to learn a programming language yet. :lol:

So, I'm afraid I can't help ya there. Sorry.

-- Xero Grid --

Cl1mh4224rd
04-30-2004, 01:12 AM
Originally posted by [-Crono-]@27 April 2004 - 20:30
It doesn't recognize the process because the version of the game was v1.47 they updated to v1.48. I just need to change a couple of things so it can find it.
There's a good reason things like that won't work from one version to another, and it's not just because the version numbers are different...

4play
04-30-2004, 01:16 AM
as far as i know dll files are compiled so you will have to reverse engineer it.

unless you know your asm i would just give up now.