Skip to content
View mahaloz's full-sized avatar

Highlights

  • Pro

Organizations

@angr @shellphish @ctf-wiki @sefcom @binsync

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 Loading

  1. decomp2dbg decomp2dbg Public

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

    Python 657 41

  2. DAILA DAILA Public

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

    Python 608 55

  3. decompilation-wiki decompilation-wiki Public

    The Decompilation Wiki: info on all things decompilation

    199 12

  4. sailr-eval sailr-eval Public

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

    Python 109 5

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

    A full English version of the popular ctf-wiki

    HTML 90 18

  6. ike ike Public

    'Ike: A binary exploitation and reversing handbook.

    Shell 75 3

1,545 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to binsync/libbs, binsync/binsync, mahaloz/DAILA and 34 other repositories
Loading A graph representing mahaloz's contributions from April 07, 2024 to April 12, 2025. The contributions are 78% commits, 16% pull requests, 4% issues, 2% code review.

Contribution activity

April 2025

Opened 2 pull requests in 2 repositories

Created an issue in binsync/binsync that received 1 comment

angr-management CI is broken again

Description When we run our tests on angr-management, we get the following problems: Run QT_QPA_PLATFORM="offscreen" pytest ./tests/test_angr_gui.p…

1 comment
80 contributions in private repositories Apr 1 – Apr 11
Loading