Wednesday, December 04, 2019

Sample code to open and close Notepad using WhiteX

Sample code to open and close Notepad using WhiteX or TestStack.White.

No comments:

Hello world assembly on x86 Linux

Hello world assembly on x86 Linux Save code below as hello.asm global _start section .data message: db 'hello, world!', 10 secti...