View Single Post
Old 18th November 2018, 23:02   #221  |  Link
Argaricolm
Registered User
 
Join Date: Apr 2018
Posts: 23
Well my goal so far is to just rewrite it in C++ so we have source and x64.
I want to use StaxRip with it. But StaxRip is x64 now.
Already started to do it.
So far I can tell that there is an error in documentation.
Version 1.8.7 has mode = 1 by default.
As stated in docs for 1.8.6:
starting from 1.8.5 version:
- new mode (mode = 2), which is using float precision for some calculations (best quality, now mode = 2 as default)
But in code it is 1:
Code:
.text:10011944                 mov     eax, 1
Argaricolm is offline   Reply With Quote