CERT-Polska / malduck

:duck: Malduck is your ducky companion in malware analysis journeys
GNU General Public License v3.0
313 stars 32 forks source link

Allow for disasm calls without specifying the size of the buffer #78

Open nazywam opened 2 years ago

nazywam commented 2 years ago

In some cases, we don't actually know how many instruction we want to get. Instead of passing a VERY_LARGE_NUMBER as the size/instruction count we could actually decode instructions one by one and return an endless iterator.