Skip to content

Instantly share code, notes, and snippets.

@get-itips
get-itips / InterpretedUserTypes.md
Last active June 2, 2022 12:57
InterpretedUserType table

InterpretedUserType table

InterpretedUserType Possible Description
AADConnectDisabledOnlineActiveDirectoryDisabledUser
AADConnectDisabledOnlineActiveDirectoryDisabledUserPendingDeletionFromAD
AADConnectDisabledOnlineSfBUserWithTeamsLicensePendingDeletionFromAD
AADConnectDisabledOnlineTeamsUserPendingDeletionFromAD
AADConnectDisabledOnlineTeamsUser
AADConnectDisabledOnlineUserNotLicensedForServicePendingDeletionFromAD
@cr3ative
cr3ative / gist:8337446
Last active December 8, 2022 08:16
Drift HD Ghost WiFi Application API

Drift HD Ghost WiFi Application API

See my technical notes here, which include how to get root on a Drift HD Ghost with no modifications to the unit.

The following is a list of URLs which might be handy if you connect your machine to the Drift HD Ghost's WiFi network.

Live Video URL (works great in VLC)

rtsp://192.168.42.1/AmbaStreamTest
@landonf
landonf / disassembly.txt
Last active October 3, 2019 18:18
Explaining the File:/// bug. See also http://openradar.appspot.com/13128709
In DDResultCopyExtractedURL in the DataDetectorsCore.framework, file:// URLs are sanity-checked with an assert:
0xCB86 loc_CB86:
0xCB86 lea rsi, cfstr_File ; "file://"
0xCB8D mov rdi, rbx
0xCB90 call _CFStringHasPrefix ; Check if the string starts with 'file://'
; Yes, this is case sensitive, which is why the test fails
0xCB95 test al, al
0xCB97 jne short loc_CBD4 ; If CFStringHasPrefix returns true, jump past the assert
; Otherwise, the following code triggers an assert: