0xtyls
0xtyls
Hello, In file CASFileCache.java, method putDirectoryFiles calls Files.createLink(filePath, cacheFilePath) without any try-catch. We found that in rare cases, the filePath symlink already exists before createLink is called. Every time we...
I integrate pprof-rs into my own application and provide a http server like tikv did. When I request on http://ip:port/debug/pprof/profile?seconds=10, the application crashes. Here is the crash report from Mac...
I've gone through the [example](https://github.com/frida/frida-rust/blob/1fea7b1c035dcd435ff759dc430a40fd5c486370/examples/gum/hook_open/README.md) provided for hooking `open` from `libc` on macOS and Linux. It's very informative, but I noticed there isn't a corresponding example for Windows. Would it...