Skip to content

Extract Android PAC files on Windows exteemly fast

Notifications You must be signed in to change notification settings

catclaw/pacextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To compile (On MSYS2 or MinGW):

gcc -Wall -O2 -o pacextractor.exe pacextractor.c

Debug build: gcc -Wall -g -o pacextractor.exe pacextractor.c

Included .exe file is x64 and I use some functions that requires x64, so I doubt it will work on x86 (32-bit).

The code is optimized for speed, so I'd recommend extracting on an SSD or NVMe.

About

Extract Android PAC files on Windows exteemly fast

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages