Hex
Hex
IIRC this was observed in a prod app that was doing some funky stuff with the UI which resulted in a crash. This was a stopgap fix, but I have...
Basically openssl (and thus libcrypto) is deprecated on macos. You'll need to install openssl via brew and then replace the instances of /usr/lib/libcrypto.dylib with the openssl path to libcrypto, e.g....
Did you set the search paths correctly in the env? I get past this error after that.
Can you point me in the direction of the app? Feel free to connect on Twitter (@hexploitable) and DM if it's better
Can you confirm it fails with 1.4: https://github.com/hexploitable/MEMSCAN/releases/tag/v1.4-alpha I need to update the source on Github, since it's old
This looks for a specific class called `ViewController` not necessarily view controllers right?
This would be a great enhancement. Especially from an API perspective, getting the constant and not the label would be ideal.