Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pandast0rm on github.
  • I am pandast0rm (https://keybase.io/pandast0rm) on keybase.
  • I have a public key ASB1L-fT2dlNqwuOxqEkqHWDro2rO5Mpx4NMnDv6uaUuQQo

To claim this, I am signing this object:

hdiutil attach /Applications/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/InstallESD.dmg -noverify -mountpoint /Volumes/highsierra
hdiutil create -o /tmp/HighSierraBase.cdr -size 7316m -layout SPUD -fs HFS+J
hdiutil attach /tmp/HighSierraBase.cdr.dmg -noverify -mountpoint /Volumes/install_build
asr restore -source /Applications/Install\ macOS\ High\ Sierra.app/Contents/SharedSupport/BaseSystem.dmg -target /Volumes/install_build -noprompt -noverify -erase
rm /Volumes/OS\ X\ Base\ System/System/Installation/Packages
cp -R /Volumes/highsierra/Packages /Volumes/OS\ X\ Base\ System/System/Installation
hdiutil detach /Volumes/OS\ X\ Base\ System/
hdiutil detach /Volumes/highsierra/
mv /tmp/HighSierraBase.cdr.dmg /tmp/BaseSystem.dmg
sudo cp -r /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/keystone /Applications/IDA\ Pro\ 7.0/idabin/python/`
@PandaSt0rm
PandaSt0rm / keybase.md
Last active October 23, 2017 15:33
keybase.md

Keybase proof

I hereby claim:

  • I am DarkSt0rm on github.
  • I am darkst0rm (https://keybase.io/darkst0rm) on keybase.
  • I have a public key whose fingerprint is B9CF F942 7F3A B111 7C9E BB62 90B5 F19C 7BAC 38DF

To claim this, I am signing this object:

$token = "<your_api_token>"
$accountName="<your_account_name>"
$projectSlug="<ypur_project_slug>"
$filePath = "<your_source_config_in_yaml>"
$headers = @{
"Authorization" = "Bearer $token"
"Content-type" = "plain/text"
}