Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F572630
definitions.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
986 B
Subscribers
None
definitions.h
View Options
#pragma once
#define APPNAME "Scylla"
#ifdef _WIN64
#define ARCHITECTURE "x64"
#define PRINTF_DWORD_PTR "%I64X"
#define PRINTF_DWORD_PTR_FULL "%016I64X"
#define PRINTF_DWORD_PTR_HALF "%08I64X"
#define MAX_HEX_VALUE_EDIT_LENGTH 16
#else
#define ARCHITECTURE "x86"
#define PRINTF_DWORD_PTR "%X"
#define PRINTF_DWORD_PTR_FULL "%08X"
#define PRINTF_DWORD_PTR_HALF "%08X"
#define MAX_HEX_VALUE_EDIT_LENGTH 8
#endif
#define APPVERSION "v0.3"
#define RECOMMENDED_OS "This tool was designed to work with Windows 7 x64"
#define DEVELOPED "Developed with Microsoft Visual Studio 2010, written in pure C/C++"
#define CREDIT_DISTORM "This tool uses the diStorm disassembler library http:
//code.google.com/p/distorm/"
#define CREDIT_YODA "The PE Rebuilder engine is based on the Realign DLL version 1.5 by yoda"
#define GREETINGS "Greetz: metr0, G36KV and all from the gRn Team"
#define VISIT "Visit http:
//kickme.to/grn and http://forum.tuts4you.com "
#define PLUGIN_MENU_BASE_ID 0x10
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Mar 2, 4:47 AM (11 h, 38 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
cb/9e/691af40245cc75149dbfae0ee1e5
Attached To
rSCY Scylla
Event Timeline
Log In to Comment