killchain-compendium/reverse_engineering/docs/deobfuscation.md

5 lines
248 B
Markdown
Raw Normal View History

2022-04-20 00:03:16 +02:00
# Deobfuscation
* Find a deobfuscator like [de4dot](https://github.com/de4dot/de4dot.git) for e.g. deobfuscating dotfuscator
* In case of dotnet: Do not only use ghidra for reversing, use [ILSpy](https://github.com/icsharpcode/ILSpy.git) as well