EvilZone

Programming and Scripting => Projects and Discussion => : Plop January 18, 2015, 02:20:33 AM

: .dll code
: Plop January 18, 2015, 02:20:33 AM
Hello.  I bought a .dll file which came as X64.dll and X86.dll.  It came zipped, the program to which I imported it auto unzips and runs it.  The file works, but I want to add a small fix to improve it.  I would not change the code at all, simply adding a signal or alert to it.  The seller will not talk to me about my idea; they sold it, now they're done.  How can I see the code to accomplish my task?  I believe it's all C#.  At the very least, how can my computer see the numbers that appear on screen (which I do not want to change in any way) so I can perform simple, real time calculations to those numbers?


Thank you.
: Re: .dll code
: Spacecow January 18, 2015, 06:09:06 AM
Well first you would need to understand ILasm and disassemble it, implement your fix then assemble it again. What does this DLL file do exactly???
: Re: .dll code
: Matriplex January 18, 2015, 07:38:06 AM
Is it a game hack that you inject? If you bought something like that then you're damn stupid. But Spacecow is asking what I'd ask.