danielplohmann / smda

SMDA is a minimalist recursive disassembler library that is optimized for accurate Control Flow Graph (CFG) recovery from memory dumps.
BSD 2-Clause "Simplified" License
228 stars 36 forks source link

Add GO magic bytes for version >=1.20 #55

Closed Manny684 closed 7 months ago

Manny684 commented 7 months ago

Go version >=1.20 uses different magic bytes. As far as I can see, pclntab did not change in a relevant way otherwise.

danielplohmann commented 7 months ago

that's good news, thanks a lot for the fix!