Cirn09
Cirn09
I want to write a windows program that depends on libmagic(`magic.h` and `libmagic.lib`), so I added `install` to CMakeLists.txt.
Some time I need dump a short memory and use in my own code. x64dbg has a useful feature can dump memory as some code format (just like below). ...
访问部分B站图片会无法加载,哪些不能会报错似乎是随机的。过段时间后可能全部正常了,也可能换了一批图片无法加载。 而且只有B站有这个问题 比如https://i0.hdslb.com/bfs/archive/2706c40aafea50bbfb05fdbef513b2dc787961b5.jpg@336w_190h_1c.webp 走`freedom`协议时会报错`ERR_SSL_VERSION_OR_CIPHER_MISMATCH` 而走代理反而正常 ### 报错信息  ### 用Python requests访问的报错: > SSLError: HTTPSConnectionPool(host='i0.hdslb.com', port=443): Max retries exceeded with url: /bfs/archive/2706c40aafea50bbfb05fdbef513b2dc787961b5.jpg@336w_190h_1c.webp (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure...
## how to reproduce Open an idb, then close, final reopen. now "IPython Console" stdout is broken:  ## why when idb open, plugin will load; when idb close, plugin...
日志和白名单功能
大部分的误隐藏或任务栏闪烁都因为某些特殊窗口造成的,我认为可以向用户提供日志和白名单,白名单中的窗口/进程不改变任务栏状态
Some executable files will modify the function to a random name, such as `O00Oo0o0oo`. For such a executable file, we need to allow Rizzo to overwrite the existing symbol name....
I like this extension which give me many convince. It always open new tab on rightmost when enable “openNewTab". I want a new option make it can open tab next...
**Describe the bug** Currently ShellAnything is single-threaded, and some actions may block. Then explorer will always wait for ShellAnything. During this time, the new right-click menu cannot be opened. **To...
- add a option `BUILD_SHARED_LIB`, default is `ON` - add `install` command in `CMakeFile.txt` - use `Findpcre2.cmake`. Otherwise cmake think they are the same module, the result of cmake install...