Version History 

Content /...
www.madshi.net
2005-11-28 madExcept 3.0a (1) send assistant: email syntax is verified now
(2) line breaks in except message are not removed, anymore
(3) canContinue can be reset to "true" if it once was "true"
(4) ExceptActionHandler: "handled := true" didn't work
(5) ExceptActionHandler was called for "stDontSync", only
(6) sometimes an outdated bug report was mailed
(7) "%exceptMsg%": exception message is nicer formatted now
(8) memory leak fixed
(9) dll init/final exception -> incomplete bug report
(a) undocumented global variable "ShowBugReportKey" added
(b) HandleContact/ScreenshotForm OnAction handlers exported
(c) http upload redirection support added
(d) some minor http upload bugs fixed
(e) "exception number" added to bug report header
(f) TThread.Synchronize exception catcher didn't like EAbort
(g) thread exception frame more forgiving now
(h) IMEAttachments.Clear added
(i) madTraceProcess always lists all threads now
(j) bcb support for runtime packages improved
(k) undocumented OnExceptBoxCreate callback added
(l) Close/RestartApplication now waits until mailing is done
(m) wide string settings support added (needed for Passolo)
(n) SMTP client password was read out incorrectly
(o) memory status bigger than 2 GB was returned incorrectly
2005-11-28 madCodeHook 2.2a (1) fixed deletion of invalid crit. section in finalization
(2) auto unhooking bug fixed
(3) GetCallingModule crash in non-com. Delphi edition fixed
(4) Initialize/FinalizeMadCHook definition cleaned up
2005-11-28 madExceptPatcher 1.1a (1) "show please wait box" setting was incorrectly stored
(2) "AbortBtn" renamed to "CancelBtn"
(3) "include min. debug info" forces "show addr offset" on
(4) superfluous "icon" logging removed
(5) settings are now stored even if madExcept is not enabled
(6) "mes" file redirection implemented (mes content = path)
2005-11-13 madKernel 1.3f (1) IProcess.AllocMem now allocated at >= $5f000000
(2) bug in IProcess.AllocMem fixed
2005-11-12 madExceptWizard 3.0a (1) assistant checkboxes incorrectly showed "some text"
(2) assistant creator: testing forms sometimes crashed
(3) multiple attachments were not saved correctly
(4) several changes for big fonts
(5) "AbortBtn" renamed to "CancelBtn"
(6) "Visible" property added for main buttons
(7) "include min. debug info" forces "show addr offset" on
(8) support for recursive environment variables added
(9) some minor improvements for better BCB support
2005-11-12 madMapFile 1.6h fixed td32 debug info bug (introduced by 1.6g)
(2) td32 debug info parsing slightly improved
2005-11-09 madStackTrace 2.1g (1) support for FastMM4 memory leak stack traces added
(2) "StackTrace" optionally returns dynamic array
2005-10-15 madNVAssistant 1.0a (1) memory leak fixed
(2) INVForm.Name added
(3) INVForm.Skip added
(4) INVAssistant.Form renamed to "Forms" (index search)
(5) INVAssistant.Form added (name search)
(6) global OnAssistantCreate handler added
(7) INVEdit.Colored added
(8) INVEdit.Valid added
(9) pressing [X] on assistant forms behaved incorrectly
(a) "Abort" renamed to "Cancel" everywhere
(b) "Visible" property added for main buttons
(c) font "Tahoma" used now instead of "MS Sans Serif"
(d) main buttons in "NoOwnerDraw" style are now smaller
(e) ContinueButton now said "Next >" instead of "Continue"
(f) NoOwnerDraw + hidden SkipBtn -> ContinueBtn pos. changed
(g) INVLabel/Button/CheckBox.Caption is now writable
(h) INVForm.Title + INVForm.Message now writable
2005-10-09 madNVBitmap 1.0a (1) some fixes for multi monitor support
(2) INVBitmap.AsBmpStr/AsPngStr added
2005-10-09 madCompileBugReport 1.0 initial release
2005-08-12 madKernel 1.3e (1) compile without madDisAsm/Remote is now possible, some undocumented functions won't work this way, though
(2) IProcess.SetPriorityClass fix fixed
2005-07-23 madCodeHook 2.2 (1) fixed a little resource leak (1 critical section per dll)
(2) NextHook variable stays usable after unhooking now
(3) flag "DONT_COUNT" renamed to "NO_SAFE_UNHOOKING"
(4) safe unhooking slightly improved (winNT)
(5) "SAFE_HOOKING" -> thread safe hook installation (winNT)
(6) turning "compiler -> optimization off" made problems
(7) reduced double hooking problems with other hook libaries
(8) mchInjDrv doesn't get listed in device manager, anymore
(9) you can now permanently install the injection driver
2005-07-17 madExcept 3.0 this is just a list of the most important changes:
(1) redesigned settings dialog
(2) thread safe assistants
(3) exception box variations
(4) exception filters
(5) resizable exception box with tabs
(6) hyper jump functionality
(7) threaded bug report creation
(8) extended runtime package support
(9) bug report plugins
(a) madExcept settings stored in the resource section
(b) settings accessible at runtime through an IInterface
(c) exception information encapsulated in an IInterface
(d) exception interface is descendent of settings interface
(e) duplicate bug report detection
(f) HTTP upload functionality
(g) new attachment options
(h) madExcept configuration dialog
(i) additional exception context information
(j) send & please wait progress boxes
(k) no own settings for some modules
(l) limit screen shot to our own app windows
(m) bug report sending in background thread
(n) auto save only if bug report doesn't get sent
(o) include minimal debug info only
(p) cpu registers & stack dump
(q) support for UPX and Shrinker
(r) out of memory protection
(s) safecall exception handling
(t) list of running processes
(u) new icons, now adjustable
(v) pausing exception catching
(w) "mail bug report" -> "send bug report"
(x) check whether binary file is corrupt (via crc)
2005-07-17 madExceptWizard 3.0 countless changes for madExcept 3.0
2005-07-17 madExceptPatcher 1.1 lots of changes for madExcept 3.0
2005-07-17 madNVBitmap 1.0 initial release
2005-07-17 madNVAssistant 1.0 initial release
2005-07-17 madNVPrgrAlert 1.0 initial release
2005-07-17 madListModules 1.0 initial release
2005-07-17 madListProcesses 1.0 initial release
2005-07-17 madListHardware 1.0 initial release
2005-07-17 madDumpObj 1.0 initial release
2005-07-17 madExceptWizard 2.7f (1) ".cpp" now also accepted as a project name (bcb support)
(2) output dir for package projects was handled incorrectly
(3) unit init order patching removed completely
(4) mad* units are added after MM units in project uses
2005-07-17 madExceptPatcher 1.0g (1) stupid me, dbisamm -> dbisammm
(2) "unit init order" option no longer limited to 260 chars
(3) defaults for FastMM3, RecyclerMM, SmartHeapMM added
(4) changed several default settings
(5) locating "_memcpy" failed sometimes (bcb support)
(6) unit init order patching removed completely
2005-07-15 madExcept 2.7h (1) bugs fixed in "CheckExceptParams.IsCorrectExceptAddr"
(2) MailAddr supports %appname% now, too
(3) OpenThread doesn't need OS loader lock, anymore
(4) NameThread now also shows effect on the debugger (D7+)
(5) InterceptFinalizeUnits improved (ignores AVs)
(6) DeleteBugReportFile failed when screenShot was enabled
(7) possible race condition in InterceptHttpExtensionProc
(8) custom rtl/vcl packages are automatically supported, now
(9) %exceptMsg% -> Unknown exception -> "Unknown"
(a) "invalid import table" warning only shown in debugger
(b) CreateBugReport now always gets stack for own thread
(c) support for InitializePackage overload (2 params) added
(d) ProcessMainThreadId was not always set correctly
(e) "Abort" handling slightly improved
(f) stTrySyncCallAlways didn't work for freezes
(g) user impersonation problems fixed
2005-07-15 madRes 1.0j checksum calculation corrected for odd file sizes
(2) size calculation got confused with "" named resources
2005-06-26 madShell 1.3n bug in IShellObj.RefreshItems fixed
2005-06-19 madMapFile 1.6g support for ".itext" section added
(2) import for external *.jdbg files added
(3) TD32 debug infos: line numbers are sorted now
(4) support for madExcept future minimal debug info format
(5) outdated "tds" files are ignored now
(6) support for seperate initialization section added (D10)
2005-06-19 madDisAsm 2.1c (1) little bug in ParseFunction fixed
(2) line numbers were not shown for project initialization
2005-06-11 madStackTrace 2.1f (1) asm code "call @label" support slightly improved
(2) slightly improved stack trace evaluation calculation
(3) choice of disasm location improved
2005-06-11 madTools 1.2s "ResToStr" returns a resource as binary data in a string
2005-05-13 madZip 0.1e "Zip" compresses some files into a zip compatible archive
2005-05-03 madIWSupport 1.0b IW 7.2.33 has changed parameters of some internal methods
2005-03-09 madLists 1.1e bug in handling with multiple lists fixed
2005-03-09 madBasic 1.6e bug in handling with multiple lists fixed
2005-02-15 madCodeHook 2.1f fixed a little resource leak (1 critical section per dll)
2005-02-14 madKernel 1.3e IProcess.SetPriorityClass fix fixed
2005-02-05 madExcept 2.7g (1) another bug fixed in hidden exception handling
(2) our process' "allocated memory" added to report header
2005-02-05 madTools 1.2r GetImageNtHeaders avoids inconvenient debugger exceptions
2005-02-05 madKernel 1.3d two little bugs fixed in IProcess.Get/SetPriorityClass
2005-01-30 madExcept 2.7f (1) "MainThreadId" in a DLL might not be process' main thread ID
(2) bug fixed in hidden exception catching
(3) exception seconds and ms added to bug report header
(4) removed spaces from CPU name
2005-01-30 madExceptWizard 2.7e superfluous Delphi 2005 warning removed
2005-01-30 madExceptPatcher 1.0f dbisam mem manager added to unit init order patching option
2005-01-21 madMapFile 1.6f (1) map file parsing speed slightly improved (up to 25%)
(2) TD32 debug parsing speed greatly improved (up to 7000%)
2005-01-13 madRes 1.0i discard changes -> file date changed, nevertheless
2005-01-11 madStackTrace 2.1e bug in ComposeResult fixed
2005-01-10 madSecurity 1.1p (1) you can now also call "Account('S-1-x-y-...')"
(2) security objects (e.g. "FileSecurity") support wide now
2005-01-02 madCodeHook 2.1e patch 6 bytes before page boundary: hook installation failed
2005-01-02 madShell 1.3m file change notifications were surpressed, sometimes
2004-11-15 madExcept 2.7e "Unhandled OS exceptions" catching off by default in Delphi
2004-11-15 madMapFile 1.6e (1) bugfix for BCB TD32 debug info parsing
(2) version variable didn't work properly in BCB, anymore
2004-11-15 madExceptWizard 2.7d warnings are shown now, if uses clause modification fails
2004-11-08 madExcept 2.7d (1) mapi mails get sent to "SMTP:" now
(2) improved situation when exceptObject is invalid/wild
(3) mail subject supports %appname% now
(4) pressed "save" button is hidden only if it makes sense
(5) check for invalid ExceptObject improved
(6) now all dns ips reported by the OS are used
(7) some info functions like "GetHardwareList" exported now
(8) GetThreadName exported now
(9) except callback sync parameters changed
(a) except callback "phase" parameter added
(b) directory for bug report file is created (if necessary)
(c) PauseFreezeCheck is now stackable
(d) pause running delphi/bcb threads totally rewritten
(e) "PauseMeEventually" function added
(f) minor changes for delphi 9 support (only win32)
(g) CreateBugReport reports all it can even if crashes occur
(h) madTraceProcess works for other sessions now, too
(i) new BCB patches added to enhance exception catching
(j) "AddMailAttachments" option added (runtime only for now)
(k) "Message-ID" added to SMTP header
2004-11-08 madMapFile 1.6d several improvements in TD32 debug info interpretation
2004-11-07 madHelp 1.1a madCollection's documentation made problems with XPSP2's IE due to a HTML format bug
2004-10-24 madStackTrace 2.1d some special processing for bcb added
2004-10-22 madDisAsm 2.1b support for BCB try..whatever blocks added
2004-10-22 madExceptPatcher 1.0e extended support for several kind of BCB exceptions
2004-10-22 madExceptVcl 2.0c (1) BCB: the problems are gone, so we can reenable this unit
(2) the visual component got its own package "madExceptVcl_"
2004-10-21 madSecurity 1.1o "AuthenticatedUsers" function added
2004-10-10 madKernel 1.3c (1) IProcess.Session added
(2) NewProcess(16bitProcessWithParams) had a bug
(3) ITrayIcon.MouseClick supports double clicks now
(4) IThread.IsSuspended added
2004-10-03 madExceptWizard 2.7c various changes for Delphi 9 support (win32 only)
2004-09-26 madCodeHook 2.1d (1) memory leak in CreateIpcQueue fixed
(2) win9x: injection skips newly created 16bit processes now
2004-09-26 madRemote 1.1c (1) AMD64 NX: CreateRemoteThreadEx in other sessions froze
(2) NtQuerySystemInformation reads session info now, too
2004-08-15 madExcept 2.7c (1) hardware list optionally added to bug report
(2) CPU info added to bug report header (w2k and newer)
(3) display mode added to bug report header
(4) improved html output (layout, w3 validity, etc)
(5) suspended threads are marked as such in the bug report
(6) bug report contains information about thread priorities
(7) bde version added to bug report header (if bde is used)
(8) stack not accessible: at least except location is shown
(9) fixed a resource leak in SuspendThreadEx
(a) undocumented "HyperJumpCallback" API added (for Viewer)
(b) only Delphi threads are suspended by madExcept now
(c) MX lookup uses the OS' DNS ip address now (-> firewalls)
(d) callback synchronization sometimes failed unexpectedly
(e) MailSubject now supports %exceptMsg%, too
(f) MAPI: some mail clients didn't accept the receiver
(g) undocumented HookSafeCallExceptions function added
(h) exceptBox: pressing ESC when continue impossible: freeze
(i) if "canContinue" is false, madExcept behaves better now
2004-08-15 madStackTrace 2.1c (1) asm code "call @label" in Delphi funcs is supported now
(2) better handling of internal errors
(3) relative infos don't modify absolute infos anymore
(4) thread creator is shown even if no module info is found
(5) "hideUglyItems" works differently now (hides more items)
2004-08-15 madExceptPatcher 1.0d (1) support for "ListHardware" option added
(2) memory leak: loaded map file was not freed again
(3) unit init order patching: support for NexusMM2 added
2004-08-06 madShell 1.3l (1) IShellObj.SetName added
(2) IShellObj.GetIcon: workaround for Windows bug
2004-08-05 madCodeHook 2.1c (1) CURRENT_PROCESS is not ignored by UninjectLibrary anymore
(2) enabling Backup/Restore privileges broke Samba support
(3) some tweaks for win98, when IPC functions are stressed
(4) xp sp2: IPC sending from under privileged account failed
(5) IsHookInUse added
2004-07-11 madExceptWizard 2.7b (1) support for "ListHardware" option added
(2) ".bat" in project group made problems in D4 and D5
(3) optional "relative" bug report infos renamed to "offset"
(4) external apps can issue a "jump to unit/line" command
(5) pause all running thread -> pause all delphi/bcb threads
(6) patch errors weren't posted to compiler message window
2004-07-11 madDisAsm 2.1a (1) line numbers are added to disassembling (Delphi only)
(2) some disassembling cleartext tweaking
2004-07-11 madZip 0.1d (1) new file logic (see 0.1c) called UnmapViewOfFile twice
(2) got rid of Math.pas, which imported SysUtils.pas
2004-06-26 madMapFile 1.6c line number info helper function exported (for madDisAsm)
2004-06-26 madKernel 1.3b (1) IProcess.PriorityClass: pcBelowNormal/AboveNormal added
(2) (invalid IProcess).Windows_ enumerated system wide
2004-05-19 madIWSupport 1.0a (1) "HandleException" parameters changed
(2) ServerController removed from uses clause
2004-05-01 madScreenShot 1.0b mouse cursor is now added to the bitmap
2004-04-25 madExcept 2.7b HandleException "currentEbp" param can improve trace quality
2004-04-25 madStackTrace 2.1b (1) stack frame tracing might get trapped in endlos loop
(2) stack frame elements don't ever get deleted anymore now
(3) improved madDisAsm makes entry point patch superfluous
2004-04-25 madInjDrv 1.0a (1) PsLookupProcessByProcessId handle wasn't property closed
(2) define "InjectLibraryPatchXp" added
2004-04-25 madCodeHook 2.1b (1) VirtualAlloc now allocates >= $5f040000 (winNT)
(2) new injection driver version embedded
2004-04-25 madDisAsm 2.1 (1) structured exception handling is detected + parsed now
(2) special support for Delphi try..except blocks
(3) special support for Delphi try..finally blocks
(4) special support for Delphi safecall handling blocks
(5) Delphi @Halt call is interpreted as "end of function"
2004-04-18 madExcept 2.7a (1) AMD64 NX: LocalAlloc -> VirtualAlloc (HookedCreateThread)
(2) eaClose/RestartApp: setting "handled" didn't work
(3) MAPI mailing: screenShot.png isn't deleted anymore
(4) %LF% (line feed) added for exception message (ExceptMsg)
(5) TExceptActionHandler: bugReport parameter is "var" now
(6) screenShot + crashingThread parameters added to handlers
(7) support for mailing the bug report to multiple receivers
(8) window menu: resize/minimize/maximize/restore removed
(9) ExceptMsg + FrozenMsg max length increased to 255 chars
(a) added "Content-Type" to the smtp multipart text part
(b) SMTP: responses may come in multiple small chunks now
(c) GetTickCount doesn't overrun now, anymore
(d) ISAPI problems with ISAPIThreadPool fixed
(e) rtl/vcl/clx are only hooked, if they're not hooked yet
(f) MAPI availability check is less strict now
2004-04-18 madExceptPatch 2.7 some command line /options added
2004-04-12 madCodeHook 2.1a (1) hook finalization: "nextHook" may be zeroed too early
(2) safe unhooking improved (16 -> 280 thread capacity)
(3) AMD64 NX: LocalAlloc -> VirtualAlloc (TCodeHook.Create)
(4) GetTickCount doesn't overrun now, anymore
2004-04-12 madStackTrace 2.1a (1) AMD64 NX: LocalAlloc -> VirtualAlloc (in AddFunction)
(2) GetTickCount doesn't overrun now, anymore
(3) InitEbpFrames: more detailed + no exceptions
2004-04-12 madExceptWizard 2.7a (1) parsing of very big project "uses" clauses failed
(2) BCB: library BPL output dir was incorrectly ignored
(3) special handling to not destroy $(BCB) in include path
(4) ExceptMsg + FrozenMsg max length increased to 255 chars
(5) BCB: madExcept now doesn't add "#include"s anymore
2004-04-11 madRes 1.0h (1) "CompareString" replaced by "madStrings.CompareStr"
(2) GetResourceW checks for "update = 0" now
2004-04-09 madMapFile 1.6b (1) "try..except" added to "FindMapFile" (just to be sure)
(2) BCB: two little bugs in td32 debug info parsing
2004-04-09 madZip 0.1c file routines failed when dealing with big (>= 500 MB) files
2004-03-28 madExceptPatcher 1.0c (1) BCB: unit init order patching made problems again (argh)
(2) "try/except" added when searching for exported functions
(3) ExceptMsg + FrozenMsg max length increased to 255 chars
2004-03-14 madScreenShot 1.0a (1) if sizeOf(256col) < sizeOf(16gray) then result := 256col
(2) removed gray dithering, optimized gray palette
(3) significant speedup if the desktop screen depth is 32bit
2004-03-14 madShell 1.3k IShellObj.GetIcon added
2004-03-12 madTools 1.2q AMD64 NX: New -> VirtualAlloc (in MethodToProcedure)
2004-03-08 madIWSupport 1.0 initial version of exception trapping support unit for IntraWeb 5 - 7
2004-03-08 madRes 1.0g (1) CompareString(LANG_ENGLISH) fixes sort order (czech OS)
(2) force file time touch, when resources are changed
2004-03-08 madExcept 2.7 (1) BugReportFile: "%appname%" sometimes didn't work
(2) strange color schemes are better supported now
(3) %LF% (line feed) added for mail success/failure messages
(4) "pause all running threads" off -> messages get handled
(5) "sync" handlers only get called in main thread context
(6) FPU exceptions can be reenabled after each exception
(7) handling of sync/non-sync events improved a bit
(8) program up time added to bug report header
(9) SetFreezeTimeout function added
(a) during synced handlers: ignore main thread exceptions
(b) ignore exceptions of our private except. handling thread
(c) improved support for EAbort
(d) undocumented "ResetFpuMode" option added
(e) CreateBugReport: additional parameter "showProgressBar"
(f) hidden exceptions: no progress bar is shown anymore
(g) MailAsSMTPServer not default anymore
(h) control chars in the exception message made problems
(i) final. exception sometimes resulted in program restart
(j) console exception handling improved
(k) exception box' title bar now always shows a [x] button
(l) screen shot functionality added
(m) SMTP mailing function now fills the date time field
(n) bug in GetTSClientName fixed
(o) automated support for CGI + ISAPI + IntraWeb 5 - 7 added
(p) exceptions in madExcept's finalization are ignored now
(q) AutoMailBugReport function added for silent mail sending
(r) got rid of non ascii chars in bug report
2004-03-07 madStackTrace 2.1 (1) support for relative line numbers added
(2) speed up, when the dpr file as a large begin..end block
(3) stack growing isn't destroyed anymore
(4) fixed bug in RealizeOptimalLinkChain -> better traces!
(5) ebp stack frame evaluation improved
(6) workaround for "DispatchMessageA" trace hole improved
(7) "GetImageProcName" name unmangling is now optional
(8) raw stack tracing was sometimes a bit too strict
2004-03-07 madScreenShot 1.0 initial version of screen shot unit
2004-03-07 madExceptPatcher 1.0b (1) BCB unit init order patching warning removed
(2) showRelativeLines option added
(3) MailAsSMTPServer not default anymore
(4) ScreenShot support added
(5) unit init order patching supports package units now
(6) unit init order patching can be disabled now
(7) automated support for CGI and ISAPI added
(8) "dontExportUglyItems" define added, disabled by default
2004-03-07 madExceptWizard 2.7 (1) "ShowExceptionBox" off: mail options were not available
(2) showRelativeLines option added
(3) BCB: unit links are added after "#pragma hdrstop" now
(4) ScreenShot support added
(5) unit init order patching can be disabled now
(6) special case: compilation of "pas" file without project
(7) automated support for IntraWeb 5 - 7 added
2004-03-07 madMapFile 1.6a "Export" optionally supresses publics without line numbers
2004-03-07 madCodeHook 2.1 (1) dll inject into new processes done by kernel driver (nt)
(2) w2k3 support improved
(3) AutoCAD debugger detection doesn't trigger anymore
(4) ProtectMemory added where UnprotectMemory was used
(5) PatchExportTable sometimes froze IE in win2k
(6) special fix for a "Process Explorer" bug (see CheckMap)
(7) InjectLibrary wide string handling bug fixed
(8) bug in library path checking functions fixed
(9) NO_MIXTURE_MODE flag added
(a) the mixture mode can't be used for ws_32.dll
(b) workaround for 2k/XP DuplicateHandle bug in AcLayers.dll
(c) initialization ends with SetLastError(0), just in case
(d) HookCode/API calls SetLastError(0) when it succeeds
(e) CheckHooks doesn't modify the LastError value anymore
(f) dummy win9x API detection improved
(g) virtual memory allocation now >= $5f000000 (winNT)
(h) CreateIpcQueueEx added with additional parameters
(i) "madCHook - dynamic - microsoft.lib" now links to names instead of ordinals
2004-03-06 madKernel 1.3 (1) ProtectMemory added where UnprotectMemory was used
(2) TrayIcon.Rect improved
(3) Process('c:\progra~1\shorty\shorty~1.exe') didn't work
2004-01-17 madRemote 1.1b (1) IsMemoryProtected + ProtectMemory added
(2) AllocMemEx now allocates >= $5f000000 (winNT)
2004-01-16 madExceptIde 1.0c because of mailing problems Mapi is turned off (for IDE exceptions only)
2004-01-10 madShell 1.3j (1) file notifications use ReadDirectoryChangesW now (winNT)
(2) seOrderChanged/MsiChanged/MsiUninstalled bugs fixed
2004-01-01 madDisAsm 2.0b (1) ParseFunction "not interceptable" false alarm fixed
(2) TryRead improved
2003-11-18 madExcept 2.6a (1) timeout added for SMTP functions
(2) runtime option "AddCmdLineToBugRep" added
(3) critical bug in OpenThread fixed
2003-11-18 madKernel 1.2z critical bug in TIThread.GetHandle2 fixed
2003-11-16 madExcept 2.6 (1) Armadillo related bug in CreateThread hook fixed
(2) AutoClipboard property added
(3) AutoMail property reintroduced
(4) due to a bug printing was limited to one page only
(5) HandleHiddenException crashed when "exceptObject = nil"
(6) improved thread naming, this also fixes a memory leak
(7) if callback synchronization failed, the program froze
(8) "AutoDelay := 0" made madExcept crash
(9) invalid "ExceptObject" made madExcept crash
(a) process id and command line added to bug report
(b) dynamically loaded bpls: handling of init exceptions
(c) "created by thread" improved when using runtime packages
(d) "DetectConsole" runtime option added
(e) %exceptMsg% was not expanded for console applications
(f) ExceptMsg string size increased to 200 characters
(g) support for exceptObject classes <> SysUtils.Exception
(h) some changes to avoid freezes while handling exceptions
(i) now each event handler can be synchronized or not
(j) ImNotYetFrozen -> ImNotFrozen
(k) AmOnline + SendSmtpMail functions added
(l) SendMapiMail supports an attachment now
(m) a lot of new mailing options added
(n) TThread.Synchronize exceptions get caught now (D6+D7)
(o) exceptions get counted now -> automatic restart/close
(p) Save+Print now refuse to run during DLL initializion
(q) Save+Print+Mail: button flashes to indicate action
(r) Save+Print+Mail: hourglass mouse cursor while busy
(s) Save+Print+Mail: sound indicates success/failure
(t) "SillyExceptions" don't get bug reports (saves time)
(u) SendMapiMail improved (no receiver, user abort, logon)
2003-11-16 madExceptWizard 2.6 (1) project close event gets handled more safely now
(2) madExcept is automatically added to the bpr file in BCB
(3) project include/library paths in BCB are adjusted
(4) additional BCB project options are controlled now
(5) "Local Symbols" compiler option is controlled now
(6) settings are not restored to the old state anymore
(7) BCB binary file name detection (e.g. project1.dll) added
(8) the wizard package exports a "ReloadMesFile" API now
(9) ExceptMsg string size increased to 200 characters
(a) madExcept "Synchronize" option removed
(b) autoMail + autoClip + autoContinue options added
(c) showRelativeAddrs option added
(d) a whole bunch of new mailing options added
(e) help window is not shown maximized anymore
(f) HKxx\Software\madshi\madExcept\dontTouchUses + Defines
2003-11-16 madExceptPatcher 1.0a (1) order of patching changed: resources come last
(2) NexusDB memory manager support added to default options
(3) unit init order patching is skipped for BCB binary files
(4) dynamically loaded bpls: handling of init exceptions
(5) ExceptMsg string size increased to 200 characters
(6) bug in init order patching fixed
(7) support for TThread.Synchronize exception catching
(8) madExcept "Synchronize" option removed
(9) autoMail + autoClip + autoContinue options added
(a) showRelativeAddrs option added
(b) a whole bunch of new mailing options added
2003-11-13 madKernel 1.2y (1) support for Windows 2003 added
(2) THREAD_XXX flags renamed to Thread_XXX -> BCB support
(3) IProcess.ZeroMemory renamed to zeroMemory -> BCB support
(4) IProcess.GetServiceProcess now works in NT, too
(5) error handling improved a bit
(6) module file name logic improved a bit (winNT)
2003-11-10 madStackTrace 2.0c (1) the progress bar was not really thread safe
(2) support for relative stack addresses added
2003-11-10 madMapFile 1.6 (1) full td32 support for Delphi + BCB
(2) incorrect line numbers are ignored now
(3) GetMapFileInfos function added
2003-11-10 madExceptPatch 2.6 (1) error code for "specified file not found" was incorrect
(2) BCB support added (.tds instead of .map)
(3) map file parameter was kind of ignored (duh!)
(4) help text extended for BCB
2003-11-10 madExceptIde 1.0b (1) different captions for BCB
(2) minimum size for the IDE error box added
2003-11-10 madCodeHook 2.0a (1) memory leak in API hooking code fixed
(2) some bugs in Ipc functionality fixed
(3) memory leak in madCHook.dll/lib fixed
(4) call CloseHandle/ReleaseMutex/etc only for valid handles
(5) error handling improved a bit
2003-11-10 madRemote 1.1a (1) call CloseHandle only for valid handles
(2) error handling improved a bit
2003-11-10 madDisAsm 2.0a (1) jumps/calls to the very next instruction are ignored now
(2) text output of function parts speeded up (for madExcept)
2003-11-10 madRes 1.0f (1) checksum field in the PE header is now set up correctly
(2) CodePage field in the resource headers stays 0 now
(3) ImageDebugDirectory handling improved (Microsoft linker)
2003-11-10 madCrypt 1.2 Encode/Decode (base64) functions added
2003-11-10 madSecurity 1.1n (1) "Everyone" function added
(2) IAcl.SetFileAccess is inherited now
2003-11-02 madStrings 1.5k (1) booleanToChar parameter name changed -> BCB support
(2) ErrorCodeToStr unknown errors are shown in hex now
(3) SizeToStr/MsToStr: language dependent decimal seperator
2003-10-10 madExceptVcl 2.0b (1) this unit doesn't well in BCB, so we don't use it there
(2) removed the "hidden" event, please install it manually
2003-10-05 madShell 1.3i dynamic linking of undocumented APIs -> BCB support
2003-10-05 madTools 1.2p (1) support for Windows 2003 added
(2) OS.enum renamed to OS.Enum -> BCB support
2003-08-10 madCodeHook 2.0 (1) most code is totally rewritten/changed
(2) HookCode parameters changed -> only one flags parameter
(3) automatic mixture mode detection mightily improved
(4) process wide hooking of system APIs in win9x more stable
(5) shared PE sections are fully supported now (win9x)
(6) dummy 9x wide APIs (e.g. CreateFileW) are not hooked
(7) (Un)InjectLibrary: user/session/system wide injection!
(8) InjectLibrary2 replaced by InjectLibrary (auto detect)
(9) hook dlls protected from unauthorized FreeLibrary calls
(a) fully automatic unhooking before dll unloading
(b) safe unhooking implemented
(c) static lib for Microsoft C++ added
(d) CreateIpcQueue + SendIpcMessage + DestroyIpcQueue added
(e) AmSystemProcess + AmUsingInputDesktop added
(f) GetCurrentSessionId + GetInputSessionId added
(g) GetCallingModule function added
(h) ProcessIdToFileName added
(i) Create/OpenGlobalMutex + Event + FileMapping added
(j) WideToAnsi + AnsiToWide + WidePathToAnsi functions added
(k) IAT patching doesn't stumble about compressed modules
(l) try..except/try..finally works without SysUtils now
(m) RenewHook function added
(n) madCodeHook.dll -> madCHook.dll (8.3 dos name logic)
(o) madIsBadModule tool added
(p) several nice new demos added
(q) UnhookAPI added (= UnhookCode, added just for the look)
(r) AddAccessForEveryone added
2003-08-09 madExcept 2.5 (1) disassembling output now added to bug report
(2) available/total physical memory added to bug report
(3) free disk size is now shown for OS and our start drive
(4) TThread hook was not thread safe (ouch), now it is
(5) some bug report specific options added
(6) address for external exceptions was 1 asm instr. too far
(7) madExcept version is shown in the bug report
(8) bug report print functionality
(9) handled/hidden exceptions can now optionally be caught
(a) ImNotYetFrozen resets the freeze check timer
(b) new options SuspendThreads, AutoClose, BugReportFileSize
(c) automatic exception catching for clx projects
(d) the save dialog doesn't freeze anymore
(e) clipboard functionality didn't work reliably in win2k
(f) box main msg var %exceptMsg% added (autowrap enabled)
(g) box auto layout improved, big icon support "meiBigIcon"
(h) box plays windows default error sound
(i) D7 named threads are supported (name is extracted)
(j) some minor changes in order to support Armadillo
(k) option vars are now short strings instead of char arrays
(l) only 1 close button available -> esc + [x] now supported
(m) madExcept threads run on a higher priority now
(n) all button action functions exports added
(o) exception notification now uses pipe instead of window
(p) system up time added to bug report
(q) AutoContinue + AutoDelay options added
(r) terminal server client name added to bug report
(s) OwnerDrawButtons option added
(t) support for FinalBuilder added (in form of a FB action)
2003-08-08 madSecurity 1.1m (1) CurrentUser is now more reliabe in the winNT family
(2) IAccount.SidStr property added
(3) ISecurityObject.ProtectedDAcl/SAcl properties added
(4) RegistrySecurity accepts strings like "HKLM" now
2003-08-06 madCrypt 1.1 (1) this algorythm is now 100% blowfish compatible
(2) automatic string padding added
(3) added "UniqueString" to string functions
2003-06-09 madRemote 1.1 (1) CreateRemoteThread -> CreateRemoteThreadEx
(2) CreateRemoteThreadEx ignores sessions (winNT)
(3) stability improvements for win9x remote threads
(4) AllocMemEx now allocates > $5e000000 (winNT)
(5) RemoteExecute functionality added
(6) TryRead gets rid of unwanted debugger exception warnings
2003-06-09 madExceptWizard 2.5 (1) settings dialog: bug report tab with new options added
(2) little initialization change makes D4/5 IDE more stable
(3) the wizard now takes full control of the option "project options -> compiler -> debug infos" (D5+)
(4) settings dialog now shows version number
(5) project groups now don't open all forms anymore
(6) some problems with the auto "uses" adjustments fixed
(7) freeze timeout changed from ms to sec
2003-06-09 madStackTrace 2.0b (1) moved some code into the new "madTools.GetImageProcName"
(2) slight changes to support disassembling in bug report
(3) stack trace quality in win9x improved
(4) the 2 last stack frame items are ignored now, since they often belong to Windows' built in exception handling
(5) module entry point function patching improved
(6) option "hideUglyItems" hides stack items with no line
(7) calls to uninitialized function variables resulted in low quality stack traces
2003-06-09 madMapFile 1.5a (1) tricky linking gives madDisAsm access to map file infos
(2) EntryPoint is saved again -> Armadillo support
2003-06-09 madExceptVcl 2.0a deleted the confusing TMadExceptionHandler.Enabled property
2003-06-09 madExceptIde 1.0a the IDE exception box stays on top now
2003-06-09 madExceptPatcher 1.0 needed by madExceptWizard, *Patch and *FinalBuilder
2003-06-09 madLinkDisAsm 1.0 initial version
2003-06-09 madDisAsm 2.0 (1) rewritten from scratch, full support for mmx/sse2/3dnow!
(2) now we have a full disassembler including text output
(3) the disassembler keeps track of the register contents -> should improve the detection of call/jmp targets
(4) TryRead gets rid of unwanted debugger exception warnings
2003-06-09 madKernel 1.2x (1) GetImageProcAddress bug in handling forwarded APIs
(2) TrayIcons didn't work in ME
(3) IProcess.ParentProcess didn't work in the winNT family
(4) some minor stability/reliability improvements
(5) ITrayIcon.Delete always returned false
(6) SendMessage(WM_GETTEXT(LEN)) -> SendMessageTimeout
2003-06-09 madShell 1.3h (1) DisplayMode now accepts a specific refresh rate
(2) IShortCut.SetPath added
(3) IShellObj enumeration missed some items
(4) IShortCut.Save optionally skips resolving
(5) IShortCut.FDirty flag was not always set correctly
2003-06-09 madTools 1.2o (1) GetImageProcAddress now handles forwarded APIs correctly
(2) minor bug in GetImageNtHeaders fixed
(3) some other minor bug fixes / improvements
2003-06-09 madZip 0.1b (1) Uncompress (file) optionally sets file attributes
(2) GetCompressedFileInfo + GetUncompressedFileInfo added
(3) some more internally exception catching
2003-06-09 madRes 1.0e (1) language was not treated correctly
(2) cleaning up the internal trees contained a little bug
2003-06-09 madStrings 1.5j (1) IntToHex now returns low characters, looks nicer
(2) ErrorCodeToStr understands nt status errors ($Cxxxxxxx)
2002-12-05 madKernel 1.2w (1) StartButton and DesktopListView didn't work in XP
(2) IWindow.Text was a read only property, now it's r/w
(3) CurrentModule fixed
2002-12-05 madShell 1.3g Desktop icon positions didn't work in XP
2002-12-03 madExceptWizard 2.3a unit initialization order option added in order to fix problems with memory management replacements like ShareMem
2002-11-26 madStackTrace 2.0a (1) stack trace quality further improved
(2) avoiding of handled exceptions when running inside of IDE
2002-11-26 madDisAsm 1.2c ParseFunction stops at the end of module's code section
2002-11-20 madTools 1.2l make OS.description work even after madTools.finalization
2002-11-14 madExcept 2.3 (1) several changes to integrate the rewritten madStackTrace
(2) ICriticalSection -> TRTLCriticalSection reduces footprint
(3) CloseCreateThreadHook was not complete
(4) no further unhandled exceptions during exception handling
(5) system hooks are undone during finalization now
(6) apptype console: no GUI box anymore, WriteLn instead
(7) function exported for madTraceProcess tool
(8) Automatically save bug report without path -> start path
(9) unthreaded MAPI mailing again to improve fail detection
2002-11-14 madStackTrace 2.0 the whole unit was totally rewritten
(1) much better detection of invalid stack items
(2) exported APIs are listed
(3) functions without line numbers are listed
(4) recursive call stack areas are detected & removed
(5) simplified interface (just one function)
(6) progress bar support for madExcept exception handling
2002-11-13 madCodeHook 1.3k (1) using GetMem was a bad idea for dlls, now LocalAlloc
(2) mixture mode hooks get uninstalled now, too
(3) InjectLibraryW didn't allocate enough memory for dll path
(4) InjectLibrary2(W) doesn't ask GetProcessVersion, anymore
2002-11-13 madRemote 1.0d some changes in ProcessHandleToID (winNT branch)
2002-11-07 madExceptWizard 2.3 (1) "madExceptIde" renamed to "madExceptWizard"
(2) madExcept gets added to project's uses clause
(3) some first steps of BCB support (not ready yet)
(4) D4: handling of project's map file setting changed
2002-11-07 madExceptIde 1.0 new package, don't confuse this with "madExceptWizard"
2002-11-07 madDisAsm 1.2b (1) GetImageNtHeaders + PImageExportDirectory -> madTools
(2) ParseFunction: case/switch statements are interpreted
(3) ParseFunction: little gaps between code areas are parsed
2002-11-07 madKernel 1.2v added "timeOut" parameter to IProcess.LoadModule
2002-11-07 madRes 1.0d (1) UpdateResource raised AV (only inside IDE) when update=0
(2) PImageSectionHeader.PointerToLinenumbers/Relocations is corrected now (if necessary)
2002-11-01 madSecurity 1.1l winNT share names are much less restricted than win9x shares
2002-10-25 madTools 1.2k some low level module image parsing functions added
2002-10-25 madMapFile 1.5 (1) removed lots of stuff, which was not needed for madExcept
(2) IMapFile -> TMapFile reduces footprint
(3) td32 debug info support added, but disabled by default
2002-10-22 madExcept 2.2b SaveBugReport no go in 95/98, API structure was too new/long
2002-10-22 madExceptIde 2.2b AfterCompile "succeeded" flag seems to not be reliable in D5
2002-10-21 madMapFile 1.4i (1) map file cache didn't work for external map/mad files
(2) crypt password calculation crashed on D6 < SP2
2002-10-18 madExceptIde 2.2a (1) settings dialog: "Abort" button renamed to "Cancel"
(2) $(EnvironmentStrings) are correctly handled now
2002-10-18 madExcept 2.2a (1) forgot to remove test code from SendShellMail (dumb me)
(2) got rid of LoadImage, it returned a shifted image in NT4
(3) escape eventually destroyed the bug report detail memo
2002-10-17 madRes 1.0c (1) some debug structures were not updated correctly
(2) resources must be sorted alphabetically
2002-10-17 madCodeHook 1.3j (1) InjectLibrary2(W) was not stdcall (ouch)
(2) AtomicMove improves stability when (un)installing Hook
2002-10-12 madExcept 2.2 (1) delphi 7 support
(2) automatic exception catching in TThread works fine now
(3) leak fixes stopped madTraceProcess from working
(4) tweaked the problem "can we continue after an exception?"
(5) the exception box's title bar is now freely adjustable
(6) class name of TThread threads added to bug report
(7) thread creator added to stack trace as bottom stack item
(8) fixed some little leaks
(9) bug report reformatted, module list added
(a) exception box gets much bigger, if the report is shown
(b) sometimes the except box didn't show up in finalization because Windows destroyed our HandleExceptionWnd window
(c) mailto now uses CreateProcess instead of ShellExecute as a result the mail body length is not limited anymore
(d) some tricks to avoid freezing when mailing with MAPI
(e) CreateThread is now hooked in all modules/packages
(f) new true color button bitmaps with 8 bit alpha channel
(g) you can now store custom icons for the exception box
2002-10-12 madExceptIde 2.2 (1) delphi 7 support
(2) the exception box's title bar is now freely adjustable
(3) logging of unit initialization order index was wrong
(4) no automatic integration question at first start, anymore
(5) perfect support of project groups, was weak until now
(6) got totally rid of the old toolsAPI interfaces -> so in D5 we know now have the IsCodeInsight flag
(7) activate logging now by creating "c:\madExceptIde.txt"
(8) FLastBinarySize added to solve fast Ctrl-F9 + F9 problem
(9) the map file stream is now added as a resource -> this way exe packers don't trash the map file stream -> the stream can be loaded through resource APIs
(a) uncompressed "map" file -> compressed "mad" file
(b) only "append map file to binary" enabled for dpk projects
(c) ico/bmp files like "meiMail.ico" in the project's root folder automatically replace madExcept's default images
(d) wizard exceptions are now shown in the madExcept box
2002-10-12 madRes 1.0b CreateFileW is not supported in 9x, of course (dumb me)
2002-10-11 madRes 1.0a (1) the resource data was not always aligned correctly
(2) the virtual size of the res section was sometimes wrong
(3) data given into UpdateResourceW is buffered now
(4) added some icon and bitmap specific functions
2002-10-10 madRes 1.0 initial release
2002-10-09 madMapFile 1.4h (1) map file stream gets zipped now
(2) map file stream gets encrypted now (blowfish)
(3) the map file stream is now loaded by using resource APIs
(4) external "mad" file support (mad = compressed map file)
2002-10-04 madCrypt 1.0 initial release
2002-10-03 madCodeHook 1.3h (1) 1.3g introduced a bug in CreateProcessEx
(2) InjectLibraryW added
(3) InjectLibrary2(W) added for use in CreateProcess(W) hooks
2002-09-30 madKernel 1.2u (1) tray icon stuff now also works in XP
(2) Fixed little bug in "QueryObjNtThread"
(3) got rid of TIMiniStream, this reduces compiler warnings
2002-09-22 madCodeHook 1.3g (1) added a FreeMem to TCodeHook.Destroy to fix a memory leak
(2) CreateProcessExW added
(3) GetProcAddressEx avoids IAT patching problems
2002-09-21 madStackTrace 1.5c (1) moved some code from TIStackTrace.Create to the new method TIStackTrace.AddItem
(2) AsStr format changed
2002-09-13 installer 1.1 (1) the installer didn't want to uninstall in win9x
(2) the installer failed if there was a directory named "1" in the temp folder
2002-09-05 madTools 1.2j GetFreeSystemResources now simply returns 0 in NT family
2002-09-04 madZip 0.1a exceptions caught internally
2002-08-09 madKernel 1.2u tray icon stuff now also works in XP
2002-08-02 madExcept 2.1d Init/CloseAntiFreeze exported for use in NT services
2002-07-16 madExcept 2.1c CloseHandleExceptionThread froze dynamic dlls during unload
2002-06-29 madKernel 1.2t IWindow.BringToForeground(noBlink) now also works in XP
2002-06-14 madExcept 2.1b (1) AntiFreezeCheck is turned off, if window can't be created
(2) little NT4 bug workaround, see TExceptionBox.Create
(3) support for runtime package projects with only rtl (D6+)
(4) resource/memory leaks fixed
(5) instead of entry point patching the initialization order of the units SysUtils/madTools/madExcept is now changed - this moves some hacks from the binary into the IDE wizard and more exceptions get caught now during finalization
(6) when a thread closes, its name gets automatically del'ed
2002-06-04 madShell 1.3f little NT4 bug workaround, see TIShellObj.ShowContextMenu
2002-06-04 madTools 1.2i little NT4 bug workaround, see MsgHandlerWindow
2002-05-07 madStrings 1.5i SubStrExists/SubTextExists speed up
2002-04-24 madTools 1.2h mutex and window class name now process+module dependent
2002-04-06 madCodeHook 1.3f InstallMixturePatcher only did a part of what it should
2002-03-27 madShell 1.3e reorganized special folders, some renamed & several new items
2002-03-24 madCodeHook 1.3e (1) mixture mode initialization changed again
(2) CollectHooks/FlushHooks speed up mixture initialization
(3) bug in PatchMyImportTables made HookCode crash sometimes
2002-03-15 madCodeHook 1.3d CreateProcessEx now works with .net programs in NT family
2002-03-10 madCodeHook 1.3c when using system wide hooking with mixture mode in win9x
each process now patches its own import tables
this gets rid of any (noticable) initialization delays
2002-03-10 madRemote 1.0c (1) ProcessHandleToID had a bug in win9x
(2) CreateRemoteThread now ignores 16bit processes in win9x
2002-03-08 madKernel 1.2s Module names in NT had line feed characters at the end
2002-02-24 madExcept 2.1a (1) ShowException exported (needed by madTraceProcess)
(2) bug report suppresses madTraceProcess.dll
(2) mail button is now also available without email address
(3) CreateThread hook was installed too often
2002-02-24 madTools 1.2g MsgHandler is now using mutex instead of critical section
2002-02-23 madCodeHook 1.3b mutexes were not entered, if they already existed
2002-02-23 madKernel 1.2r NewMutex did not enter, when the mutex already existed
2002-02-21 madRemote 1.0b CreateRemoteThread didn't work when CreateThread was hooked
2002-02-16 madTools 1.2f MsgHandler stuff rewritten, thread safe etc.
2002-02-08 madExcept 2.1 (1) madExcept now also runs 100% fine with runtime packages
(2) "save bug report" button added + auto save option
(3) email address max length increased to 75
(4) email subject max length increased to 50
2002-01-22 madKernel 1.2q kernel32.OpenThread is now used when available
2002-01-22 madExcept 2.0f kernel32.OpenThread is now used when available
2002-01-21 madRemote 1.0a ProcessHandleToID exported
2002-01-09 madBasic 1.6d TIBasic.AfterConstruction added to ease reference counting
2001-12-05 madKernel 1.2p the changes of the last version didn't work in NT4
2001-11-13 madExcept 2.0e (1) new threads (CreateThread) are now hooked automatically
(2) the new GetThreadList-NT worked on XP, but failed on NT4
2001-11-12 madStackTrace 1.5b little bug in the stack trace core logic fixed
2001-10-13 madKernel 1.2o (1) TIThreads.RefreshItem and TIProcesses.RefreshItem failed in NT if too many many threads/processes were running
(2) the whole Handle stuff now supports winXP
2001-10-13 madExcept 2.0d (1) GetThreadList-NT failed if too many threads were running
(2) if GetThreadList failed, the initialization crashed
2001-10-01 madKernel 1.2n TIMiniStream redefined, old design crashed sometimes
2001-08-26 madZip 0.1 based on Mike Lischke's zlib Delphi translation
2001-08-13 madExcept 2.0c time calculations corrected (time zones etc)
2001-08-09 madExcept 2.0b WM_SETFONT font converted to integer to avoid range errors
2001-08-03 madExcept 2.0a (1) serious bug in NameThread fixed (wrong allocation size)
(2) SendShellMail now supports line breaks (thanks, Raymond!), so we can totally get rid of the "please press Ctrl+V"
2001-07-28 madCodeHook 1.3a serious bug (-> crash!) in CreateProcessEx fixed
2001-07-23 madTools 1.2e Add/DelMsgHandler now can also work with other threads
2001-07-22 madRemote 1.0 this is a new package, the stuff was formerly in madDisAsm
2001-07-22 madExceptVcl 2.0 (1) dropping a TMadExceptionHandler component on your main form now enables the 3 main tasks of madExcept 2.0
(2) OnExceptAction property introduced
2001-07-22 madExcept 2.0 (1) new exception box with customizable buttons & messages
(2) extended bug report
(3) restart button or even automatic restart possible
(4) callbacks for every exception action
(5) integrated mail functionality (both mapi & ShellExecute)
(6) exception handlers can be synchronized
(7) main thread freeze detection
(8) everything can be configured by the IDE wizard
(9) during exception handling the other threads are paused
2001-07-22 madDisAsm 1.2a all remote stuff was moved to the new package "madRemote"
2001-07-22 madTools 1.2d fix for wrong OS information ("setup.exe" on ME)
2001-07-15 madStackTrace 1.5a GetMultiLineStr -> AsStr; GetSingleLineStr deleted
2001-07-15 madTools 1.2c new functions added:
(1) GetFreeSystemResources
(2) GetFileVersion / FileVersionToStr
2001-07-10 madExceptVcl 1.7c moved expert stuff to new design package madExceptIde
2001-07-08 madCodeHook 1.3 InjectLibrary added
2001-07-08 madKernel 1.2m (1) madDisAsm.CreateRemoteThread used where it makes sense
(2) IThread./IProcess.IsStillRunning logic changed
(3) some win9x internal hack structures corrected/extended
2001-07-08 madDisAsm 1.2 (1) CreateRemoteThread added (works also in win9x)
(2) Alloc/FreeMemEx added
2001-06-10 madExcept 1.5a "InitExceptionHandling" got faster
2001-06-06 madStackTrace 1.5 trace logic completely rewritten -> faster & more precise
2001-06-06 madMapFile 1.4g the most important find functions got a *lot* faster
2001-06-04 madDisAsm 1.1e (1) some changes in "TFunctionInfo"
(2) ParseFunction parameter "acceptOutsideCode" added
(3) "TCodeInfo.Call" added
2001-05-25 madCodeHook 1.2b mixture: automatic IAT patching of new processes/modules (9x)
normally not needed, because we also patch the export table
but in rare cases the import table is hard coded
2001-05-25 madDisAsm 1.1d (1) only targets with 4 byte length are accepted as far calls
(2) CopyFunction works better now inside of the IDE in win9x
2001-05-22 madKernel 1.2l little bug in TIProcess.Suspend/Resume fixed
2001-05-19 madTools 1.2b osWinXP added
2001-05-17 madStrings 1.5h ReplaceText added
2001-05-01 madMapFile 1.4f little bug in IMapFile.AddrToStr fixed
2001-04-30 madExcept 1.5 (1) minor changes in order to get rid of SysUtils
(2) "InitExceptionHandling" now called in initialization
(3) automatic initialization as early as possible
(4) unhandled runtime errors are finally also caught (!!)
2001-04-30 madStackTrace 1.4d minor changes in order to get rid of SysUtils
2001-04-30 madMapFile 1.4e minor changes in order to get rid of SysUtils and Classes
2001-04-26 madShell 1.3d special folders "sfDialupNetwork" and "sfTempFolder" added
2001-04-20 madCodeHook 1.2a you can now force HookCode to use the mixture mode