Results 17 issues of Cirn09

I want to write a windows program that depends on libmagic(`magic.h` and `libmagic.lib`), so I added `install` to CMakeLists.txt.

当前的逻辑是一次选一个课,但专硕有门课"工程伦理",需要一次选中4门。 我已经手动选中了,谁有兴趣自己拓展吧。。。

enhancement

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). ![image](https://user-images.githubusercontent.com/25722111/166099826-f8e6faba-4062-411f-a1b1-b06a6d97417b.png)...

feature

访问部分B站图片会无法加载,哪些不能会报错似乎是随机的。过段时间后可能全部正常了,也可能换了一批图片无法加载。 而且只有B站有这个问题 比如https://i0.hdslb.com/bfs/archive/2706c40aafea50bbfb05fdbef513b2dc787961b5.jpg@336w_190h_1c.webp 走`freedom`协议时会报错`ERR_SSL_VERSION_OR_CIPHER_MISMATCH` 而走代理反而正常 ### 报错信息 ![image](https://user-images.githubusercontent.com/25722111/135762214-6a294460-7b3a-4943-afc2-c85bfb9d2c7e.png) ### 用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: ![Snipaste_2022-07-27_18-15-16](https://user-images.githubusercontent.com/25722111/181226809-43d1797e-0586-44ca-a3b3-ee685febf182.png) ## 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...

bug

- 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...