BeneficialCode / WinArk

Windows Anti-Rootkit Tool
MIT License
450 stars 130 forks source link

Using more modern GUI and advanced components #2

Open blackchicken20 opened 1 year ago

blackchicken20 commented 1 year ago

Rebuild this project using imgui.

And You can use gui/layout-editor/generator to quickly build your GUI

BeneficialCode commented 1 year ago

I will consider this in the few years : )

learning2codelate commented 10 months ago

I will consider this in the few years : )

I'm really new to code and I try to build the project but failed big. Would you mind sharing an already built release to try it out ?

BeneficialCode commented 10 months ago

Sorry. I'm afraid I can't release it. Beacuse the driver must have a valid code signature.

learning2codelate commented 10 months ago

Sorry. I'm afraid I can't release it. Beacuse the driver must have a valid code signature.

That's OK. May you know why in order to build it it requires spectre mitigated libraries, I installed and then it claims them anyway ? should I install all of them regardless the project release which is set to x64 ? ( arm, armx64, x86 )

BeneficialCode commented 10 months ago

MSVC v142 vs 2019 C++ x64/x86 Spectre library is enough to build the project.