davdiv / DecryptSQLite

Utility to remove the password of an SQLite database.
9 stars 5 forks source link

Suggestion: Static compiling with Fody Costura ;) #2

Open SiL3NC3 opened 4 years ago

SiL3NC3 commented 4 years ago

To include the needed dependency DLL you could add Fody Costura to you project via Nuget (don't forget to place FodyWeavers.xml to project folder's root) and after rebuild the sqlite dll will be compiled into the executable. It is one of my favorite Nuget package!

Check it out: https://github.com/Fody/Costura

davdiv commented 4 years ago

Hello,

Thank you for your suggestion!

I am sorry to answer so late! In fact, I don't really have time to work on this project anymore. It was just a small utility that I did when I needed it, and I do not use it very often anymore. Feel free to fork it and improve it if you want!