Skip to content

Instantly share code, notes, and snippets.

# run atos
sub symbolize_frames {
my ($images,$bt) = @_;
# create mapping of framework => address => bt frame (adjust for slid)
# and for framework => arch
my %frames_to_lookup = ();
my %arch_map = ();
my %base_map = ();
@gtasko
gtasko / gist:8822394
Last active January 22, 2016 01:22
NSURLProtocol implementation to intercept HTTP networking and continue with original call.
//
// SLKURLProtocol.m
// InterceptionHttp
//
// Created by G.Tas on 1/14/14.
// Copyright (c) 2014. All rights reserved.
//
#import "SLKURLProtocol.h"