UR does not rely on external DLLs for reading/writing of URD DB files. The SQLite library is statically linked into UltraRecall.exe. And the only difference between a UR-only file and a SQLite file that other tools can open is the first 15 bytes being
Ultra Recall DB
vs.
SQLite format 3
You can open a URD file in a hex editor and change those first 15 bytes if they get changed by UR.
|