2022-09-03 16:56:35 +03:00
2022-09-03 12:34:11 +03:00
2022-09-03 12:34:11 +03:00
2022-09-03 16:55:51 +03:00
2022-09-03 13:09:23 +03:00
2022-09-03 16:56:35 +03:00
2022-09-03 16:56:35 +03:00
2022-09-03 16:56:35 +03:00
2022-09-03 16:56:35 +03:00
2022-09-03 13:19:48 +03:00

curl-impersonate-win

A special build of curl that can impersonate Chrome (Windows only).

Original idea and patches from https://github.com/lwthiker/curl-impersonate

Version

Current version based on:

Environment

MSYS2 is needed to build binaries. Steps:

  1. Download and install MSYS2 (https://www.msys2.org/) into folder c:\msys64\
  2. Run MSYS2 from start menu and update packages with command: pacman -Suy
  3. Install additional packages: pacman -S mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-nasm mingw-w64-x86_64-gcc

Build

  1. Download and unpack curl and boringssl source code into according folders (see versions)
  2. Run scripts patch_curl.bat and patch_boringssl.bat to patch source code
  3. Run script build.bat to build binaries. Ready to use binaries are located within curl\bin folder.

In case if everything goes fine you should see this: image

Description
A special build of curl for Windows that can impersonate Chrome and Safari
Readme 608 KiB
Languages
Batchfile 100%