[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: cracking .ELS files



PureBytes Links

Trading Reference Links

>if somebody could send me a DLL file , i would like to see if it is
>crackable , i have some tools for decompiling.

Try the PushPop.dll if you want.

That's the thing about DLLs.  They could have been written in C,
C++, VBA, or assembly, and they all will be pretty much the same in
the end.  I know for a fact that you cannot back out the original
C source code once it's compiled into an executable or a DLL.
The same would be true for any other language capable of making
stand-alone DLLs without an interpreter.

The thing is, you can decompile it, but at best you will get a listing
in assembler language, and even then it may not be comprehensible.

-A