Skip to content

myfreeer/qbittorrent-portable

Repository files navigation

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