Learn Windows Assembly on Linux -
i'm on kali linux 64bit, , want learn windows assebly language x86, possible, , if is, how can it?
apart system calls (and perhaps program header), of course going different, assembly on x86/linux same assembly on x86/windows.
first, going need assembler. i'd suggest fasm or nasm this. both , come documentation started.
edit: make little more clear, assembly syntax determined assembler use – see above links more information. once have written working assembly program, can go on call windows function, pdf tutorial explains. apart function call code, different between linux , windows, code same both systems.
Comments
Post a Comment