Skip to content

Instantly share code, notes, and snippets.

@drgnz
Forked from alexander-hanel/GORE.md
Created October 30, 2024 14:38
Show Gist options
  • Save drgnz/f1af898c07002aaf34546a00a5887cdf to your computer and use it in GitHub Desktop.
Save drgnz/f1af898c07002aaf34546a00a5887cdf to your computer and use it in GitHub Desktop.

Revisions

  1. @alexander-hanel alexander-hanel revised this gist Aug 18, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion GORE.md
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,5 @@
    * [go-internals book](https://cmc.gitbook.io/go-internals/)
    * [Reconstructing Program Semantics from Go Binaries](http://home.in.tum.de/~engelke/pubs/1709-ma.pdf)
    * [The Go low-level calling convention on x86-64](https://dr-knz.net/go-calling-convention-x86-64.html)
    * [Golang Internals](https://www.altoros.com/blog/golang-internals-part-1-main-concepts-and-project-structure/) (1 of 6)
    * [Golang Internals](https://www.altoros.com/blog/golang-internals-part-1-main-concepts-and-project-structure/) (1 of 6)
    * [Go Series by Joakim Kennedy](https://lekstu.ga/tags/go/)
  2. @alexander-hanel alexander-hanel revised this gist Jul 31, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion GORE.md
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,5 @@
    * [Go Reverse Engineering Tool Kit](https://go-re.tk/)
    * [go-internals book](https://cmc.gitbook.io/go-internals/)
    * [Reconstructing Program Semantics from Go Binaries](http://home.in.tum.de/~engelke/pubs/1709-ma.pdf)
    * [The Go low-level calling convention on x86-64](https://dr-knz.net/go-calling-convention-x86-64.html)
    * [The Go low-level calling convention on x86-64](https://dr-knz.net/go-calling-convention-x86-64.html)
    * [Golang Internals](https://www.altoros.com/blog/golang-internals-part-1-main-concepts-and-project-structure/) (1 of 6)
  3. @alexander-hanel alexander-hanel revised this gist Jul 29, 2020. No changes.
  4. @alexander-hanel alexander-hanel revised this gist Jul 29, 2020. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion GORE.md
    Original file line number Diff line number Diff line change
    @@ -5,4 +5,7 @@
    * [Reversing GO binaries like a pro](https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/)
    * [How a Go Program Compiles down to Machine Code](https://getstream.io/blog/how-a-go-program-compiles-down-to-machine-code/)
    * [Analyzing Golang Executables](https://www.pnfsoftware.com/blog/analyzing-golang-executables/)
    * [Go Reverse Engineering Tool Kit](https://go-re.tk/)
    * [Go Reverse Engineering Tool Kit](https://go-re.tk/)
    * [go-internals book](https://cmc.gitbook.io/go-internals/)
    * [Reconstructing Program Semantics from Go Binaries](http://home.in.tum.de/~engelke/pubs/1709-ma.pdf)
    * [The Go low-level calling convention on x86-64](https://dr-knz.net/go-calling-convention-x86-64.html)
  5. @alexander-hanel alexander-hanel revised this gist Jul 29, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion GORE.md
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,6 @@
    * [Go compiler internals: adding a new statement to Go - Part 1](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-1/)
    * [Go compiler internals: adding a new statement to Go - Part 2](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-2/)
    * [Reversing GO binaries like a pro](https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/)
    * [How a Go Program Compiles down to Machine Code](https://getstream.io/blog/how-a-go-program-compiles-down-to-machine-code/)
    * [How a Go Program Compiles down to Machine Code](https://getstream.io/blog/how-a-go-program-compiles-down-to-machine-code/)
    * [Analyzing Golang Executables](https://www.pnfsoftware.com/blog/analyzing-golang-executables/)
    * [Go Reverse Engineering Tool Kit](https://go-re.tk/)
  6. @alexander-hanel alexander-hanel revised this gist Jul 23, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion GORE.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,5 @@
    * [Go: Overview of the Compiler](https://medium.com/a-journey-with-go/go-overview-of-the-compiler-4e5a153ca889)
    * [Go compiler internals: adding a new statement to Go - Part 1](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-1/)
    * [Go compiler internals: adding a new statement to Go - Part 2](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-2/)
    * [Reversing GO binaries like a pro](https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/)
    * [Reversing GO binaries like a pro](https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/)
    * [How a Go Program Compiles down to Machine Code](https://getstream.io/blog/how-a-go-program-compiles-down-to-machine-code/)
  7. @alexander-hanel alexander-hanel revised this gist Jul 23, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion GORE.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    * [Dissecting Go Binaries](https://www.grant.pizza/dissecting-go-binaries/)
    * [Go: Overview of the Compiler](https://medium.com/a-journey-with-go/go-overview-of-the-compiler-4e5a153ca889)
    * [Go compiler internals: adding a new statement to Go - Part 1](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-1/)
    * [Go compiler internals: adding a new statement to Go - Part 2](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-2/)
    * [Go compiler internals: adding a new statement to Go - Part 2](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-2/)
    * [Reversing GO binaries like a pro](https://rednaga.io/2016/09/21/reversing_go_binaries_like_a_pro/)
  8. @alexander-hanel alexander-hanel created this gist Jul 23, 2020.
    4 changes: 4 additions & 0 deletions GORE.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    * [Dissecting Go Binaries](https://www.grant.pizza/dissecting-go-binaries/)
    * [Go: Overview of the Compiler](https://medium.com/a-journey-with-go/go-overview-of-the-compiler-4e5a153ca889)
    * [Go compiler internals: adding a new statement to Go - Part 1](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-1/)
    * [Go compiler internals: adding a new statement to Go - Part 2](https://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-2/)