Page 1 of 1

Very slow access to SQLite database with Enigma

Posted: Wed Nov 28, 2012 7:13 pm
by MD16
Hi,

My app connects to a SQLite database that is not protected. When I run my app normally, the access to read/write small amounts of data works smoothly. However, as soon as my app runs protected by Enigma, there are sometimes up to 1 second delays as data is read/written from the database file.

How do I speed this up and prevent these delays? :?

Thanks

Re: Very slow access to SQLite database with Enigma

Posted: Thu Nov 29, 2012 12:17 pm
by Enigma
Hi MD16,

Enigma Protector should not affect on the execution of sql queries.

But please check the following things:
1. Try to disable all features on Protection Features - Import Protection
2. Try to disable Virtual Box feature, if you are using it.
3. Make sure that execution is not slowed down by using of VM markers and code virtualization using Virtual Machine.

Check it and let me know if this helps.