Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need a DLL opener that allows you to edit
#1
Hello Support forums Big Grin

I'm learning C++ currently and was just looking for a program that would allow me to open up DLL 's and edit them. I tried DLL Export viewer but I really didn't even understand how that worked Tongue So if you guys could either help me with dll export viewer or if you could just give me another program that would be great thanks for the help guys Smile.

-Limitz-
PiratePiratePiratePiratePirate
Reply
#2
If what you mean is you are trying to take a .dll file and turn it back into C++ Source code, I am sorry to report this is not exactly possible. When code is compiled into a .dll, it becomes machine code and can only be decompiled into assembly code and then somewhat translated into C++ source (but this is all very advanced stuff). If you want to see the inner workings of that DLL, you're going to have to get your hands on the source code.
Reply
#3
Don't forget that converting a .dll like that could be illegal.
GamerCraft

Visit it, and tell me what you think. Tongue
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)