@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12



Comments:

<0> Actually, rather than using WriteProcess to insert it into every application, would it not just be better to use a normal windowshookex() and make the injection code in the DLL?
<1> gah damn acid reflux
<0> WHat are you refluxing?
<1> i knew i shouldnt've had that last fanta
<0> Organic acids?
<1> citrus stuff is bad
<1> dunno what, it just burns
<1> my whole chest that is
<0> Oh you mean internally
<0> Not some crazy chemistry experiment
<1> hah no
<1> heartburn
<0> Drink some milk
<1> yea but im fresh out
<1> ah well, gotta sweat it out
<0> That won't help



<0> It'll make you more sick
<1> i didnt mean literally
<1> i meant to just wait it out
<0> oh right :P
<0> ? paste
<2> Pastebin: http://www.vkarlsen.no/pastebin
<0> http://www.vkarlsen.no/pastebin/default.asp?id=7378 // I don't know where to go after this. I don't know what size I'm overriding for WriteProcessMemory
<3> http://www.vkarlsen.no/pastebin/ViewPaste.aspx?id=7379 somebody who can help me whit this, I get list Index out of bounds errors
<0> Firstly, change "TStrings" to TStringList in Vars
<0> And this whole "Startparam" "endparam" is crazy
<0> Just go
<0> rename -param -param2
<0> or
<0> rename "param" "param2"
<3> but how can I then use MultiParse to find out whats param1 and what is param2?
<3> but thats not my main problem since i will make a script editor wizard
<0> Just don't use MultiParse
<0> Let me write you some cool code. :)
<3> =) thats sounds nice
<3> I am a newbe, as you might have figured out alredy =)
<0> lol TStringList is VERY useful for string manipluation
<0> What version of Delphi do you have?
<3> 7.0
<0> Right ok.
<4> yo
<0> Heya.
<0> cATFLAP: I dont suppose you know anything about API hooks?
<5> why would my application ask for: rtl70.bpl ?
<0> Are you running it on a computer with Delphi installed?
<5> without
<0> Then that is why.
<0> You need to compile it without runtimes
<0> ** without the need for runtimes
<5> oh i see..
<0> It's in the options somewhere
<5> i'm checking..
<3> going to bed now, thanks for all the help
<0> Bye, joppi.
<3> bye
<5> hmmm
<5> build with runtimes now checked.. same thing
<5> WTF
<5> ah.. nm
<5> :D
<6> you need to uncheck it
<5> uncheck?
<5> ah, of course..
<5> but it was unchecked
<6> liar
<5> seriously.. i just realised that i thought it was working.. but my other machine has delphi installed also
<5> so it probably still doesnt
<0> Hey Goodge
<5> hmm.. strange indeed
<0> And runtimes are weird
<5> why would that occur if it's unchecked
<0> Because you're doing something wrongly
<6> are you using some strange 3rd party components?
<5> a few..
<0> That shouldn't affect it though...
<5> no..
<5> they're not shareware or anything



<0> Shareware has nothing to do withit
<0> *with it
<5> ahh.. ok.. it worked
<5> no. but i thought i'd mention it :)
<5> it was aspacked before
<5> for some reason.. that's made a difference?
<5> hmm.. dunno..
<5> that's something that can't happen
<0> aspacked?!
<0> wtf is that
<5> look it up.. this remote tester.. it's probably his fault :P
<5> probably didn't download the new versions i was sending
<7> i have cookies! yay!
<5> chocolate chip?
<7> yup
<5> not too shabby..
<0> I had a blueberry cookie once.
<0> My bro forgot they were supposed to go in muffins.
<0> Someone change the topic to something cookie related.
<0> Having boring links is not fun
<0> Where's Ki9a when you need him...
<7> left to sleep?
<0> Touch
<5> where exactly does a IE.. view -> source file save?
<5> you would think temp files
<0> Just go file save->as in notepad, and it should be that dir
<5> yeh, i had changed the default from notepad to another app.. so that's no good.. something that needs adding though..
<0> :(
<0> Rahly: Do you think using a Windows Hook is the best plan to get my DLL in every app?
<5> hm.. %SystemRoot% doesn't appear to be working in the registry.. for what reason would the reg key: %SystemRoot%\notepad.exe %1.. not work, whereas c:\windows\notepad.exe %1.. this works..?
<5> well, i say doesn't appear to be working.. it doesn't appear to allow a manual change of that one anyway
<5> others i see are using %SystemRoot% no problems
<5> hm. a lot of annoyances today.. :P
<1> what is the error or problem exactly?
<5> i changed the default key of the txt\shell\open\command in code.. to point to another app
<1> using win98?
<5> no.. 2K and i've tried on XP
<5> abnyway, problem: now.. this is fine.
<5> changing it back tho, manually
<8> "%SystemRoot%\notepad.exe" %1
<8> ?
<5> not so good..
<5> that does something cmf..
<5> just can't located it now..
<5> but it shouldn't need the quotes.. no other key does, and i saved the exact string value before changing it
<5> then i'm just pasting the old value back in..
<8> it shouldnt
<8> but.. windows is weird sometimes
<8> heh
<5> and like i ay.. c:\windows\notepad.exe %1 works..
<1> and %1 is?
<5> just gives the file name to notepad..
<5> p***es the parameter
<1> just some param i know, but does it contain spaces maybe
<8> wait a second
<1> im failing to see the problem you're having
<8> %systemroot% isn't c:\windows
<8> its c:\windows\system32
<8> you want WindowsRoot or something
<5> you sure? ..i'm pretty sure it's windows.. i'll check in a sec, but either way.. notepad.exe is in system32 aswell
<1> cmf is right
<1> of course
<1> :)
<1> actually hm no :p
<8> ya he was right
<8> hmph
<5> ok.. try this, if you're up for it: ..cl***es_root\txtfile\shell\open\command ...copy the default string to a .txt file.. change it to something
<5> paste the thing back it..
<5> does it screw up?
<8> joe: when you are trying this.. are you performing a update on the cl***es?
<5> refreshing it?
<8> there's a command
<8> that you can refresh the cl***es after you've changed them
<5> well, i'm doing this manually now.. and if i change the the c:\windows.. etc path, it works straight away


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #delphi
or
Go to some related logs:

warlmart in china
#freebsd
tailored woman
#politics
#nhl
quit pftpfxp
seeeeeeeeeeeeeeeeeeex
#gamedev
#slackware
#computers



Home  |  disclaimer  |  contact  |  submit quotes