Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.19 KB

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