[Dailydave] add %ebx, (%esi)
Mateusz Berezecki
mateuszb at gmail.com
Tue Jul 17 19:19:54 EDT 2007
On 7/17/07, Dave Aitel <dave at immunityinc.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> MOSDEF has always had an x86 assembler, but it was slow (based on
> spark.py as a parser, which was the best available at the time MOSDEF
> was created originally). I've rewritten the x86 assembler's parser and
> you can now access a small web sample here:
> http://www.immunityinc.com/cgi-bin/assemble.py . You may or may not
> find this useful. Let me know if you find any bugs!
You should try ANTLR parser generator. It supports outputing automatically
generated parsers/interpreters/translators/etc in C#, Objective-C, C,
C++, Java , Ruby and
Python. So whatever is needed is there. It is a LL(*) parser generator
unlike most
of old flex/bison which are LR ones.
It's worth mentioning since version 3 is already out there :)
Mateusz Berezecki
More information about the Dailydave
mailing list