unknowncheats uc-forum.com ucdownloads ucdownloads.com

Go Back   UC-Tutorials - Multiplayer Game Hacking and Cheat Tutorials > Anti-Cheat Bypass > PunkBuster

- Sponsored Advertisement -
http://www.myfpscheats.com/


Reply
 
Thread Tools Display Modes
  #1  
Old 06-23-2007, 09:58 PM
zero_tolerance zero_tolerance is offline
Senior Member
 
Join Date: Dec 2006
Posts: 289
Default Formated output function

By: Roverturbo



Here is PunkBuster's formated output function.

After hooking this function i found some interesting strings being passed, so here is the AAO reference incase you want to track it down/have a play about..

Code:
; int __cdecl sub_10004BE0(char *,size_t,char *,char)

sub_10004BE0 proc near

arg_0= dword ptr  4
arg_4= dword ptr  8
arg_8= dword ptr  0Ch
arg_C= byte ptr  10h

mov     ecx, [esp+arg_8]
push    esi
mov     esi, [esp+4+arg_4]
push    edi
mov     edi, [esp+8+arg_0]
lea     eax, [esp+8+arg_C]
push    eax             ; va_list
push    ecx             ; char *
push    esi             ; size_t
push    edi             ; char *
call    __vsnprintf
add     esp, 10h
mov     byte ptr [edi+esi-1], 0
pop     edi
pop     esi
retn

sub_10004BE0 endp
[c]Do NOT post my work on other sites please.[/c]
Reply With Quote
Reply

  • Submit Thread to Digg
  • Submit Thread to del.icio.us
  • Submit Thread to StumbleUpon
  • Submit Thread to Google
  • Submit Thread to Facebook
  • Submit Thread to My Yahoo!
  • Submit Thread to MySpace
  • Submit Thread to Twitter
  • Submit Thread to Reddit

Tags
formated, function, output

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT. The time now is 09:01 AM.