Skip to content

Commit

Permalink
radare2: Switch back to Intel syntax
Browse files Browse the repository at this point in the history
Phew, for some (weird) reason I'm used to using AT&T syntax in objdump
and can't for the life of me get used to Intel syntax in radare2.

Especially when being deeply zoned into a reverse-engineering session,
AT&T syntax is annoying me so much that I immediately switch back to
Intel syntax.

Maybe I should do that with objdump, GDB and others as well, but since I
usually do longer sessions (which may be the reason why it's not so much
bugging me in objdump) using radare2 let's at least get that nuisance
out of the way.

Signed-off-by: aszlig <[email protected]>
  • Loading branch information
aszlig committed Oct 21, 2024
1 parent 7351b00 commit 3b0d521
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion modules/user/aszlig/profiles/workstation/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pkgs: with pkgs; [
python3Packages.hetzner
python3Packages.pep8
python3Packages.polib
vuizvui.aszlig.radare2
radare2
rlwrap
rsync
samplicator
Expand Down
1 change: 0 additions & 1 deletion pkgs/aszlig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
nlast = callPackage ./nlast { };
psi = callPackage ./psi { };
pvolctrl = callPackage ./pvolctrl { };
radare2 = callPackage ./radare2 { inherit radare2; };
vim = callPackage ./vim { vim = vim-full; };
xterm = callPackage ./xterm { inherit xterm; };
}
7 changes: 0 additions & 7 deletions pkgs/aszlig/radare2/att-syntax-by-default.patch

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/aszlig/radare2/default.nix

This file was deleted.

0 comments on commit 3b0d521

Please sign in to comment.