|
|
|
|
|
by HellMood
30 days ago
|
|
Actually a) polymorphic asm instructions, like "add [bx+si],al" which is 0x0000
b) jumping into middle of instructions to save bytes and reuse opcodes In hundreds of tiny experiments, this one stuck out, just by the sound of it. When i unfolded what's left and removed "the rest" i had a hard time to grasp what's really going on. i myself didnt expect that the explanation would go this deep for just these few bytes xD |
|