Search found 6 matches

by Ahmedn1
Thu Jul 04, 2013 1:21 pm
Forum: madBasic
Topic: how to install madCollection to work with Delphi XE
Replies: 10
Views: 18992

Re: how to install madCollection to work with Delphi XE

it is a server file for the Xtreme RAT source code
by Ahmedn1
Thu Jul 04, 2013 11:58 am
Forum: madBasic
Topic: how to install madCollection to work with Delphi XE
Replies: 10
Views: 18992

Re: how to install madCollection to work with Delphi XE

and I tried GetLastError and it returns 0
by Ahmedn1
Thu Jul 04, 2013 11:39 am
Forum: madBasic
Topic: how to install madCollection to work with Delphi XE
Replies: 10
Views: 18992

Re: how to install madCollection to work with Delphi XE

Ok I did as you said and the error still the same I traced the code and found that it stops at this point if word(buf^) = CEMAGIC then begin in the BeginUpdateResourceExW function this condition every time is false so it doesn't continue and go to the end of the function I tried running the app I wa...
by Ahmedn1
Thu Jul 04, 2013 10:47 am
Forum: madBasic
Topic: how to install madCollection to work with Delphi XE
Replies: 10
Views: 18992

Re: how to install madCollection to work with Delphi XE

ok I managed to get the function and call it but it returns 0 as well here is my code function WriteSettings(ServerFile: PWideChar; Settings: TConfiguracoes; xResourceName: pWideChar = nil): boolean; var ResourceHandle: THandle; begin if xResourceName = nil then xResourceName := ResourceName; Result...
by Ahmedn1
Thu Jul 04, 2013 10:24 am
Forum: madBasic
Topic: how to install madCollection to work with Delphi XE
Replies: 10
Views: 18992

Re: how to install madCollection to work with Delphi XE

ok I did that
I copied the files into the project and I added them to the project files
Now what should I do to call the BeginUpdateResourceW from madRes file ?
by Ahmedn1
Thu Jul 04, 2013 7:30 am
Forum: madBasic
Topic: how to install madCollection to work with Delphi XE
Replies: 10
Views: 18992

how to install madCollection to work with Delphi XE

I'm new to Delphi and I want to use the "UpdateResourceW" function because the one in the windows api always returns 0
I built the madRes package and installed it
now what ?
I tried to add madRes to the uses section in the code but it didn't work
how can I include it?