Results 1 to 5 of 5

Threaded View

  1. #1
    lilghost8631's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    14

    2 Questions - PTC and Dumping

    Hello, I have 2 questions.
    My first question is about PTC. Is PTC no longer possible through
    Code:
    PushToConsole("WhateverYouWantToSet ValueToSet");
    My second question is about dumping. Can anyone give an explanation about how to dump a dll? I know it pertains to using LoadLibrary and I plan on doing some deeper research about it in the mean time, but if somebody could explain it, that would be great.
    Thank you.

    -----------------
    Did some research and I found that LoadLibrary will return a handle for the DLL loaded. Now that's lovely, but I have yet to figure out how to dump the handle.
    Code:
    CshellHandle = LoadLibrary("C:\Nexon\Combat Arms\Game\cshell.dll");
    Last edited by lilghost8631; 12-17-2013 at 08:05 PM. Reason: Research

Similar Threads

  1. [Question] Java and C++[Close]
    By Pagn in forum Java
    Replies: 11
    Last Post: 08-22-2010, 05:11 AM
  2. [Question] C and C++...
    By [F]ace! in forum C++/C Programming
    Replies: 33
    Last Post: 08-19-2010, 05:10 PM
  3. [Question] Files and Such...
    By Falingrave in forum Combat Arms Mod Discussion
    Replies: 4
    Last Post: 08-13-2010, 09:59 PM
  4. Addies/Pointers and dumps!
    By Mr.Magicman in forum Combat Arms EU Hack Coding/Source Code
    Replies: 29
    Last Post: 06-24-2010, 05:50 AM
  5. [Question] Mods and viper
    By Mizz in forum Combat Arms Mods & Rez Modding
    Replies: 7
    Last Post: 04-04-2010, 12:15 PM