great thread.. i too have gotten client requests for dll's because "they can't be decompiled and stolen", and even if it went against my interests i had to tell clients they were wrong (obviously the wrong thing to do =)
The fact is that with DLLs, especially "copy protection" DLLs, you dont even have to bother decompiling back to source. You generally just find the *1* byte that changes your protection system's NO to a YES.
(or, if you speak ASM, a JZ to a JNZ)
The fact is that with DLLs, especially "copy protection" DLLs, you dont even have to bother decompiling back to source. You generally just find the *1* byte that changes your protection system's NO to a YES.
(or, if you speak ASM, a JZ to a JNZ)