Problem with big asm files

Peter Johnson peter at tortall.net
Mon Jul 30 23:27:27 PDT 2007


On Mon, 30 Jul 2007, Stefan Sellmer wrote:
> I work currently on some sort of application obfuscation.
>
> i operate in this case on .asm files which are round about 16kb, in this .asm listing i spread all asm commands randomly in the .asm listing and link them again together with jumps...
> When i recompile this listings with nasm it works perfectly, but yasm tells me at some point that it misses labels. But when i look into the listing with a text editor everything looks fine, and as i already mentioned, nasm can operate on this listing....
>
>
> Is there any known issue regarding huge .asm files with many labels ??

It's possible, although it's a remote chance, that the just-committed 
r1903 might fix your issue.

Peter



More information about the yasm-devel mailing list