Search found 10766 matches

by madshi
Wed Nov 22, 2023 10:31 am
Forum: madExcept
Topic: Unstable debug in 10.4.2 when madExceptWizard_.bpl is loaded
Replies: 7
Views: 59272

Re: Unstable debug in 10.4.2 when madExceptWizard_.bpl is loaded

No problem at all, I'm happy to hear that madExcept is innocent... :D
by madshi
Wed Nov 22, 2023 10:07 am
Forum: madExcept
Topic: Unstable debug in 10.4.2 when madExceptWizard_.bpl is loaded
Replies: 7
Views: 59272

Re: Unstable debug in 10.4.2 when madExceptWizard_.bpl is loaded

Does this only happen if you create a new project? Or does it also happen if you restart the Delphi IDE, then switch between the 2 newly created projects and compile them alternatingly?
by madshi
Thu Nov 09, 2023 2:52 pm
Forum: madExcept
Topic: Unstable debug in 10.4.2 when madExceptWizard_.bpl is loaded
Replies: 7
Views: 59272

Re: Unstable debug in 10.4.2 when madExceptWizard_.bpl is loaded

Unfortunately, I've no idea what the issue could be, and it would be extremely time consuming trying to figure this out. So my suggestion would be to use an ugly workaround: 1) Remove the package from the IDE. 2) Instead setup a "post build event" in the project settings, where you call &q...
by madshi
Wed Nov 08, 2023 5:31 pm
Forum: madExcept
Topic: ANN: madExcept 5.1.4 (with Delphi 12 support)
Replies: 2
Views: 32274

ANN: madExcept 5.1.4 (with Delphi 12 support)

Today I'm releasing madExcept 5.1.4 with Delphi 12 support:

http://madshi.net/madCollection.exe (installer 2.8.13.0)
by madshi
Wed Nov 08, 2023 5:30 pm
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49751

Re: Delphi 12

Available now:

http://madshi.net/madCollection.exe (madExcept 5.1.4)
by madshi
Wed Nov 08, 2023 5:29 pm
Forum: madExcept
Topic: MadExcept not intergrating into applications
Replies: 6
Views: 14474

Re: MadExcept not intergrating into applications

I'm sorry, I missed this thread.

Does this problem also happen with a brand new test project?

And have you tried running the compiled EXE outside of the IDE? Does it work then?
by madshi
Wed Nov 08, 2023 10:04 am
Forum: madCollection
Topic: Delphi 12
Replies: 16
Views: 49751

Re: Delphi 12

I think it's not officially released yet? I plan to add support very quickly after it's released.
by madshi
Tue Nov 07, 2023 7:52 am
Forum: madCodeHook
Topic: [request] inject dll on specified process(pid) by driver
Replies: 1
Views: 4769

Re: [request] inject dll on specified process(pid) by driver

The driver actually isn't able to inject into already running processes. It doesn't have the code for that. The madCodeHook injection driver only injects into newly created processes. Injecting into already running processes is the job of the user mode library. Are you doing the user mode injection ...
by madshi
Thu Nov 02, 2023 10:02 pm
Forum: madCodeHook
Topic: Hook Specific address
Replies: 7
Views: 12938

Re: Hook Specific address

Try hooking loc_4a3b80 instead of sub_42e843, that should work.
by madshi
Thu Nov 02, 2023 7:59 am
Forum: madCodeHook
Topic: Hook Specific address
Replies: 7
Views: 12938

Re: Hook Specific address

That error code means "code not interceptable", which means that madCodeHook thinks that it's not safe to hook that code.

Can you do this:

Code: Select all

uses madDisAsm;

var as1 : AnsiString;
begin
  ParseFunction(Pointer($0042E843), as1);
Then please post the contents of "as1" here.
by madshi
Wed Nov 01, 2023 2:25 pm
Forum: madCodeHook
Topic: Hook Specific address
Replies: 7
Views: 12938

Re: Hook Specific address

You mean HookCode fails? If so, what does GetLastError say?
by madshi
Tue Oct 31, 2023 8:53 am
Forum: madCodeHook
Topic: Hook Specific address
Replies: 7
Views: 12938

Re: Hook Specific address

It works the same way as hooking APIs. Your hook callback function and "next hook" function variable need to have the same calling convention and parameters as the function you want to hook. Have you tried? Does it not work?
by madshi
Wed Oct 18, 2023 5:09 pm
Forum: madExcept
Topic: ME and smtp gmail
Replies: 3
Views: 6642

Re: ME and smtp gmail

Of course I could offer such a service. However, there are situations where an application might crash in an endless loop and might then flood those services. Also, I'm not sure if my webserver is suited to handle the traffic/workload to cover all madExcept applications world-wide. So it's not overl...
by madshi
Mon Oct 09, 2023 7:29 pm
Forum: madExcept
Topic: madExcept and 4K monitors
Replies: 6
Views: 10626

Re: madExcept and 4K monitors

True, I've changed this in madExcept now.