Unhandled Exception

Results 8 comments of Unhandled Exception

> It's there any way to dump the headers or pseudocode for the C++ part? I have little experience about this. Hopper or IDA Pro with hexray plugin for pseudocode...

Hi, I have been doing some research and it appears that these days many applications are conducting ssl pinning by OpenSSL library, usually with stripped symbols. Thus i have wrote...

@mdbrelo look for string "openssl", usually it has embedded path, if that fails for some reason you can try locate some openssl specific strings. https://github.com/openssl/openssl/tree/OpenSSL_1_1_0-stable

@liuxuan30 I will when I'll have more time, right now you can just use https://github.com/karek314/hexbytescanner and patch binaries manually before deploying them.

@S00164379 Nope. hexbytescanner is written in Objective C++, shouldn't be that hard to rewrite to C++ though.

@asad0x01 Doesn't work anymore. It for sure does work with OpenSSL 1.1.0 and 1.0.2 ARM64(which still does work with many apps). Current answer lays in https://github.com/facebookincubator/fizz it does pinning now,...

Indeed it's missing. I can add this but not in near feature as currently i'm busy with other work. However, I’d appreciate it if you’d provide pr for that.

Hi, Perhaps they removed it from sdk, I didn't checked this code with latest sdk. For first issue, try ``` #if TARGET_IPHONE_SIMULATOR #import # ``` For second issue - I...