add decompile shell function
This commit is contained in:
parent
8dffcd3386
commit
f9f0e9b9c7
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@
|
|||
rg --files | rg $args
|
||||
end
|
||||
|
||||
function decompile
|
||||
objdump --disassemble --demangle --debugging --debugging-tags $argv | bat --language asm
|
||||
end
|
||||
|
||||
set -g fish_greeting (rand_greet)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue