26 April 2009

ISTool 5.3.0 Trunk compiled with C++ 9 (Visual Studio 2008 SP1)

0 comments


compiled with:
Visual Studio 2008 SP1
+
scintilla 1.77 http://sourceforge.net/projects/scintilla/
WTL Version 8.0 (build 7161) 6/10/07 http://sourceforge.net/projects/wtl

-------------

isxdl.dll 5.3.0.0
isslexer.dll 5.3.0.0
ISTool.exe 5.3.0.0

-------------

Download:
Without c++ optimization settings: Release.zip 544.02 KB
Full Optimization settings: Release-fullopt.zip 474.15 KB

With installer:
Inno setup compiler 5.2.4 Dev Unicode

Download:
istool-5.3.0.exe 1,20 MB (1.266.108 bytes)
CRC32: 2f7d6f66
MD5: 5147041802f324c73c82ef3c3ef4ca72
SHA-1: 8fef06fce531588be1b912d22980632cee0d09e0


SRC: http://istool.svn.sourceforge.net/viewvc/istool/ Download: http://istool.svn.sourceforge.net/viewvc/istool.tar.gz?view=tar

Version history

Version 5.3.0 (April, 2009)
· Updated to support Inno Setup version 5.3.0.


I was need it so I share it


Latest Final: 5.2.1 (15.10.2007) http://www.istool.org/

Copyright (c) 2009, Bjørnar Henden
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted

innounp Inno Setup Unpacker 0.24 Build 090426 | Inno Setup 5.2.5 Dev | Inno Setup 5.3.0 Beta

0 comments
Latest Changes:

innounp, Inno Setup Unpacker 0.24 Plus (Build: 090426)
This version get updated as soon a new source code of innosetup is released, otherwise the procedure is no longer updated.

Special thanks to:
tracky, cwx tracky, cwx

Note: multilanguage function switch automatic to the language of the current operating system. If the language file does not exist the built-in default English language will be used

Build :09-04-26
updated to unpack Inno Setup 5.2.5 beta and 5.3.0 beta version and the final version 5.2.3 official will be Ansi, Unicode two versions of the official release of the current version of a great change, the tools in dealing with Unicode on, there may be issues.
Therefore, this tool also updates innounp
innounp.exe Ansi 2.0.8 innounp.exe Ansi version supports all versions after 2.0.8
Innounpu.exe Unicode Innounpu.exe Unicode version 5.2.3 supports

Build: 08-12-06
Amendment to increase the Russian language amendment containing the language repeat the order to load

Homepage: http://bbs.skygz.com/forumdisplay.php?fid=7
Topic translated
Blog: http://blog.skygz.com

Download site: http://u.skygz.com/mypane.aspx?Path=skygz%2f%b2%fa%c6%b7/ | Translated

Download | innounp+v0.24(2009-04-26).rar 184.76 KB

Shell Extension Innounp tools Chinese: IsUnp v1.6.0.rar | Mirror: IsUnp+v1.6.0.rar 326.74 KB

Latest Inno Setup 5.2.4

Downloads:
http://files.jrsoftware.org/ispack/ispack-unicodepreview.exe
http://files.jrsoftware.org/ispack/ispack-5.2.4-dev.exe

Whats new: http://files.jrsoftware.org/ispack/whatsnew.htm
5.2.5-dev

* .NET support changes (these cause an internal error if used on a system with no .NET Framework present):
o Added new [Files] section flag: gacinstall.
o Added new [Files] section parameter: StrongAssemblyName.
o Added new constants: {regasmexe}, {regasmexe32}, {regasmexe64}.
* Pascal Scripting: Added new MinimizePathName support function.

5.2.4-dev (2009-03-16)

* Added new [Registry] section ValueType: qword.
* Added new [Setup] section directive: SignTool, which makes it possible to further automate digital signing of Setup and Uninstall. See the help file for more information.
* The value of the AppVersion directive is now also used to set the MajorVersion and MinorVersion values in the Uninstall registry key when possible.
* IDE changes:
o Added new Tools | Configure Sign Tools... command.
* Command line compiler changes:
o Added new "/S" parameter to specify a Sign Tool.
* Added new [Files] section flag: sortfilesbyname.

