RSSAmplifier

Blog

0ffset Training Solutions

Practical and Affordable Cyber Security Training

0ffset.netRSS feed ↗4 posts

Latest posts

Identifying Cross References with Capstone Disassembler and PEFile

In this post, I will explain how you can locate cross references programmatically using Python modules that are generally helpful in reverse engineering. As you can see, this will be my first post on 0ffset, and I had gotten the idea to write about this after gaining inspiration from 0verfl0w s post on using Capstone and [ ] The post Identifying Cross References with Capstone Disassembler and…

Resolving Stack Strings with Capstone Disassembler & Unicorn in Python

It s not uncommon to come across some kind of string encryption functionality within malware samples, often more complex than a simple single-byte XOR operation which can often be brute-forced with simplicity. By encrypting strings, malware authors are able to potentially lower the detection rate by anti-malware software, obscuring strings that may be identified as malicious , [ ] The post…

Python Opcode Obfuscation: A Powerful Anti-Analysis Technique

Python malware has always held a place in my heart, being the language I first learned it was also the language I first used to explore the world of malware development, through basic reverse shells and keyloggers to process injection and remote access tools. Malware developed in Python has often thought to be entry-level, given [ ] The post Python Opcode Obfuscation: A Powerful Anti-Analysis…

GuLoader’s Unique Approach to Obfuscation: Understanding Stack Manipulation

For those that often enjoy reverse engineering shellcode, or obfuscated malware in general, you may have come across an interesting malware family named GuLoader malware in quotations as it has in the past been linked to a company selling a software packer named CloudEyE (see: Checkpoint Research), though it does appear most of it s [ ] The post GuLoader’s Unique Approach to Obfuscation:…