Skip to content

thatskriptkid/chrononz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrononz

chrononz takes approximate (minimum) timestamp of a Golang ELF binary.

More info in blogpost: RU/EN

Algorithm:

  1. Get a list of 3rd party dependencies (using github.com/goretk/gore)
  2. Get a version of each dependency
  3. If it is github dependency, then use Github API to fetch version date
  4. Make a list {dependency:date}
  5. Take the maximum date

About

This takes approximate (minimum) timestamp of a Golang ELF binary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages