i want to inject an assembler code inside of a program.
Right now im only trying something simple:
[bits 64] ;[org 0x11e5] global _start _start: jmp 0