Artur Augustyniak

Results 4 issues of Artur Augustyniak

Hi, AFAIK problem with xmm registers and doubling printf arguments affects only x86_64 linux (and OSX in extension). Tested with a lot of your code from youtube assembly course, seems...

Hey, When calling printf stub uses rax, so this register is nonzero. This causes printf to "see" floating point arguments and starts using SSE. At the same time if the...

Hi, First of all sorry for not providing PR, lack of spare time. The problem I faced is not strictly an vt-py issue but i beleave that protection against such...