gatecrasher777

Results 2 issues of gatecrasher777

From sqlite.org: SQLITE_MEMDB_DEFAULT_MAXSIZE=N Set the default size limit (in bytes) for in-memory databases created using [sqlite3_deserialize()](https://www.sqlite.org/c3ref/deserialize.html). This is just the default. The limit can be changed at start-time using [sqlite3_config](https://www.sqlite.org/c3ref/config.html)([SQLITE_CONFIG_MEMDB_MAXSIZE](https://www.sqlite.org/c3ref/c_config_covering_index_scan.html#sqliteconfigmemdbmaxsize),N)...

question

The code in question transforms a string in an obfuscated manner. It is designed to be difficult to emulate. It is pure javascript, however, with no external dependencies. ```javascript function...