Giter VIP home page Giter VIP logo

getxcgui's Introduction

getxcgui

release golang License

介绍

本工具可以帮助下载xcgui.dll

获取

go install -ldflags="-s -w" github.com/twgh/getxcgui@latest

成功则GOPATH下的bin目录里会出现一个getxcgui.exe

Flags

-v	xcgui.dll 的版本号,为空时默认最新版本
-b	xcgui.dll 的位数,为空时默认64
-o	输出文件名,为空时默认“xcgui.dll”

使用

(默认)下载最新版本64位的dll到当前目录

getxcgui

cmd

下载最新版本64位的dll到C:\Windows\System32目录

getxcgui -o %windir%\system32\xcgui.dll

下载最新版本32位的dll到当前目录

getxcgui -b 32

下载3.3.5.0版本,64位的dll到当前目录

getxcgui -v 3.3.5.0

下载3.3.5.0版本,64位的dll到当前目录,命名为xc.dll

getxcgui -v 3.3.5.0 -o xc.dll

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.