Author Topic: Hacking is binary code and nobody knows what they are talking about!!!  (Read 3143 times)

lmao binary code, bring a tear to my eye

wow!!! if you go to this website you will become master hacker: http://l33thax0rz.hax.edu/

DAMN! I'm such a good hacker, I wrote a bigass script pressing the letter 'P'

01101101 00110100 01101110 01111001 00100000 01101100 00110011 00110011 01110100 00100000 01101000 00110100 01111000

Someone should inform him he is talking out of his arse.
« Last Edit: March 06, 2014, 04:48:22 PM by Rainzx¹ »

It's not like it's something complicated.
The issue is the reputation, not the knowledge.

Binary code is for idiots. Use hexadecimal. Write a byte with two letters.
Um
Binary is kinda crucial?
I don't think anyone actually writes anything seriously in binary anymore

I don't think anyone actually writes anything seriously in binary anymore

Which is what I meant in my post.

The issue is the reputation, not the knowledge.

yeah, OP is pretty nerdy B)

Well.. binary and hexadecimal are two representations of the same thing. "FF" in hexadecimal is literally the exact same thing as "11111111" in binary. They both represent the number 256 (or 255, if you consider 0 the starting number). So, when someone writes "binary" code, usually they actually write it in hexadecimal because it is far easier to read and interpret than binary. One byte in binary is 8 characters, where as it's two in hexadecimal.

As for writing binary code, people don't do that in hex or binary. Instead, there's yet another form to show "binary code" in, this one's called assembly. It's a textual representation of binary so humans can read text and understand rather than memorize tons of code patterns. For example, the instruction 06 in hexadecimal is represented as the word "push" in assembly. This particular command takes a number and saves ("pushes") it to ram memory for later use. So it's easier to read a line that says "push 1" rather than reading the hexadecimal line "0600000001" or the binary line "0000011000000000000000000000000000000001".
« Last Edit: March 06, 2014, 05:24:36 PM by $trinick »

01

just haked in2 obama say goodbi 2 ur butts

PREPARE TO DIE.
01101000001101000111100001100 10101100100001001110010000001 10001001101001011101000110001 101101000

Which is what I meant in my post.
Well ok
It's just that you called everyone who's ever touched a computer or graphing calculator or smartphone an idiot


Club can't even 1000101011 me right now
Watchin' you watchin' me I go all 10010111
I own the night and I don't need no 1001101000

this is the new level of edgy

and just to be honest:
Hacking isn't "Binary Code". Binary code is something used in programming, but it's very very difficult. Most of the time people hack by using viruses or other software to steal information or take control of their computer. And not just computers, phones and other devices can also be hacked using certain things. Just take a look at CryptoLocker, a virus that encrypts people's files, making them useless unless they give away money. This could be theft, or just plain other reasons, but it's still a form of hacking into someone's device and changing/taking something.

Binary is not inherently difficult or easy. Binary is numbers. Computers don't speak words, they speak numbers. Every program uses "binary code" including Blockland. Every website uses binary code. Everything on the computer uses binary code, but people suck at understanding binary code. So there's many many utilities that exist purely to make it easier for humans to write binary code. The most familiar of which are programming languages. They're essentially translators that turn code into binary code.