Run Nasm X86/x64 Assembly Code Online(dbgr.cc)
dbgr.cc
Run Nasm X86/x64 Assembly Code Online
https://dbgr.cc/l/nasm
3 comments
Can you tell if the system running Docker is not itself virtualised...?
dmesg indicates Bochs BIOS.
haha! This is what happens when an asm interpreter webpage gets posted to HN.
now where did i put the fuzzing finds of nasm...
Nice, how interrupts are handled? core dumped on int 3
Never ever use docker for security. With a Linux kernel local root exploit (which are indeed plentiful), one can escape from a docker container into the initial namespaces of the system.
It doesn't even look like they bother keeping their kernel up to date either.
DISASTER!
I liked the approach I saw at a couple other sites -- compile an interpreter to JavaScript with emscripten, and have all the code execute client side.