Skip to content

Instantly share code, notes, and snippets.

View stonedreamforest's full-sized avatar
🌍
nothing here

Tennn stonedreamforest

🌍
nothing here
View GitHub Profile
@stonedreamforest
stonedreamforest / theme1.md
Last active June 20, 2021 06:09
pwsh_theme
  • notepad #profile
Import-Module posh-git 
Import-Module oh-my-posh
Set-PoshPrompt -Theme smltheme
$env:http_proxy="http://127.0.0.1:8889"
$env:https_proxy="http://127.0.0.1:8889"
$host.ui.RawUI.ForegroundColor="White"
@stonedreamforest
stonedreamforest / 1
Created May 23, 2019 02:33
使用管理员权限打开cmd
1
@stonedreamforest
stonedreamforest / x64dbg.ini
Last active December 29, 2016 11:35
x64dbg_theme_RelaxYourEyes( Latest release depends on the date link:https://github.com/stonedreamforest/x64dbg_theme_RelaxYourEyes/releases )
[Colors]
AbstractTableViewBackgroundColor=#3C3C3C
AbstractTableViewHeaderTextColor=#000000
AbstractTableViewSelectionColor=#000000
AbstractTableViewSeparatorColor=#808080
AbstractTableViewTextColor=#808080
DisassemblyAddressBackgroundColor=#3C3C3C
DisassemblyAddressColor=#808080
DisassemblyAutoCommentBackgroundColor=#3C3C3C
DisassemblyAutoCommentColor=#00FFFF
@stonedreamforest
stonedreamforest / x64dbg_DarkGray_theme
Created December 7, 2016 12:30
x64dbg DarkGray theme
[Colors]
AbstractTableViewBackgroundColor=#1E1E1E
AbstractTableViewHeaderTextColor=#C2C2C2
AbstractTableViewSelectionColor=#000000
AbstractTableViewSeparatorColor=#808080
AbstractTableViewTextColor=#C2C2C2
DisassemblyAddressBackgroundColor=#XXXXXX
DisassemblyAddressColor=#808080
DisassemblyAutoCommentBackgroundColor=#XXXXXX
DisassemblyAutoCommentColor=#AA5500