Live data from Hacker News

Research paper is also an executable x86 program [pdf]

tom7.org

1–10 of 30 posts

Re: Research paper is also an executable x86 program [pdf]

#4
post #2

Is it executable by renaming the .txt file to an .exe or what?

Yep, it has the telltale MZ header at the top. Either a DOS or windows executable. [1]

The pdf appears to be a readable formatted version, to get the actual executable you’ll need the raw text sans newlines (as described in the paper)

1:https://en.m.wikipedia.org/wiki/DOS_MZ_executable

Re: Research paper is also an executable x86 program [pdf]

#10
post #4
post #2

Is it executable by renaming the .txt file to an .exe or what?

Yep, it has the telltale MZ header at the top. Either a DOS or windows executable. [1] The pdf appears to be a readable formatted version, to get the actual executable you’ll need the raw text sans newlines (as described in the paper) 1: https://en.m.wikipedia.org/wiki/DOS_MZ_executable

Trivia: all Windows EXEs run on DOS, but most of them just print something like "this program doesn't run on DOS" and terminate.

There are exceptions, like REGEDIT.EXE of Windows 95.

Post reply on HN