3
C-sucks
2y

Okay, lemme be honest today...
So, I don't know HOW TO CODE IN BINARY.
Looking for some tutorial on Binary coding.
Pleaaasssseeeee...

Comments
  • 3
    What does that even mean? Putting raw binary machine code together like in buffer overflow attacks?
  • 1
  • 3
    @C-sucks Then I'd recommend the godbolt compiler explorer (look at the Output menu for binary): https://godbolt.org Plus of course reading up on the opcodes of the ISA you're interested in. Starting with a simpler ISA than x86 is probably a good idea, like ARM.
  • 1
    @Fast-Nop hey man, that's gonna be extremely helpful to me. Thanks for that...
Add Comment