BananaPhone
BananaPhone copied to clipboard
GetSysIDfromhash
GetSysIDfromhash
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?