Files
metasploit-gs/lib/metasm/BUGS
T
Joshua Drake f7020af01a update metasm to tip
git-svn-id: file:///home/svn/framework3/trunk@10278 4d416f70-5f16-0410-b530-b9f4589650da
2010-09-09 18:19:35 +00:00

12 lines
569 B
Plaintext

List of known bugs/missing features, in no particular order:
PPC cpu cannot parse/encode code
Disassembler is sloooow
The GTK UI is quite sluggish too
Disassembler backtracker does weird things
Mach-O encoder does not work (binaries won't load on OSX)
ELF encoder may need tweaks to handle OpenBSD
Ia32 compile_c misses many features (divisions, bitfields), and needs a register allocator
Asm parser does not handle well ; comments (eg "foo ; */* blargimdead") (c-style comments are parsed before asm-style, so multiline /* after ; is bad)
The BUGS file is incomplete