errors in compile hidden.sys 64bit release
ABD-FH opened this issue · 5 comments
Hello every one ..
firstly thank you to sharing this service that is has fully features
i am replyed in last issue about hidden.sys do not working with win 64 bit and the owner is telled us to recompile the driver 64bit release and when i tried i got a lot of errors about transfer from 32bit to 64bit issues EX: Arithmetic overflow: Using operator '+' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator '+' to avoid overflow
and of course i can't solve it so i can't compile it ..
can you help us to share the driver source code that is work with 64bit if you have the solution for these problems
thank you..
yes , i compiled 64bit fine and i faced errors in all LOGS (LogWarning,LogTrace,LogError) is "the following warning is treated as an error" and i solved this error by change Treat Warning As Errors
to NO in propretise
is this solution effect to driver ?
thanks
Hi,
What is your driver build environment? WDK\Vusual Studio version?
I guess this issue happens because the newest compiler has more paranoid settings related to compilation warnings. It's ok if you changed warning level in driver settings. I'll check and fix it soon.
Regards,
JK
i am work on visual studio 2019 and WDK-Windows 10.0.18362.1
i am work on visual studio 2019 and WDK-Windows 10.0.18362.1
SHARE FILE FOR ME :D thanks