@Ret2libsanity@lemmy.world to Linux@lemmy.ml • 1 year agoWhat are your must-have packages?message-square141fedilinkarrow-up1176arrow-down16file-text
arrow-up1170arrow-down1message-squareWhat are your must-have packages?@Ret2libsanity@lemmy.world to Linux@lemmy.ml • 1 year agomessage-square141fedilinkfile-text
I’ll start: Tmux vim ghidra okteta (hex editor) speedcrunch (calculator with bit manipulation) python3 with IPython for nice reply and embed(), pwntools
minus-square@Ret2libsanity@lemmy.worldOPlinkfedilink4•1 year agoI feel that. I still favor gcc over clang
minus-square@laxe@lemmy.mllinkfedilink1•1 year agoI switched to clang a long time ago, when gcc’s support for C++11 was not that good. Why do you personally prefer gcc?
minus-square@Ret2libsanity@lemmy.worldOPlinkfedilink1•1 year agoI develop mostly in C and largely for creating shellcode. I have run into very weird issues with clang relocating code and data segments even when using a custom linker script
I feel that.
I still favor gcc over clang
I switched to clang a long time ago, when gcc’s support for C++11 was not that good.
Why do you personally prefer gcc?
I develop mostly in C and largely for creating shellcode.
I have run into very weird issues with clang relocating code and data segments even when using a custom linker script