Skip to content

Instantly share code, notes, and snippets.

View hexploitable's full-sized avatar

Hex hexploitable

View GitHub Profile
@hexploitable
hexploitable / r2solve.py
Last active September 2, 2020 19:32
r2pipe solution to the r2frida crackme
# Example run: https://asciinema.org/a/g6yChI5WgSWNRYfLaPfmUbnIt
import json
import r2pipe
from contextlib import redirect_stdout
import io
app = "r2con.2020.CrackMe"
print(f"Launching the app: {app}")

Keybase proof

I hereby claim:

  • I am hexploitable on github.
  • I am hexploitable (https://keybase.io/hexploitable) on keybase.
  • I have a public key whose fingerprint is 27FD FCB4 9F32 F5CD 80A6 C55D E8C8 3623 1E30 207D

To claim this, I am signing this object:

@hexploitable
hexploitable / localAuth.swift
Created June 5, 2014 09:40
LocalAuthentication Example
//
// localAuth.swift
// touchid-test
//
// Created by Grant Douglas on 05/06/2014.
// Copyright (c) 2014 hexploitable. All rights reserved.
//
import UIKit
import LocalAuthentication