JustasMasiulis / lazy_importer

library for importing functions from dlls in a hidden, reverse engineer unfriendly way
Apache License 2.0
1.62k stars 219 forks source link

LI and vm #25

Closed ghost closed 5 years ago

ghost commented 5 years ago

LI needed for VM protection? With force inline +10-15 sec for execution vm.

Tested on VMProtect.

Mecanik commented 5 years ago

Don't virtualize the parts where you use LI.

JustasMasiulis commented 5 years ago

Lazy importer is just a simple anti static analysis tool.

With that said you shouldn't use lazy importer in virtualized code as virtualization is a much stronger obfuscation method that will not benefit from use of this library.