|
-
Apr 19th, 2000, 08:48 PM
#1
Thread Starter
Frenzied Member
how do you find the length in bytes of a procedure, ie if AddressOf is the equivilent of VarPtr what's the equivilent of LenB
(I know I asked this yesterday)
-
Apr 20th, 2000, 01:47 AM
#2
New Member
what?
umm, could you be clearer? anywho, all pointers in win32 platforms are 4 bytes
-
Apr 20th, 2000, 04:33 AM
#3
Thread Starter
Frenzied Member
What I'm trying to do is copy a procedure into the memory of a foreign process so I can subclass a window in another app. I've managed to copy a procedure into a byte array and run that but I'm never sure how much to copy, I need the length of the procedure, not the length of its pointer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|