Skip to content

5l1v3r1/chrome-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chrome cookie dumper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.3%
  • C 9.7%