Posted October 17, 201113 yr I'm proud to present the new version 0.5 of Scylla. Killboy helped a lot, many thanks to him.A lot of bugs are fixed, many gui improvements, keyboard support, etc.The highlight is probably the multi-select support and the save/load tree feature. E.g. select some imports with the mouse and delete them with the "DEL" key on your keyboard.ImpREC export/import tree support will not be added, because the ImpREC format is not really comfortable. The Scylla import/export format is xml based and it is really easy to read and edit this file.(in the menu: Imports -> Save/Load Tree, buttons on main dialog removed)Download 0.5:http://forum.tuts4yo...reconstruction/ Edited October 17, 201113 yr by Aguila
October 18, 201113 yr Aguila, great thanks. but one question. i tried to build scylla win32 version of 0.5 source with vs2010 (distorm3-1.0.zip,tinyxml_2_6_2.tar.gz).but link error occurred.maybe recent distorm something changed? svn version has same link error.ProcessAccessHelp.obj : error LNK2001: unresolved external symbol _distorm_decompose64ProcessAccessHelp.obj : error LNK2001: unresolved external symbol _distorm_decode64D:\Scylla_v0.5_SRC\Win32\Release\Scylla.exe : fatal error LNK1120: 2 unresolved externals
October 18, 201113 yr after i copied svn version distorm_x86.lib as temporary fix(i don`t know this is right fix).my link error resolved. need some change in current source to build x86 version.
October 18, 201113 yr Author You need to read the distorm documentation e.g. here:/** 64 bit offsets support:* If the diStorm library you use was compiled with 64 bits offsets,* make sure you compile your own code with the following macro set:* SUPPORT_64BIT_OFFSET* Otherwise comment it out, or you will get a linker error of an unresolved symbol...* Turned on by default!*/but it doesnt really matter if you use a static lib or compile it on the fly. Edited October 18, 201113 yr by Aguila
October 18, 201113 yr Also Imprec-style API selection (double-click or ENTER on a function). Went missing in the ton of changes
October 18, 201113 yr nice tool, nice gui. WIll check it out in greater detail tomorrow. Is it still opensource?
Create an account or sign in to comment