Noisette-Obfuscator icon indicating copy to clipboard operation
Noisette-Obfuscator copied to clipboard

An Obfuscator for .NET assembly

Results 10 Noisette-Obfuscator issues
Sort by recently updated
recently updated
newest added

System.IO.IOException: Could not open file C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll for reading. Error: 00000002 at dnlib.IO.MemoryMappedFileStreamCreator.Windows.Mmap(MemoryMappedFileStreamCreator creator, Boolean mapAsImage) in c:\Users\samjam53\Desktop\dnlib-master\src\IO\MemoryMappedFileStreamCreator.cs:line 64 at dnlib.IO.MemoryMappedFileStreamCreator.CreateWindows(String fileName, Boolean mapAsImage) in c:\Users\samjam53\Desktop\dnlib-master\src\IO\MemoryMappedFileStreamCreator.cs:line 164 at dnlib.IO.ImageStreamCreator.CreateMemoryMappedFileStreamCreator(String fileName, Boolean...

I just discovered this project while trying to look for solutions to properly protect an application that i'm using to package another application. My tests with this program went very...

Hey, I've come really really close to creating CFG/Integrity, where an integer in the app will increase or decrease to prevent anti tamper. Here's what I've got so far, and...

@XenocodeRCE Hello! I'd like to provide you information about the particular issue that I found in the renaming behaviour. ![case](https://i.imgur.com/ZQarKAA.png) It's currently renaming event accessor methods (add & remove) that's...

bug
TODO
TOFIX

Id personally love to see something against debugging the obfuscated assembly :)

enhancement
TODO

When you obfuscate a file with Noisette , you can see a list of all the strings in a seperate file . The strings are just raw, please add some...

enhancement
TODO

![Issue](https://i.imgur.com/uYsk3ks.png) Self-Describing screenshot. Suggestion is to add additional checks to the RenameAnalyzer and to rename the type resource as well. ![Suggestion](https://i.imgur.com/KkeRleO.png) ![CC](https://i.imgur.com/MJ4iFSw.png) [ResourceKeysRenamer.cs useful code fragment from de4dot](https://github.com/0xd4d/de4dot/blob/master/de4dot.code/renamer/ResourceKeysRenamer.cs)

enhancement
TODO
TOFIX

Finding relevant code without junk code is very easy. ![image](https://cloud.githubusercontent.com/assets/6566889/17887884/b67f96be-6928-11e6-85b4-d853c0116b35.png) Solution: Junk Code!! :D

TODO