Hi. I do not understand your first question, can you rephrase it? I do not give instructions on obfuscation because this channel is about reverse engineering. If you mean .NET deobfuscation: I have several such videos including the current one. It is a broad topic.
@@MalwareAnalysisForHedgehogs My first question, i see in the video -> 8:20 on NetReactor Console i see there’s option to fix proxied calls i think it is obfuscation technique
Love your content, and continue your great work!
Record a video on Babelvm Full Deobfuscation Guide with complete removal of protection and decryption of strings and resources.
i would love to see what you are actually doing and how instead of like 1/3 screen
What’s mean proxy string & method in obfuscator ?
Can you make video about .NET obfuscation that would be helpful
Hi. I do not understand your first question, can you rephrase it?
I do not give instructions on obfuscation because this channel is about reverse engineering. If you mean .NET deobfuscation: I have several such videos including the current one. It is a broad topic.
@@MalwareAnalysisForHedgehogs
My first question, i see in the video -> 8:20 on NetReactor Console i see there’s option to fix proxied calls i think it is obfuscation technique
@@hlcd-7191 Yes, it is. It means you introduce a method, whose only purpose is calling another method. A method is a function of an object or class.