- Save your desktop in IDA:
Windows -> Save Desktop
- Open registry editor (regedit.exe)
- Go to
Computer\HKEY_CURRENT_USER\SOFTWARE\Hex-Rays\IDA\Desktops
- Open
$DIS$Default
and copy content. - Save content to
config.json
- Congrats! You've exported IDA desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias clip_copy="clip.exe" # echo "aaa" | clip_copy | |
alias clip_paste="powershell.exe Get-Clipboard | dos2unix | xargs" # echo $(clip_paste) |