Projects I’ve worked on, developed, or contributed to over the years.

Tricta/Liho
C++

Liho is a tool ported from my other project Yaga, that use hooks of android system components like libart.so and libdl.so, to enable instrumentation of both DEX and native code of applications on Android via zygote injection.

  • Android
  • ART
  • Zygote
  • DEX Code
  • Native Code
hakaioffsec/beerus-android
C Kotlin

Beerus Framework is a project developed by the Hakai Offensive Security Research Team to assist you throughout the mobile penetration testing process. It provides powerful utilities, from sandbox exfiltration PoCs to fully managing and instrumenting applications directly on your device, without needing a computer.

  • Android
  • Framework
  • Appsec
  • Toolkit
  • Root Modules
hakaioffsec/lyra
Rust

An LLVM IR obfuscator for Rust. It runs against an unmodified rustc and cargo, requires no changes to the target project's source code, and works on Windows, macOS, and Linux.

  • LLVM
  • Obfuscator
  • IR
  • Rustc
  • Compiler
Tricta/ZygiskReconModules
C

This repository is a collection of Zygisk modules for Android security research. Use these modules to dump runtime components, such as .so loadeds, trace DEX function calls, dump loaded bytecodes or dump memory

  • Android
  • Zygisk
  • Memory Dump
  • DEX Tracing
  • Runtime
Tricta/NotInfecktya
C C#

Project to show how a Windows Mini-Filter driver can be used for ransomware protection.

  • Windows
  • Mini-Filter
  • Kernel Driver
  • Ransomware Defense
Tricta/YureiStriker
Smali

Android Malware example using ART hooking technique.

  • Android
  • ART Hooking
  • Malware
  • Obfuscation
  • PoC
Tricta/Helldroid
C++

RASP(Runtime Application Self-Protection) project that integrate seamlessly with any Java-based application.

  • RASP
  • Runtime Protection
  • Obfuscator
  • DEX Code
  • Native Code