|
|
|
|
|
by RandomBK
2670 days ago
|
|
I wonder how far you'd need to shim before you can stamp out detection. I.e. does it really matter if you shim the Filesystem API? A program can just write some data and try to read it back. If the shims just no-oped those API calls, it'd be pretty easy to detect, no? Chrome Canary's workaround is to store blobs in memory, which one can argue is akin to actually implementing the API and not disabling it. |
|