Results 1 to 3 of 3
  1. #1
    xxOR's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    Dynamic Instruction Allocation - Browser Hacking.

    Hey guys,

    I'm having a bit of a problem in figuring out how i can find the address of an instruction which is placed at an dynamic address. The range is quite large so signature scans are a bit unrealistic. The instruction is allocated outside any named modules of the program and appears to be written to an allocated memory region.

    The target process is a plugin for a browser, so the memory is obviously allocated when the plugin loads. The plugin is contained within an executable, to which all the modules are loaded. But again the target address is written outside any named modules.
    I've tried finding pointers to instruction addresses but no luck.

    Any ideas?

    Thank you.

  2. #2
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    Conditional breakpoint on VirtualAlloc coming from the plugin's module or periphery modules. Find out when and where the allocated memory is stored and that should be your pointer. This is probably going to be a mess if the plugin is Flash, or any other highly used plugin because memory references will most likely have multiple levels of indirection because of multiple flash/other files.

    Signature scanning shouldn't really be a problem anyways... just look through every page that is not associated with a module (and other relevant information in the MEMORY_BASIC_INFORMATION structure) and scan it with a non-trivial algorithm (Knuth-Morris-Pratt or Boyer-Moore are two algorithms that come to mind).
    Last edited by Fovea; 03-23-2014 at 04:56 PM.

  3. #3
    Threadstarter
    New Member
    xxOR's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Thanks for such a useful reply!

Similar Threads

  1. [Help] hey guys !!can u teach me how to create a browser hack !
    By zonor in forum Blackshot Hacks & Cheats
    Replies: 3
    Last Post: 11-22-2012, 03:12 PM
  2. [Info] How to avoid your cf account get ban, follow the instruction when you hack.
    By phillyfunguy in forum CrossFire Discussions
    Replies: 4
    Last Post: 01-22-2012, 08:12 PM
  3. [Release] AdventureQuest 1-Hit-Kill browser hack
    By Velocity in forum Adventure Quest (AQ) Hacks / Cheats / Trainers
    Replies: 7
    Last Post: 10-18-2011, 07:04 AM
  4. [Beta Preview] Offical MPGH Hack Browser
    By EndRiT in forum WarRock - International Hacks
    Replies: 17
    Last Post: 11-20-2007, 12:18 PM
  5. Hack for Browser game
    By suppaman in forum General Game Hacking
    Replies: 6
    Last Post: 01-22-2006, 11:09 AM

Tags for this Thread