blacktop

Results 341 comments of blacktop

It should be very similar: ```bash $ sqlite3 -header -column $TMPDIR../0/com.apple.dock.launchpad/db/db "select * from dbinfo" ```

Is that the regular db or the corrupt db output?

```bash Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: Namespace SANDBOX, Code 0x1

Dumb question, why can I attach with debugserver, but not frida?

I did find this https://trac.webkit.org/browser/webkit/tags/Safari-609.1.20.0.9/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb Just trying to correlate the backtrace of the crashing thread I see this: `(deny mach-lookup (xpc-service-name-prefix ""))` in the sandbox profile for WebContent 🤔 I...

According to Levin these are the entitlements that WebContent has: ``` iOS13 Executable com.apple.WebKit.WebContent com.apple.QuartzCore.secure-mode com.apple.QuartzCore.webkit-end-points com.apple.locationd.authorizeapplications com.apple.locationd.effective_bundle com.apple.private.allow-explicit-graphics-priority com.apple.private.coremedia.extensions.audiorecording.allow com.apple.private.coremedia.pidinheritance.allow com.apple.private.memorystatus com.apple.private.network.socket-delegate com.apple.private.webinspector.allow-remote-inspection com.apple.private.webinspector.proxy-application com.apple.tcc.delegated-services dynamic-codesigning seatbelt-profiles ```

Is there a way to have updates use the same appdir used to install them? I am trying to use cask as a non-admin and when `brew cu` updates it...

```py from __future__ import print_function import json import hashlib from virus_total_apis import PublicApi as VirusTotalPublicApi API_KEY = 'Sign-Up for API Key at virustotal.com' EICAR = "X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*".encode('utf-8') EICAR_MD5 = hashlib.md5(EICAR).hexdigest() proxies...

But @KadenLNelson is correct, if after you appy your proxy settings if it is still not working its because we don't support disabling ssl verification, but we could if need...

Or you could make sure the system you are running on can trust/verify your proxy's cert as well.