Skip to content

Instantly share code, notes, and snippets.

View xuzhongzhou's full-sized avatar
😶

Joe xuzhongzhou

😶
View GitHub Profile
@xuzhongzhou
xuzhongzhou / CleanBinaryStrings.py
Created August 9, 2016 03:17 — forked from varungulshan/CleanBinaryStrings.py
Script to rename strings in a binary for obfuscation purposes
#!/usr/bin/env python
# Call with python CleanBinaryStrings.py <binaryName>
# Will edit the binary in place
import struct
import sys
import mmap
import string
import binascii
import hashlib
import subprocess
67 facebook-ios-sdk
48 Bolts-iOS
39 AFNetworking
38 Google-Mobile-Ads-SDK
38 Reachability (Apple)
37 Crashlytics
31 Flurry-iOS-SDK
30 CocoaPods
29 GoogleConversionTracking
26 SDWebImage
#define NSNullObjects @[@"",@0,@{},@[]]
@interface NSNull (InternalNullExtention)
@end
@implementation NSNull (InternalNullExtention)