General Question help with reading .dll files

Mr Martian

Orbinaut/Addon dev/Donator
Addon Developer
Donator
Joined
Jun 6, 2012
Messages
382
Reaction score
254
Points
78
Location
Sydney, Australia, Earth, Sol
Website
www.orbithangar.com
hey im kind of a noob at this stuff, and i was wodering if there is any way to edit a .dll file. i have VC++ and i was wondering if i could use it to 'translate' .dll files and edit them. any help would be appreciated. thanks
 
Visual Studio can't decompile libraries. You'll have to acquire the source code for the DLLs you want, or create your own from the ground up.
 
Back
Top