Search found 5 matches

by spa24m
Mon Nov 14, 2011 11:32 am
Forum: Basic
Topic: protection against byte patching with ollydbg
Replies: 14
Views: 53272

Re: protection against byte patching with ollydbg

Usually a cracker will make a patch in memory. From the feedback that I have from a cracker the software is quiet secure (with the existing protection-software) and memory patching would be the biggested opportunity to crack the software. The cracking scenario looks like this: The cracker creates a ...
by spa24m
Sun Nov 13, 2011 4:09 pm
Forum: Basic
Topic: protection against byte patching with ollydbg
Replies: 14
Views: 53272

Re: protection against byte patching with ollydbg


But, program code can be patched in memory, and to avoid it, you have to integrate protection with the program as I wrote.

Also, protection of .NET program is specific, you can't use modern code protection - Virtual Machine (code virtualization) and any kind of markers. If you can carry out some ...
by spa24m
Sun Nov 13, 2011 3:29 pm
Forum: Basic
Topic: protection against byte patching with ollydbg
Replies: 14
Views: 53272

Re: protection against byte patching with ollydbg

yes, I am interested in that. Please send manual and demo account. Thank you.
by spa24m
Sun Nov 13, 2011 9:34 am
Forum: Basic
Topic: protection against byte patching with ollydbg
Replies: 14
Views: 53272

Re: protection against byte patching with ollydbg

Thanks for that explaination!
I am also selling development components (only dlls) for SEO. Can dlls also be effective protected with Enigma?
At the moment I am using a competitor product for the software protection, that also uses hardware ID licensing, but it got broken with a byte patch. But we ...
by spa24m
Sat Nov 12, 2011 4:34 pm
Forum: Basic
Topic: protection against byte patching with ollydbg
Replies: 14
Views: 53272

protection against byte patching with ollydbg

hi,

at the moment I am protecting my C# software with a competitor product. But unfortunaly my software got cracked with byte patching with ollydbg.
Is Enigma Protector the answer for this problem? Does Enigma make a rock-solid protection against byte patching with tools like ollydbg (there are ...