You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabling packet captures in Settings > Packet capture > Output to the Downloads folder, Rethink crashes. When restarting the application, the Rethink folder within the Download folder may have pcap files, but they will all have zero bytes.
Steps to Reproduce
Disable packet capturing or set to logcat.
Set packet capturing back to "Output to the Downloads folder" and the app will crash.
Expected behavior
The application will output packet captures of application traffic to the Rethink folder in the Download folder.
Actual behavior
The application crashes and creates empty pcap files.
Perhaps as a temporary workaround for those willing to accept the risk, but IMO decreasing device security and exploit protection is not a permanent solution even on a per-app basis.
IMO decreasing device security and exploit protection
True, but from what I read, MTEs (as implemented) are a good mitigation not prevention (source).
Either way, we'll see what's up but I should warn you that we're literally shooting in the dark here with backtraces like this (which is thanks to the way golang's stack unwinder works on Android):
1 total frames
backtrace:
#00 pc 0000000000306ba8 /data/app/~~6n2d27URO0rsAlgu7ndRCQ==/com.celzero.bravedns-9WkWN8HBXWCGq0YB0KcYSQ==/base.apk (offset 0x344000)
IMO decreasing device security and exploit protection
True, but from what I read, MTEs (as implemented) are a good mitigation not prevention (source).
Either way, we'll see what's up but I should warn you that we're literally shooting in the dark here with backtraces like this (which is thanks to the way golang's stack unwinder works on Android):
1 total frames
backtrace:
#00 pc 0000000000306ba8 /data/app/~~6n2d27URO0rsAlgu7ndRCQ==/com.celzero.bravedns-9WkWN8HBXWCGq0YB0KcYSQ==/base.apk (offset 0x344000)
I'm happy to test and prod at the device to get additional information if there's anything else I can provide. Please let me know.
Description
When enabling packet captures in Settings > Packet capture > Output to the Downloads folder, Rethink crashes. When restarting the application, the Rethink folder within the Download folder may have pcap files, but they will all have zero bytes.
Steps to Reproduce
Expected behavior
The application will output packet captures of application traffic to the Rethink folder in the Download folder.
Actual behavior
The application crashes and creates empty pcap files.
Application
Device Information
Log
Full dump output attached.
c30d06186c9e.txt
Additional Context
I do see Rethink opening the file in the full output each time:
I'm unsure if this is related to the app sandboxing in GrapheneOS, but it is somewhat odd.
The text was updated successfully, but these errors were encountered: