All Projects → lesnuages → chrome-dump

lesnuages / chrome-dump

Licence: GPL-3.0 license
Chrome cookie dumper

Programming Languages

go
31211 projects - #10 most used programming language
c
50402 projects - #5 most used programming language

chrome-dump

Simple Google Chrome cookie dumper

Usage

This project is compatible with the following target platforms:

  • Windows
  • Linux
  • OS X

You can easily build an executable with:

GOOS=PLATFORM_NAME go build

The dll/dll_example.go file can help you build a DLL that can be used by other tools. To build one, run:

cd dll
CGO_ENABLED=1 CC=PATH_TO_CROSS_COMPILER GOOS=windows go build -buildmode c-shared -o chrome-dump.dll
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].