Jump to content
Tuts 4 You

Version 0.5 final


Aguila

Recommended Posts

Posted (edited)

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 by Aguila
  • Like 3
Posted

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_decompose64

ProcessAccessHelp.obj : error LNK2001: unresolved external symbol _distorm_decode64

D:\Scylla_v0.5_SRC\Win32\Release\Scylla.exe : fatal error LNK1120: 2 unresolved externals

Posted

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.

Posted (edited)

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 by Aguila
Posted

Also Imprec-style API selection (double-click or ENTER on a function). Went missing in the ton of changes ohmy.png

Posted

nice tool, nice gui.

WIll check it out in greater detail tomorrow.

Is it still opensource? ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...