myfreeer / qbittorrent-portable

dll-hijack based qbittorrent portable plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qbittorrent-portable

Build status Download Latest Release GitHub license

dll-hijack based qbittorrent portable plugin.

Usage

Put iphlpapi.dll or version.dll in the same folder of qbittorrent.exe.

Compile

Requirements: git, cmake, mingw gcc, ninja. Run build.sh or follow steps below:

git clone https://github.com/myfreeer/qbittorrent-portable.git --recursive
# or `git submodule update --init --recursive` after a regular clone
cd qbittorrent-portable
mkdir build
cd build
cmake -GNinja ..
ninja

Credits

About

dll-hijack based qbittorrent portable plugin

License:GNU Lesser General Public License v2.1


Languages

Language:C 85.2%Language:CMake 10.0%Language:Batchfile 4.1%Language:Shell 0.8%