Files
S4ntiagoP 0767804b5a builder: switch from GenerateID to GenerateString
when you create a PE, it's name is included in its content as a plain string
as we always used the same pattern (10 chars from a-f and 0-9) it was an
indicator that the PE was generated by Havoc
we now generate a string that is from 5 to 15 chars long and it consists
of a-z and A-Z
2023-05-12 23:15:06 -03:00
..