mirror of
https://github.com/mandiant/GoReSym
synced 2026-06-08 15:40:15 +00:00
78c02cc730
* clarify Go runtime version vs GoReSym layout version * Add Go 1.26 support * Cleanup debugging prints * Remove remaining debug print in main.go * Fix redundant nil check in pe.go * Final touches: fix sudo in build script and rename layout convention to 1.22 * Run go fmt * Revert unnecessary moduledata scanning changes in executable parsers * refactor fixes * better variable name for refactor * Fix lots of version issues and bugs in magic prefix check, as well as concurrent lock bug * fmt * Refactor slice, textsec, and more to use offsets. Cleanup dead code in internal.go * fmt --------- Co-authored-by: Stephen Eckels <stevemk14ebr@gmail.com>
24 lines
366 B
Plaintext
24 lines
366 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
.vscode/
|
|
test/build/
|
|
test/weirdbins/
|
|
GoReSym
|
|
Dockerfile.test
|
|
.idea
|
|
# Dependency directories (remove the comment below to include it)
|
|
# vendor/
|
|
|
|
# Agent files
|
|
.agent/
|
|
.agents/ |