Thread 105686485 - /g/ [Archived: 808 hours ago]

Anonymous
6/24/2025, 5:46:56 AM No.105686485
1750402412756450
1750402412756450
md5: 463bb422914b5120eb84912cf8af478c๐Ÿ”
Can you make a native executable small enough that its hex dump can fit in a 4chan post?
Replies: >>105686511 >>105686563 >>105686634 >>105686853
Anonymous
6/24/2025, 5:52:14 AM No.105686511
>>105686485 (OP)
What's a native executable? I'm not going to spoon feed you anon. Your question is invalid. Do better and maybe I'll answer.
Anonymous
6/24/2025, 5:58:31 AM No.105686550
hypothetically yeah, but you can't do image embeds anymore so it just wouldn't work, either 4chan wouldn't let you upload it or the data would be lost during recompression, and that's assuming it's not detected as a virus. image/video steganography could work but that could limit the size even further. unless you mean just posting the hex dump as text in the 2000 char limit, but then you'll probably have even less size than in an image upload, maybe some text compression algorithm could help there.
Replies: >>105686770 >>105686853
Anonymous
6/24/2025, 6:00:04 AM No.105686563
>>105686485 (OP)
Thatโ€™s equivalent to the halting problem.
Anonymous
6/24/2025, 6:12:39 AM No.105686634
Screenshot 2025-06-23 211222
Screenshot 2025-06-23 211222
md5: 6bd776046a2a5e52a8a0ac746da4d925๐Ÿ”
>>105686485 (OP)
peepee poopoo
Anonymous
6/24/2025, 6:38:32 AM No.105686770
1745684120251569
1745684120251569
md5: dc5e543863bb694a95d3b894af087cc9๐Ÿ”
>>105686550
peak reddit post
Replies: >>105686775 >>105686853
Anonymous
6/24/2025, 6:39:50 AM No.105686775
>>105686770
>newfag trying too hard to "fit in"
Anonymous
6/24/2025, 6:52:33 AM No.105686853
>>105686485 (OP)
>>105686550
this got me curious actually
a simple "hello world" in c compiles to a 76 kb .exe for windows but is close to 90,000 characters in UTF-8 when just looking at the .exe dump in notepad++, and most of those characters aren't allowed on 4chan. it's close to 190,000 characters if i were to just post the alphanumeric hex values (e.g. c692c3be030fe280a10d02202045e280). well past 4chan character limit and would probably trigger spam detection anyways. im too lazy to experiment with text compression for now

the source code for the hello world program is about 70 bytes and 70 characters long for comparison (with whitespace)
so if you're looking to share a program over 4chan, it would just be better to post the raw source code and have the other user compile it
still, it would be cool to share games and neat little programs by just pasting the dump into a text file and saving it as an .exe
they would probably have to be written in raw assembly

>>105686770
i look like that and i say that
Anonymous
6/24/2025, 7:25:51 AM No.105687019
Win32 PE linked with Crinkler.
0000000 5a4d 3332 4550 0000 014c 0000 db01 7f61
0000010 d010 7317 4775 f9eb 0008 0002 010b c911
0000020 8545 79c0 011f 50d3 e2f7 3d90 005c 0000
0000030 f3f7 c139 db19 48eb 0000 0040 0004 0000
0000040 0004 0000 a30f 322d 4001 8d00 0004 ceeb
0000050 0000 0000 b6eb 1f42 0040 0000 3153 bbed
0000060 0003 0000 be90 011c 0040 016a bf58 0000
0000070 0042 00b1 5790 12eb 0000 0000 0000 0000
0000080 725a 9207 d129 0004 d029 ad60 f801 2c74
0000090 0a6a 895a 5414 5489 1024 31ad 4ded 0145
00000a0 72c0 74fb 60af 88ac 32c2 6b07 6fc0 8702
00000b0 0000 0000 4f48 d200 ef72 f975 dbbf 4200
00000c0 b900 f81d 0f9f 0c73 66f3 0aab 6106 768d
00000d0 7b0d c3b7 f1f7 3c8d 8957 31e9 aec0 0474
00000e0 0700 0275 4141 b60f 0714 e2d3 5401 3484
00000f0 7a48 85f3 7fdb d00d 1f2c 0375 14d0 f71f
0000100 fed3 1f04 4661 95eb 6ae8 38a6 0b4b 7b23
0000110 6fc6 e982 7a19 1211 131b 4f09 ff3e ffbd
0000120 fffe 957f 2000 4880 2590 bdff ffff ffff
0000130 00df 7e44 de4b a8e2 58b6 cbca 2808 3b5e
0000140 c9d2 2f2f a954 8fab 7f95 9c06 461e 7e7b
0000150 6a8d 15cd c722 de83 42de 6d63 a249 ff2c
0000160 f352 dc81 f105 f7e6 fb23 f22e 2855 4c46
0000170 d88a 90f6 0601 434d 44ca e4c0 8dcd 1da0
0000180 03ab e93c 081c cce4 8750 83c3 e378 4c8f
0000190 f942 8d5b 54a1 e2fb 4478 dce6 0d26 7d7f
00001a0 01f8 7827 fa2b 0df4 9e3c e89f 4ac5 79aa
00001b0 b693 dcc6 61ab f1f5 773c 4d52 1027 8329
00001c0 b5e3 dc19 1e80 4ffe 0e37 8735 9cd2 4c5e
00001d0 0e9c 9bb0 5b8a d0b9 2212 0dee
00001dc
Anonymous
6/24/2025, 7:26:00 AM No.105687020
Yes.