双草酸酯

Results 56 comments of 双草酸酯

Personally I really dislike breaking system-less stuffs so I will most probably not working on this, but fell free to open a PR.

@rhjdvsgsgks imo it's too tricky to hook stuffs to stop modules from writing files

smh not working for me ``` Movies> ./DecimaExplorer.exe -extract movies.mpk 0 output.bk2 Running Decima Explorer v2.7: Visit https://github.com/Jayveer/Decima-Explorer for updates: Error: Input file is of an unrecognized format ``` This...

@alphaomega42 install `libnspr4-dev` `libnss3-dev`

create an empty file named `.allowXposed` under /sdcard/zhihu

> > 使用文件替换可以去除首页和启动广告(效果无敌) > > ``` > > /data/data/com.zhihu.android/databases/room_launch_ad > > /data/data/com.zhihu.android/databases/dynamic_layout.db > > /data/data/com.zhihu.android/app_baidu_ad_sdk > > ``` > > > > > > 使用同名的文件或文件夹替换,也可以借助[悟空加速](https://repo.xposed.info/module/com.dahuo.sunflower.xp.none) > > 尝试了一下替换文件,在回答的下方还是会有推荐阅读的第三方广告 因为推荐阅读现在已经是被丢进webview了,替换文件不可能关掉

Also if you destruct DbClient right after initializing it, you will get another error: ``` D:\a\_work\1\s\src\vctools\crt\github\stl\src\mutex.cpp(64): mutex destroyed while busy ```

> Also if you destruct DbClient right after initializing it, you will get another error: > > ``` > D:\a\_work\1\s\src\vctools\crt\github\stl\src\mutex.cpp(64): mutex destroyed while busy > ``` This one seems like...

For the OG question I think it was caused by `EventLoop` not initialized in the current thread? Drogon's looping mechanism is pretty hard for me to understand tho

Okay I got it. It seems the main thread is depending on a `EventLoop` as well. When you are destructing the `trantor::EventLoopThreadPool` in `DbClientImpl`, the entire `EventLoop` in main thread...