xqq / softbank-autologin

0001softbank Auto Login Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

softbank-autologin

A Softbank Wi-Fi hotspot (0001softbank / mobilepoint1) login tool

Account

Fill your softbank username & password into account.cpp, or the program will ask you when execute.

Compile for Windows

MSVC

Install reference packages by vcpkg

vcpkg install curl[non-http]:x86-windows

Use cmake together with vcpkg

cmake -G "Visual Studio 15" -DCMAKE_TOOLCHAIN_FILE=<PATH_TO_VCPKG>\vcpkg\scripts\buildsystems\vcpkg.cmake

Or use CMake support in Visual Studio 2017, edit CMakeSettings.json:

{
    "name": "x86-Debug",
    "generator": "Ninja",
    "configurationType": "Debug",
    "variables": [
        {
            "name": "CMAKE_TOOLCHAIN_FILE",
            "value": "<PATH_TO_VCPKG>\\vcpkg\\scripts\\buildsystems\\vcpkg.cmake"
        }
    ]
}

Compile (if not use CMake support in Visual Studio 2017)

msbuild softbank_autologin.vcxproj /p:Configuration=Release

MinGW

Do it yourself

Compile for macOS

cmake .
make -j4

About

0001softbank Auto Login Tool


Languages

Language:C++ 88.3%Language:CMake 6.9%Language:Objective-C++ 4.8%