Need help from a C+ coder, via msn if possible...

Soldato
Joined
14 Nov 2002
Posts
5,715
THIS THREAD IS STRICTLY NOT PERSONAL GAIN, UNLESS LOOKING FOR KNOWLEDGE FROM SOMEONE WHO KNOWS IS FROWNED UPON HERE, IN WHICH CASE, **** ME :D
---------------------------------------------------------------------------

im looking for help on decompiling software, either the install or the exe... im trying to find some information and having someone who knows help me over msn would be tremendous.

if you could add me, [email protected]

appreciated :)
 
You can't decompile C++ binaries. The best your going to get is a deadlisting in assembly.

IDA Pro is the best tool there is for this.
 
could you explain further ? i have an install file, that i want to get into to change some settings, before it installs...
 
Wise Installation?

edit: i have a .MAP file that i can edit to achieve what i want, but how to edit it i have no idea. FlexHEX displays it as the following.

PHP:
42 4F 4C 44 3D D5 83 C0 D6 15 13 1C 59 C2 69 66 93 7E 79 90 35 67 7D 8D 7C 8F 35 3B 6A 84 85 90 7D 33 73 7A 86 90 3E 33 68 89 77 48 7B 93 7E A4 D0 C6 CD 45 0A 55 4E 44 45 52 4C 49 4E 45 3D 33 D8 7F 78 C9 34 E1 9D 79 53 C9 AB E7 74 C0 B3 B1 49 22 52 36 3B 51 32 3B 35 3B E5 36 8E 3B 93

o_o or in word as...

PHP:
BOLD=ÕƒÀÖYÂif“~y5g}|5;j„…}3sz†>3h‰wH{“~¤ÐÆÍE
UNDERLINE=3ØxÉ4áySÉ«çtÀ³±I"R6;Q2;5;å6Ž;“
 
Last edited:
Depending on how it's packaged you can edit the Wise Script/ Windows Installer using a tool such as Wise Package Studio or Installshield Professional. Unfortunately these are professional tools for professional jobs, which means a steep learning curve and assumed knowledge of the Windows environment, and price tags to match, though the probably have trial versions :)
 
Back
Top Bottom