#1
|
|||
|
|||
Anti tamper methods - .Net
Hi
I have a dll protected with "CryptoObfuscator".this is not a problem. my problem is an internal anti tamper method that protect dll from any change(unpacking,inline patching...). file have not SN protection. after any change [unpacked and patched], "dll" worked, but final result hat a graphical message error and watermark (tamper detected). code base is c#. i know some method to tamper detecting but non helped. can anybody give me more info or refrence about this protection work or functions maybe use. some refrence (not helped): https://www.c-sharpcorner.com/article/file-tampering-detection/ https://www.drdobbs.com/windows/making-net-assemblies-tamper-resistant/184405729?pgno=1 |
#2
|
|||
|
|||
I found the problem outside the dll. there is no anti tamper method on dll self. but other dll writed by "c++" check this dll signature and detect any change. baypassing signature check in this dll fix the problem.
|
The Following User Says Thank You to msaly For This Useful Post: | ||
niculaita (07-27-2020) |
Tags |
.net, anti tamper, tamper |
Thread Tools | |
Display Modes | |
|
|