• XSS.stack #1 – первый литературный журнал от юзеров форума

wacatac.b!ml

I think garble won't help to bypass AVs it is certainly intended to obfuscate Go imports, functions name and to remove debug infos to further complicate the RE process.
I asked if he was using garble because it is an instant detection. I compile without garble and I don't face the same problems.

I suggest try to compile with -ldflags="-s -w -H=windowsgui" if you are not already.
 
I asked if he was using garble because it is an instant detection. I compile without garble and I don't face the same problems.

I suggest try to compile with -ldflags="-s -w -H=windowsgui" if you are not already.
Yeah that's the typical Go compilation but your build will contain a lot of information that reverse engineer will have it easy, if you don't want to compile with garble you will have to do some extra work to obfuscate your build.
 
Yeah that's the typical Go compilation but your build will contain a lot of information that reverse engineer will have it easy, if you don't want to compile with garble you will have to do some extra work to obfuscate your build.
I wouldn't describe reversing stripped go binaries as easy. yes your build will still contain package information and build path but that doesn't mean reversing is easy.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх