- size of libcapstone.so is 6.5Mb and even if you remove arch/Mips, arch/AArch64 and arch/ARM from Makefile size of libcapstone.so is still 3.5Mb. Just to compare - size of libudis86.a on the same machine is only 452Kb
- with udis86 you can easy remove tables with mnemonics (for example they are useless in code analyzers) but this is hard to do with capstone - every arch/mapping.c file contains mix of register names, mnemonic tabs and insn_map structures
- X86GenDisassemblerTables.inc has size 37Mb ! Authors claim "That is the price to pay for good performance". Perhaps, but 37Mb - it's too much IMHO
- It seems also that it is very hard to build a library that will fill cs_x86 structure and does not contain references to xprintf or other CRT functions (for example if you plan to use this library in kernel mode driver)
среда, 18 декабря 2013 г.
Capstone
I play a bit today with this disasm library with BSD license and I should note that it is now virtually unusable
понедельник, 16 декабря 2013 г.
ida 6.5
changelog
PC: handle code sequences which load imagebase value into a temporary register (common in x64 Windows code)yeah, finally I don`t need to recompile my plugin wpic64 for each new ida version
added win8_um.til and wdk8_km.til for Windows8 WDK (user and kernel mode headers)he-he. How about WdfFunctions ?
четверг, 24 октября 2013 г.
msvcrXXX.dll exports
for msvcr70.dll, msvcr71.dll, msvcr80.dll, msvcr90.dll, msvcr100.dll, msvcr110.dll & msvcr120.dll
суббота, 19 октября 2013 г.
ids files for MFC 12
I uploaded archive of IDS files for both 32 & 64bit MFC 12 dll modules
This archive also contains IDT files used for building
This archive also contains IDT files used for building
четверг, 3 октября 2013 г.
вторник, 1 октября 2013 г.
llvm 3.3 - wtf ?
was built under xp 64bit with visual studio 2010
And I got:
Is it "normal" ?
And I got:
30> Testing Time: 106.52s
30> ********************
30> Failing Tests (32):
30> LLVM :: CodeGen/ARM/lsr-scale-addr-mode.ll
30> LLVM :: CodeGen/X86/rodata-relocs.ll
30> LLVM :: Linker/2003-08-24-InheritPtrSize.ll
30> LLVM :: Linker/2008-03-05-AliasReference2.ll
30> LLVM :: Linker/2008-07-06-AliasFnDecl2.ll
30> LLVM :: Linker/2008-07-06-AliasWeakDest2.ll
30> LLVM :: Linker/2009-09-03-mdnode2.ll
30> LLVM :: Linker/2011-08-04-DebugLoc2.ll
30> LLVM :: Linker/2011-08-04-Metadata2.ll
30> LLVM :: Linker/2011-08-18-unique-class-type2.ll
30> LLVM :: Linker/2011-08-18-unique-debug-type2.ll
30> LLVM :: Linker/2011-08-22-ResolveAlias2.ll
30> LLVM :: Linker/DbgDeclare2.ll
30> LLVM :: Linker/available_externally_b.ll
30> LLVM :: Linker/linkmdnode2.ll
30> LLVM :: Linker/linknamedmdnode2.ll
30> LLVM :: Linker/metadata-b.ll
30> LLVM :: Linker/module-flags-1-b.ll
30> LLVM :: Linker/module-flags-2-b.ll
30> LLVM :: Linker/module-flags-3-b.ll
30> LLVM :: Linker/module-flags-4-b.ll
30> LLVM :: Linker/module-flags-5-b.ll
30> LLVM :: Linker/module-flags-6-b.ll
30> LLVM :: Linker/module-flags-7-b.ll
30> LLVM :: Linker/module-flags-8-b.ll
30> LLVM :: Linker/partial-type-refinement-link.ll
30> LLVM :: Linker/testlink2.ll
30> LLVM :: Linker/unnamed-addr1-b.ll
30> LLVM :: Linker/visibility2.ll
30> LLVM :: MC/MachO/gen-dwarf-producer.s
30> LLVM :: Transforms/ArgumentPromotion/byval-2.ll
30> LLVM :: Transforms/LoopSimplify/indirectbr.ll
30>
30> Expected Passes : 8274
30> Expected Failures : 52
30> Unsupported Tests : 264
30> Unexpected Failures: 32Is it "normal" ?
вторник, 24 сентября 2013 г.
msbuild 4.0 debugger
Just patch registry:
c:\windows\system32\reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\4.0" /v DebuggerEnabled /d trueand for syswow64:
c:\windows\syswow64\reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\4.0" /v DebuggerEnabled /d truefrom
Подписаться на:
Сообщения (Atom)