View Full Version : How can i know which address PB checks?
spartacchio
05-19-2008, 03:49 AM
I'm trying to make a code cave so..(i'm not very good) i would know if PB check ALL the WR memory or only few address..and if check only for few address how can i find those address??
Thx for eventualy help^^
masterboy
05-19-2008, 04:16 AM
Seach in ida pro for PB_P in pbcl.dll
spartacchio
05-19-2008, 05:22 AM
Seach in ida pro for PB_P in pbcl.dll
In this way i can find the PB address so i can make a detour or also a bypass BUT to find Which address are scanned by PB?! Same way??
zezima
05-19-2008, 05:18 PM
what i think you need to do is open pbcl.dll with a debugger or disassembler. then you find a string "pb_p" i think it's the function's name meaning PunkBuster Protect i think. so then you remember or copy the ADDRESS or the OFFSET whatever it's called and do smoething with it... (don't know what)
masterboy
05-20-2008, 03:17 AM
what i think you need to do is open pbcl.dll with a debugger or disassembler. then you find a string "pb_p" i think it's the function's name meaning PunkBuster Protect i think. so then you remember or copy the ADDRESS or the OFFSET whatever it's called and do smoething with it... (don't know what)
Its Called PunkBuster Power that means the p
zezima
05-27-2008, 02:43 PM
ohh ok thanks. one more thing: how do i code it? where can i get the api/function of the dll base procedure? thanks. or pm me.
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.