-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetSysIDfromhash #8
base: master
Are you sure you want to change the base?
Conversation
I actually toyed with the idea of this a little while ago - however I came to the conclusion that picking a specific hashing algorithm would be a little too specific and encourage brittle detections. An alternative that appealed to me was a function that takes a hasher as a parameter - that way you can use whatever hashing alg you want and it should be fine |
your idea is great, i will try |
I had updated the code and add another example |
Looks good - I'll try and find some time to test it, but given the example I think it should be all fine :) |
I was wondering if it is necessary to write a new function to return b.banana.Exports(). what's your opinion? |
GetSysIDfromhash