-
Assembly Byte Embedding & Reflection
This is a follow up writing to my previous online tool! Paste the entire contents of the \”bytes.txt\” on to \”Text to edit:\” area, select custom radio button and insert comma in the field. Now you are ready to generate comma separated data. C# Loader Now we are good to code the same loader as…
-
Reflection in C# 101
Background As someone who is engaged in cyber threat intelligence, one needs to keep track of novel techniques employed by the adversaries to deliver their payload on to the target systems without having to touch the filesystem at all, completely fileless deployment, thus bypassing baseline detection mechanisms. As a means to achieve fileless delivery, malware…