flag -sobf didnt work to obfuscate strings
RomanChamelo opened this issue · 3 comments
RomanChamelo commented
RomanChamelo commented
by the way, my string that are showing in IDA dissasembler is locate in array
DreamSoule commented
in my memory, the string can obfuscation:
char* xx = "xxx";
but this cant:
char xx = { "xx" , "xxx" };
and unicode cant be obfuscation
RomanChamelo commented
hey thank you for OLLVM version 17.0.6.... my string inside array are obfuscated. however there are some string still missing for flag -sobf
obfuscate this long string still didnt work and IDA still showing those long string. hope in the future will work tho. because LLVM 13 work to obfuscate long string. its gonna be very perfect if you fix it