All Projects → yellowbyte → Analysis Of Anti Analysis

yellowbyte / Analysis Of Anti Analysis

writings on anti-reverse engineering. New site: https://yellowbyte.github.io/

Projects that are alternatives of or similar to Analysis Of Anti Analysis

Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (-5.67%)
Mutual labels:  reverse-engineering
Traceutility
Extract data from .trace documents generated by Instruments
Stars: ✭ 188 (-3.09%)
Mutual labels:  reverse-engineering
Ctf Tools
Useful CTF Tools
Stars: ✭ 190 (-2.06%)
Mutual labels:  reverse-engineering
X86 Manpages
x86 and amd64 instruction reference manual pages
Stars: ✭ 187 (-3.61%)
Mutual labels:  reverse-engineering
Lucid
An Interactive Hex-Rays Microcode Explorer
Stars: ✭ 188 (-3.09%)
Mutual labels:  reverse-engineering
Injectioniii
Re-write of Injection for Xcode in (mostly) Swift
Stars: ✭ 2,680 (+1281.44%)
Mutual labels:  reverse-engineering
Fernflower
Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
Stars: ✭ 2,380 (+1126.8%)
Mutual labels:  reverse-engineering
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1351.55%)
Mutual labels:  reverse-engineering
Detect It Easy
Program for determining types of files for Windows, Linux and MacOS.
Stars: ✭ 2,982 (+1437.11%)
Mutual labels:  reverse-engineering
Malwaresearch
A command line tool to find malwares on http://openmalware.org
Stars: ✭ 190 (-2.06%)
Mutual labels:  reverse-engineering
Cafebabe
Easy-to-use java bytecode editor - successor of JByteMod!
Stars: ✭ 187 (-3.61%)
Mutual labels:  reverse-engineering
Twitterx
Keeping Twitter for macOS alive with code injection
Stars: ✭ 187 (-3.61%)
Mutual labels:  reverse-engineering
Gtirb
Intermediate Representation for Binary analysis and transformation
Stars: ✭ 190 (-2.06%)
Mutual labels:  reverse-engineering
Axmlprinter
Library for parsing and printing compiled Android manifest files
Stars: ✭ 185 (-4.64%)
Mutual labels:  reverse-engineering
Re Ios Apps
A completely free, open source and online course about Reverse Engineering iOS Applications.
Stars: ✭ 2,316 (+1093.81%)
Mutual labels:  reverse-engineering
Probedroid
A SDK for the creation of analysis tools without obtaining app source code in order to profile runtime performance, examine code coverage, and track high-risk behaviors of a given app on Android 5.0 and above.
Stars: ✭ 182 (-6.19%)
Mutual labels:  reverse-engineering
Vegvisir
A browser based GUI for **LLDB** Debugger.
Stars: ✭ 189 (-2.58%)
Mutual labels:  reverse-engineering
Epicgames Freegames Node
Automatically login, email you Captchas, and redeem free games from the Epic Games Store. Powered by Docker.
Stars: ✭ 193 (-0.52%)
Mutual labels:  reverse-engineering
Exrop
Automatic ROPChain Generation
Stars: ✭ 191 (-1.55%)
Mutual labels:  reverse-engineering
Apkfile
Android app analysis and feature extraction library
Stars: ✭ 190 (-2.06%)
Mutual labels:  reverse-engineering

DEPRECATED. THIS BLOG IS NO LONGER A REPO: https://yellowbyte.github.io/

Analysis of Anti-Analysis

The Return of Disassembly Desynchronization

Although the recent version of IDA now has a fix for disassembly desynchronization, the fix inadvertently makes another anti-disassembly technique more stealthy and can also be used to hide instructions. Find out more in this post!

Hiding Call To Ptrace

The goal of this post is to make ptrace a practical solution for anti-debugging. The problem with ptrace as an anti-debugging measure is that it is too easy to identify and bypass. Let's see if we can change that.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].