Skip to content
View mahaloz's full-sized avatar

Highlights

  • Pro

Organizations

@angr @shellphish @ctf-wiki @sefcom @DREAMS-lab
Block or Report

Block or report mahaloz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mahaloz/README.md

Aloha mai kākou

I'm Zion Leonahenahe Basque or rather mahaloz. I'm a Ph.D. student studying computer security at the SEFCOM Lab at ASU. My research area is broadly binary analysis, but my favorite topic is decompilation. You can find my publications on Google Scholar and my technical blog at mahaloz.re. I’m also a previous co-captain of the hacking team Shellphish. Most of the code you'll find here is reverse engineering tools, research projects made public, or CTF education material.

Here is a pick of my favorite projects:

  • Decompilation: 🔬
  • Reversing: ⏪
  • Debugging: 🐟
  • Education: 📖
Stars T Description
GitHub stars 🔬 sailr-eval is a decompiler-quality evaluation pipeline from the USENIX 2024 paper SAILR. It also contains info on finding artifacts for the SAILR algorithm.
GitHub stars 🔬 angr is a binary analysis framework used for a variety of tasks, including decompilation. I'm one of the core developers of the home-rolled decompiler. I focus on making the generated code better.
GitHub stars 🐟 decomp2dbg is an addon to GDB to sync decompilation, symbols, and metadata from a decompiler on-the-fly for the enhanced debugging of binaries.
GitHub stars 🔬 DAILA is a decompiler-agnostic plugin for integrating AI into decompilation. Currently, OpenAI and the VarBERT models are supported for various reversing tasks, like variable renaming.
GitHub stars BinSync is a decompiler-agnostic reversing plugin for cross-decompiler collaboration, built on git. Gone are the days of being unable to sync structs and types between different decompilers!
GitHub stars angr-management is the angr team self-rolled decompiler UI, which includes many plugins for interacting with the binary on multiple levels. Try it out today!
GitHub stars 📖 'ike is a prerequisite handbook for binary analysis written as a guide to prepare people new to computer science for pwn.college, an automated binary exploitation teaching platform. Full site at ike.mahaloz.re.

If you want to get ahold of me, you can email me at mahaloz@asu.edu or find me on Discord: @mahaloz and Twitter: @mahal0z.

Popular repositories

  1. decomp2dbg decomp2dbg Public

    A plugin to introduce interactive symbols into your debugger from your decompiler

    Python 567 36

  2. DAILA DAILA Public

    A decompiler-agnostic plugin for interacting with AI in your decompiler. GPT-4 and local models supported!

    Python 423 34

  3. decompilation-wiki decompilation-wiki Public

    The Decompilation Wiki: info on all things decompilation

    97 3

  4. sailr-eval sailr-eval Public

    The SAILR paper's evaluation pipline for measuring the quality of decompilation

    Python 85 4

  5. ctf-wiki-en ctf-wiki-en Public

    A full English version of the popular ctf-wiki

    HTML 68 17

  6. ike ike Public

    'Ike: A binary exploitation and reversing handbook.

    Shell 60 3