-
Notifications
You must be signed in to change notification settings - Fork 71
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mandiant/GoReSym
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mandiant/GoReSym
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
7
contributors
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d33cb4 - Browse repository at this point
Copy the full SHA 6d33cb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1e752 - Browse repository at this point
Copy the full SHA ce1e752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5764f92 - Browse repository at this point
Copy the full SHA 5764f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c8b47 - Browse repository at this point
Copy the full SHA 41c8b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3a1ad - Browse repository at this point
Copy the full SHA 5f3a1adView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd75e4c - Browse repository at this point
Copy the full SHA fd75e4cView commit details
Commits on Nov 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7e26237 - Browse repository at this point
Copy the full SHA 7e26237View commit details -
Configuration menu - View commit details
-
Copy full SHA for e867149 - Browse repository at this point
Copy the full SHA e867149View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1627a7 - Browse repository at this point
Copy the full SHA e1627a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7be20e - Browse repository at this point
Copy the full SHA c7be20eView commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c3a6bb - Browse repository at this point
Copy the full SHA 7c3a6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d75fbb4 - Browse repository at this point
Copy the full SHA d75fbb4View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2567ab - Browse repository at this point
Copy the full SHA a2567abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9307a5e - Browse repository at this point
Copy the full SHA 9307a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7918cd1 - Browse repository at this point
Copy the full SHA 7918cd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8c513 - Browse repository at this point
Copy the full SHA 5e8c513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c9af9a - Browse repository at this point
Copy the full SHA 9c9af9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0860a1b - Browse repository at this point
Copy the full SHA 0860a1bView commit details
Commits on Feb 23, 2024
-
Fix attempt logic in moduledata scan to ignore erroneous early hits a…
…nd add them to the ignorelist, resolves #50
Configuration menu - View commit details
-
Copy full SHA for 76f8f7c - Browse repository at this point
Copy the full SHA 76f8f7cView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80893bd - Browse repository at this point
Copy the full SHA 80893bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c37bd7 - Browse repository at this point
Copy the full SHA 7c37bd7View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e65730 - Browse repository at this point
Copy the full SHA 6e65730View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc91ae7 - Browse repository at this point
Copy the full SHA cc91ae7View commit details
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62070ed - Browse repository at this point
Copy the full SHA 62070edView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0d5caca - Browse repository at this point
Copy the full SHA 0d5cacaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f297e - Browse repository at this point
Copy the full SHA d0f297eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82f4cfd - Browse repository at this point
Copy the full SHA 82f4cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5398a6a - Browse repository at this point
Copy the full SHA 5398a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df84f7 - Browse repository at this point
Copy the full SHA 8df84f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fce172d - Browse repository at this point
Copy the full SHA fce172dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128f46b - Browse repository at this point
Copy the full SHA 128f46bView commit details
Commits on Aug 2, 2024
-
Optionally skip printing the function sections (#60)
* Optionally skip printing the function sections Add a new -no-functions command line flag to skip printing the UserFunctions and StdFunctions detailed sections. This is useful to get a quick summary of what is in a Go binary. The default is to always print the function sections. Reference: #49 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> * Optionally skip printing the function sections Use -nofuncs command line flag instead. Reorder main_impl() function arguments. Reference: #49 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com> --------- Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Configuration menu - View commit details
-
Copy full SHA for e3bc188 - Browse repository at this point
Copy the full SHA e3bc188View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c25fb12 - Browse repository at this point
Copy the full SHA c25fb12View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82e128d - Browse repository at this point
Copy the full SHA 82e128dView commit details -
More fixes and improvements to pattern matching (#64)
* Support pattern negated byte * Optimize pattern sub-matches * Fix one-off pattern mismatch * Fix test * Fix test * Revert "Optimize pattern sub-matches" This reverts commit 6f4badc. * Simplify data_end calculation --------- Co-authored-by: Stephen Eckels <stepheneckels@google.com> Co-authored-by: Stephen Eckels <stevemk14ebr@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7d9a98 - Browse repository at this point
Copy the full SHA d7d9a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784db2d - Browse repository at this point
Copy the full SHA 784db2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 534ca84 - Browse repository at this point
Copy the full SHA 534ca84View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54a6712 - Browse repository at this point
Copy the full SHA 54a6712View commit details -
Optimize and omit duplicate pattern matches (#66) (#68)
Co-authored-by: ViRb3 <ViRb3@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45d5c9d - Browse repository at this point
Copy the full SHA 45d5c9dView commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a6bdd54 - Browse repository at this point
Copy the full SHA a6bdd54View commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0125e4c - Browse repository at this point
Copy the full SHA 0125e4cView commit details
There are no files selected for viewing