Replies: 1 comment 2 replies
-
|
Here's the commit in which I implemented the current approach for dealing with reflection, the commit message is quite thorough. If you want any more clarification feel free to ask. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This project is pretty impressive, I've been unable to extract significant amounts of meaningful data after running garble (think of
strings, https://github.com/goretk/redress and https://github.com/mandiant/GoReSym), great job, very useful!I'm wondering how templates work and how variable names and functions names as invoked in templates continue to work after obfuscation. I've noticed how the struct fields are obfuscated, but the template continues to work addressing those fields, how is that possible?
Beta Was this translation helpful? Give feedback.
All reactions