Search found 12 matches

by Niki911
Wed Feb 22, 2006 3:45 pm
Forum: madKernel
Topic: Vista: madkernel.NewProcess -> always Exception
Replies: 5
Views: 15850

Sorry - I dont use madexcept.
Dont have it installed at all ;)

Niki
by Niki911
Wed Feb 22, 2006 3:43 pm
Forum: madCodeHook
Topic: Vista: InjectLibrary always fails :(
Replies: 3
Views: 3604

Checked "Full control" on all groups for the DLL. Also added new Group Everyone with "Full control". No effect on InjectLibrary :( BUT: In general I have seen today that my current Vista-Installation seems to behave "strange" or "broken"... Some applications t...
by Niki911
Wed Feb 22, 2006 3:29 pm
Forum: madCodeHook
Topic: Vista: SendIpcMessage always fails :(
Replies: 4
Views: 4235

I have UAP activated since I guess most users will have that active in Vista after release. (and I really HATE UAP - and hate it more and more every day). The precompiled "HookProcess Termination" Demo (only one with IPC-functions used?) does not work correctly either :( It injects ok and ...
by Niki911
Wed Feb 22, 2006 2:53 pm
Forum: madCodeHook
Topic: Vista: InjectLibrary always fails :(
Replies: 3
Views: 3604

Vista: InjectLibrary always fails :(

Hi, MadCodeHook.InjectLibrary((ALL_SESSIONS or SYSTEM_PROCESSES) and (not CURRENT_PROCESS), s1) always fails returning false... (s1=full path to DLL ; EXE+DLL working in XP+2000). Setting the compatibility mode für the EXE does not help :( I am using current madshi-build on Vista Beta2 (Build 5270)....
by Niki911
Wed Feb 22, 2006 2:26 pm
Forum: madCodeHook
Topic: Vista: SendIpcMessage always fails :(
Replies: 4
Views: 4235

Vista: SendIpcMessage always fails :(

Using the current madshi-build on Vista (beta2 - 5270) the function SendIpcMessage is always failing (returns false and message does not reach destination). When I set the compatibility mode of the EXE to "Windows XP (SP2)" it works and IPC is working like on XP+2000. BTW: CreateIpcQueueEx...
by Niki911
Wed Feb 22, 2006 1:58 pm
Forum: madKernel
Topic: Vista: madkernel.NewProcess -> always Exception
Replies: 5
Views: 15850

Vista: madkernel.NewProcess -> always Exception

Using madkernel.NewProcess is causing Vista to show an exception. Strange: If you click away the exception the process is created correctly anyway... Using windows.Createprocess or WinExec etc. is working normal so I am using that right now. The problem occurs in Vista only - also when setting the c...
by Niki911
Wed Feb 22, 2006 1:52 pm
Forum: madBasic
Topic: TOSEnum : Missing OSVista
Replies: 1
Views: 8860

TOSEnum : Missing OSVista

Hi, I just checked the current madtools-build (the one with preliminary Vista-Support) and found several problems and errors when running with Vista (Vista Beta2, Build 5270). Will post more in other threads about that... But first one small issue: MadTools.TOSEnum is missing a constant for Vista. W...
by Niki911
Sun Aug 22, 2004 1:27 pm
Forum: fun talk
Topic: Tracing DLL-Calls of another program - Utility for that?
Replies: 4
Views: 20037

Thx. Please read my answer there...
Problem is that I need to know WHERE and WHAT to hook before I can start work ;)

BTW: I now used MadCollection in 3 different commercial applications. Running great ;)

Niki
by Niki911
Sat Aug 21, 2004 3:23 pm
Forum: fun talk
Topic: Tracing DLL-Calls of another program - Utility for that?
Replies: 4
Views: 20037

Tracing DLL-Calls of another program - Utility for that?

Hi, I know that this question is maybe *not* 100% right here - but anyway: I need to trace all calls to one (or all) DLLs that another program does. (Especially all calls to the DirectX-DLLs) There *was* a good Utility for that named "DLLDetective" on the net: http://n.ethz.ch/student/adam...
by Niki911
Tue Jun 15, 2004 1:40 pm
Forum: madShell
Topic: IShortCut.Save -> does nothing?
Replies: 3
Views: 17939

// I have tested/used this ONLY on Shortcuts in Startmenu/Autostart // So please set filename to ANY Shortcut in that directory... Link: IShortCut; Filename: String; Link:=LoadShortCut(filename); Link.Path:='c:\windows\notepad.exe'; // for testing... makes no sense I know Link.Save(Link.ShortCutFile...
by Niki911
Mon Jun 14, 2004 12:32 pm
Forum: madShell
Topic: IShortCut.Save -> does nothing?
Replies: 3
Views: 17939

IShortCut.Save -> does nothing?

Hi, I tried and tried and tried - but IShortCut.Save does not seem to save any changes to an existing LNK-File ? :( I am reading the LNK-File (which IShortCut does correctly) and can access all data like params, path etc. Everything seems fine with that. But if I change the IShortCut.Path to a new E...
by Niki911
Thu Jun 10, 2004 4:10 pm
Forum: madKernel
Topic: Missing Constants in TPriorityClass
Replies: 1
Views: 5002

Missing Constants in TPriorityClass

Hi, In MadKernel the definiton TPriorityClass = (pcUnknown, pcIdle, pcNormal, pcHigh, pcRealTime); is missing 2 Items: $00008000 = ABOVE_NORMAL_PRIORITY_CLASS; $00004000 = BELOW_NORMAL_PRIORITY_CLASS; See "SetPriorityClass" on MSDN.... Those 2 are not available on each Windows-Version - bu...