all versions: http://files.jrsoftware.org/ispack/ | Mirror

Inno Setup 5.3.0-beta Changelog: http://cvs.jrsoftware.org/is/whatsnew.htm

* Added .NET support (these cause an internal error if used on a system with no .NET Framework present):
o Added new [Files] section flag: gacinstall.
o Added new [Files] section parameter: StrongAssemblyName.
o Added new constants: {regasmexe}, {regasmexe32}, {regasmexe64}.
* MinVersion parameter/directive change: if you leave one of the versions empty then it will use the default MinVersion for that platform.
* Pascal Scripting: Added new MinimizePathName support function.
* Added Unicode support: there's now a second version of Inno Setup available called Unicode Inno Setup. Key features of this version are its ability to display any language on any system regardless of the system code page, and its ability to work with Unicode filenames. Notes:
o Unicode Inno Setup uses the existing ANSI .isl language files and you should not convert these to Unicode or anything similar since it does so automatically during compilation using the LanguageCodePage setting listed inside the .isl.
o The [Setup] directive ShowUndisplayableLanguages is ignored by Unicode Inno Setup.
o Unicode Inno Setup is compiled with Delphi 2009 instead of Delphi 2 and 3, leading to slightly larger files. The source code however is still compatible with Delphi 2 and 3, and a non Unicode version will remain available.
o Unicode Inno Setup and installers created by it require Windows 2000/XP or newer. The non Unicode version still works on NT/9x.
o Unicode Pascal Scripting notes:
+ The Unicode compiler sees type 'String' as a Unicode string, and 'Char' as a Unicode character. Its 'AnsiString' type hasn't changed and still is an ANSI string. Its 'PChar' type has been renamed to 'PAnsiChar'.
+ The Unicode compiler is more strict about correct ';' usage: it no longer accepts certain missing ';' characters.
+ The new RemObjects PascalScript version used by the Unicode compiler supports Unicode, but not for its input source. This means it does use Unicode string types as said, but any literal Unicode characters in the script will be converted to ANSI. This doesn't mean you can't display Unicode strings: you can for example instead use encoded Unicode characters to build Unicode strings (like S := #$0100 + #$0101 + 'Aa';), or load the string from a file using LoadStringsFromFile.
+ Some support functions had their prototype changed: some parameters of CreateOutputMsgMemoPage, RegQueryBinaryValue, RegWriteBinaryValue, OemToCharBuff, CharToOemBuff, LoadStringFromfile, SaveStringToFile, and GetMD5OfString are of type AnsiString now instead of String.
+ Added new SaveStringsToUTF8File, and GetMD5OfUnicodeString support functions.
+ If you want to compile an existing script that imports ANSI Windows API calls with the Unicode compiler, either upgrade to the 'W' Unicode API call or change the parameters from 'String' or 'PChar' to 'AnsiString'. The 'AnsiString' approach will make your [Code] compatible with both the Unicode and the non Unicode version.
o Unicode Inno Setup supports UTF-8 encoded .iss files (but not UTF-16).
o Unicode Inno Setup supports UTF-8 and UTF-16LE encoded .txt files for LicenseFile, InfoBeforeFile, and InfoAfterFile.
* Thanks to Carlo Kok and Evgeny Karpov of RemObjects Software for their help related to Unicode support.
* QuickStart Pack: added ISPP functions Trim, and GetMD5OfUnicodeString.
dl @cvs: http://cvs.jrsoftware.org/view/issrc/ http://cvs.jrsoftware.org/view/issrc/setup.iss?revision=1.148

http://cvs.jrsoftware.org/view/

To compile need Delphi 2009, Anyone have a compiled version 5.3.0 beta exe? submit

ISTool Version 5.3.0 (only cvs)

...more Inno Setup Tools

.. Inno setup Form Designer info: http://inno-setup-form-designer.software.informer.com/2.0/
Inno Setup Form Designer 2.0.8
Download | Mirror: isfd208.exe 1.17 MB | Search
older Version
isfd204.exe | Mirror zip
other versions
nsisfd103

PE - Crypt Tools

0 comments

128/80 bit Text En/Decrypter 1.0
features:

- En/Decrypts your message up to 128bits
- optional you could create a codefile wheres your password (128bits encrypted) is stored
BBS
Download: Text_Crypter.rar 59.07 KB

BBS


sPirit's rEbuilder 1.4.1
Rebuild and minimize Pe File

For PE Files|*.exe;*.dll;*.scr;*.ocx

Download: PEReb.exe 575.00 KB

HackStop 1.22 - The File Protector! 8086+386 Protects EXE and COM programs. Designed to drastically hinder analysis, cracking and reverse engineering of your programs.
Download: http://roseswe.ez-web.de/HackStop_1-22.zip
Homepage: http://roseswe.ez-web.de/

25 April 2009

CurrPorts v1.65

0 comments

CurrPorts v1.65 - View Opened TCP/IP ports / connections

CurrPorts displays the list of all currently opened TCP/IP and UDP ports on your local computer. For each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the process, version information of the process (product name, file description, and so on), the time that the process was created, and the user that created it.
In addition, CurrPorts allows you to close unwanted TCP connections, kill the process that opened the ports, and save the TCP/UDP ports information to HTML file , XML file, or to tab-delimited text file.
CurrPorts also automatically mark with pink color suspicious TCP/UDP ports owned by unidentified applications (Applications without version information and icons)

Homepage: http://www.nirsoft.net.nyud.net/utils/cports.html

Downloads:
http://www.nirsoft.net.nyud.net/utils/ipnetinfo.zip
http://www.nirsoft.net.nyud.net/utils/cports.zip

DownTester v1.00

0 comments
DownTester allows you to easily test your Internet download speed in multiple locations around the world. It automatically test the download speed of the URLs that you choose, one after another. It moves to the next download URL after the specified number of seconds has been elapsed or after it downloads the specified amount of KB - just according to your preferences.
After the download test is finished, you can easily save the result into text/html/xml/csv file, or copy it to the clipboard and paste it into Excel and other applications.

Homepage: http://www.nirsoft.net/utils/download_speed_tester.html

Download: http://www.nirsoft.net/utils/downtester.zip

DLL Export Viewer 1.30

0 comments

DLL Export Viewer displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function.

For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxExA, MessageBoxA and MessageBoxIndirectA (or MessageBoxExW, MessageBoxW and MessageBoxIndirectW in unicode based applications)

When one of the message-box functions is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call.

DLL Export Viewer doesn't require any installation process or additional DLLs, in order to start using it, just run the executable file - dllexp.exe

When DLL Export Viewer is loaded, you have to choose one of the following options:
· Load all functions from standard system DLLs: This is the default option. If you select it, the exported API functions of standard Windows DLLs (kernel32.dll, user32.dll, and so on...) will be displayed.
· Load functions from the specified DLL file: If you select this option, you have to specify the DLL file that you want to load in the text-box below this option. You can also specify a wildcard for loading multiple DLL files. If for some reason, you want to view all API functions on your system, you can specify something like 'c:windowssystem32*.dll' - but I must warn you... You'll get a very long functions list, probably more than 50,000 functions !
· Load functions from the DLL files specified in the following text file: If you select this option, the specified text file should contain a list of DLL files, separated by Enter characters (CR-LF). All exported functions from the specified DLLs will be loaded.
· Load functions from all DLLs attached to the selected process: This is the most useful option if you want to use this utility for debugging. Select the process that you are currently debugging, and the exported functions of all DLLs attached to the selected process will be displayed.

Homepage: http://www.nirsoft.net/

Download: http://www.nirsoft.net.nyud.net/utils/dllexp.zip

Archive