Login Register


[Anti-Golfing] Hello World filter_list
Author
Message
RE: [Anti-Golfing] Hello World #11
So can I add a bunch of NOP's to my compiled binary? What exactly constitutes as part of the counted bytes? Additionally, what about libraries and binaries with the CRT? One might win in a language like C++; just write a bunch of templated junk and utilize template specialization to build on the size of the code.

Reply

RE: [Anti-Golfing] Hello World #12
(09-03-2015, 04:24 AM)0xDEAD10CC Wrote: So can I add a bunch of NOP's to my compiled binary? What exactly constitutes as part of the counted bytes? Additionally, what about libraries and binaries with the CRT? One might win in a language like C++; just write a bunch of templated junk and utilize template specialization to build on the size of the code.

It's not just about the bytes, it's about the complexity of the process. Take Shebang's as an example. It's long as fuck but relatively simple. Just a nested program.

Reply

RE: [Anti-Golfing] Hello World #13
(09-03-2015, 04:24 AM)0xDEAD10CC Wrote: So can I add a bunch of NOP's to my compiled binary? What exactly constitutes as part of the counted bytes? Additionally, what about libraries and binaries with the CRT? One might win in a language like C++; just write a bunch of templated junk and utilize template specialization to build on the size of the code.

Was considering just shoving NOPs in there too, do statically linked binaries increase the byte size? c:

+1 for assembly guy though
i dont know anything

Reply

RE: [Anti-Golfing] Hello World #14
http://pastebin.com/raw.php?i=K05JEi0t
Unlmao'd code:
Code:
var uppercaseh = "H"; var lowercasee = "e"; var lowercasel = "l"; var lowercaseo = "o"; var specialcharcomma = ","; var uppercasew = "W"; var lowercaser = "r"; var lowercased = "d"; var specialcharexclamationmark = "!"; console.log(uppercaseh+lowercasee+lowercasel+lowercasel+lowercaseo+specialcharcomma);

Can easily be made larger, i'm a lazy fuck tho.
In the grayness of the world, i'm colorful.

Reply

RE: [Anti-Golfing] Hello World #15
I tried this in python and I could only make it 98 bytes lol
[Image: 9JVyFsC.png]
Sig by @Symadox

XMPP: Mi5@DukGo.com

Reply

RE: [Anti-Golfing] Hello World #16
Code:
message = ''' H H EEE L L OOO W W OOO RR L DD /| HHH EE L L O O WWW O O RRR L D D || H H EEE LLL LLL OOO *) WWW OOO R R LLL DD -/ / () ''' print(message)
247 bytes
Does ASCII art count? Tongue
I'm just kidding. I might give it a real go though.
But what does that mean: "complexity"?

Reply

RE: [Anti-Golfing] Hello World #17
Does writing wrapper scripts count? or decrypting an encrypted blob of data?
i dont know anything

Reply

RE: [Anti-Golfing] Hello World #18
This can be infinitely big.
Just keep wrapping your initial script in an eval, for example:
Code:
eval(alert("Hello, World!")); eval(eval(alert("Hello, World!"))); eval(eval(eval(alert("Hello, World!"))));
etc.
In the grayness of the world, i'm colorful.

Reply

RE: [Anti-Golfing] Hello World #19
(10-09-2015, 04:28 PM)Misha- Wrote: This can be infinitely big.
Just keep wrapping your initial script in an eval, for example:
Code:
eval(alert("Hello, World!")); eval(eval(alert("Hello, World!"))); eval(eval(eval(alert("Hello, World!"))));
etc.

Zero for complexity.

Reply

RE: [Anti-Golfing] Hello World #20
(10-09-2015, 04:59 PM)Eclipse Wrote: Zero for complexity.

Does statically compiling a lib count as more bytes? is it the source bytes or the resulting binaries bytes that it's judged apon
i dont know anything

Reply







Users browsing this thread: