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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
O

Opwar

@Opwar
About
Posts
10
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Process ID
    O Opwar

    Yeah the name is armyops.exe

    C / C++ / MFC question

  • Process ID
    O Opwar

    How do you find a programs Process ID?

    C / C++ / MFC question

  • QUIZ TEST YOUR KNOWLEDGE!!!!!!!!!!!!!!!!!
    O Opwar

    ARG YA'LL FAILED....Lol nice try, took me a while to answer them to

    C / C++ / MFC question csharp database debugging json

  • QUIZ TEST YOUR KNOWLEDGE!!!!!!!!!!!!!!!!!
    O Opwar

    Send your answers to mikeza123@comcast.net 1. When a decryption section is added to a PE what is changed and must be restored for the program to function properly after dumping? 2. What exactly does it mean to dump a program? 3. What is an OEP and what should you look for when finding one? 4. What does IAT stand for and what is its member index in the Optional Header? 5. What API imports should you look for when looking for email sending functionality? 6. What ring must you be in to access debug registers? lets see how smart yall are

    C / C++ / MFC question csharp database debugging json

  • Game Engine Hooking
    O Opwar

    Does anyone know how to hook a game engine? Or where to find the full source to the unreal Game Engine in C++?

    C / C++ / MFC game-dev c++ tutorial question

  • How do we find a programs memory allocation
    O Opwar

    How do you find a programs memory allocation? Like if we wanted to hook a game by injecting a .dll file into the memory, we need the memory allocation, do you need to debug or something, please give directions

    C / C++ / MFC game-dev debugging performance question

  • ilmerge
    O Opwar

    I tried this program to put the .dll inside the .exe and it didnt work. Do i need to change the locations of the files in the config? { static char Path[MAX_PATH]; GetModuleFileName(NULL, Path, MAX_PATH); unsigned int i = strlen(Path); while (Path[i] != '\\') { Path[i] = '\0'; i--; } strcat(Path, "my.dll"); return Path; like is there a special way i put the path in? Or do i need to add something to my dll?

    C / C++ / MFC question

  • Dll inside .EXE
    O Opwar

    I want to put the .dll inside a .exe so i would only have 1 file instead of two files. Some person told me this and i need some help with what he said "do it the same way as sysinternal tools do. put the dll as resource into the exe file, extract it when running the program and load it dynamically then." Can someone explain to me how to do all of this, like email me like a manuel on how to do it, with lots of detials? Because i have only been doing c++ for about 2 months and he was talking to advanced for me

    C / C++ / MFC c++ tools help tutorial question

  • Putting .Dll inside .Exe
    O Opwar

    Can you email me at mikeza123@comcast.net i need more info, im not to good at this. Tell me as if you were talking to a newb coder

    C / C++ / MFC c++ tutorial csharp question

  • Putting .Dll inside .Exe
    O Opwar

    Using Visual C++ .net 2003, how would i put a .dll inside a .exe and have it run? Example Run.exe uses Running.dll to run, but i want it to be just the Run.exe with the running.dll inside of it? How would i do that? Also please give me detials on exactly how to do it.

    C / C++ / MFC c++ tutorial csharp question
  • Login

  • Don't have an account? Register

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