/qbittorrent-portable

dll-hijack based qbittorrent portable plugin

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

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