Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Hello how to change the real destination address with my own?

Hello how to change the real destination address with my own?

Scheduled Pinned Locked Moved C / C++ / MFC
sharepointtutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nah1337
    wrote on last edited by
    #1

    The function is like this : int __cdecl _vsnprintf(char *Dest, size_t Count, const char *Format, va_list Args) { int v4; // edi@1 char *v6; // esi@1 char v7; // sf@2 FILE v8; // [sp+8h] [bp-20h]@1 v6 = Dest; v8._cnt = Count; v8._flag = 66; v8._base = Dest; v8._ptr = Dest; v4 = sub_10078E3D(&v8, Format, Args); if ( v6 ) { v7 = v8._cnt-- < 1; if ( v7 ) _flsbuf(0, &v8); else *v8._ptr = 0; } return v4; } I want to hook it like this i change the return address to mynes because i dont wanna change any bytes thnx for the helper

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups