[Question] Why injection doesnt work menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    I've never used or looked at 'BlackMagic' so I have no idea what it is doing. That said, has the OP actually responded as to whether the OpenProcessAndThread thread is being executed? As for ASLR being enabled or not, I assume it would not affect the ability of this API to determine the module's base address. Again, to be clear, it appears from the original snippet that it is commented out. I for one see no point in continuing this thread without a reply from the OP on this.

    [Question] Why injection doesnt work
  2. #17
    sercankd's Avatar Member
    Reputation
    14
    Join Date
    Nov 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by namreeb View Post
    I've never used or looked at 'BlackMagic' so I have no idea what it is doing. That said, has the OP actually responded as to whether the OpenProcessAndThread thread is being executed? As for ASLR being enabled or not, I assume it would not affect the ability of this API to determine the module's base address. Again, to be clear, it appears from the original snippet that it is commented out. I for one see no point in continuing this thread without a reply from the OP on this.
    its working fine, its forum's visual bug to show it like its commented

  3. #18
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sercankd View Post
    its working fine, its forum's visual bug to show it like its commented
    In that case, see below...

    Originally Posted by sercankd View Post
    But this part of code works, doesnt it mean OpenProcessAndThread is fine?
    textBox1.Text = wow.ReadFloat((uint)baseWOW + 0x00965AC.ToString();

    It's probably a page protection issue. The page you're attempting to write to is likely lacking the VM_WRITE permission. If 'BlackMagic' is worth its salt, it will likely provide you a nice way to alter this. If not, look at VirtualProtect/VirtualProtectEx.

  4. #19
    sercankd's Avatar Member
    Reputation
    14
    Join Date
    Nov 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As i said i am new to memory editing, i just followed some tutorials to make this one. How do you remove virtual protection?

  5. #20
    Corthezz's Avatar Elite User Authenticator enabled
    Reputation
    386
    Join Date
    Nov 2011
    Posts
    325
    Thanks G/R
    183/98
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Since someone seems to be not capable of reading:

    look at VirtualProtect/VirtualProtectEx.
    Check my blog: https://zzuks.blogspot.com

  6. #21
    namreeb's Avatar Legendary

    Reputation
    658
    Join Date
    Sep 2008
    Posts
    1,023
    Thanks G/R
    7/215
    Trade Feedback
    0 (0%)
    Mentioned
    8 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Corthezz View Post
    Since someone seems to be not capable of reading:

    look at VirtualProtect/VirtualProtectEx.
    My esteemed colleague is correct. I gave you the name of the function(s) you will want to look at in order to alter the protection. Make sure to only add the flags you need, and reset the flags to what they were after you're done.

    Here is another hint (look at the 2nd item): http://bit.ly/1wnVlXW

    You may be new to memory editing, but surely you could have found this on your own.

  7. #22
    MaiN's Avatar Elite User
    Reputation
    335
    Join Date
    Sep 2006
    Posts
    1,047
    Thanks G/R
    0/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's not a page protection issue as WriteProcessMemory does not care about page protection.
    [16:15:41] Cypher: caus the CPU is a dick
    [16:16:07] kynox: CPU is mad
    [16:16:15] Cypher: CPU is all like
    [16:16:16] Cypher: whatever, i do what i want

  8. #23
    estherlarkins's Avatar Private
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I'm trying to use the "groupCollectionEntityConverterV2" spring bean from spring-coreV2ConverterContext.xml

    Online Casino Australia
    Last edited by estherlarkins; 07-09-2014 at 04:37 AM.

  9. #24
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MaiN View Post
    It's not a page protection issue as WriteProcessMemory does not care about page protection.
    Not entirely true. There are cases where WriteProcessMemory will fail where if you had used a VirtualProtect first it would have worked. I can't remember which ones off the top of my head (ping me if you want to know and I'll find my notes), but I'm pretty sure they would be 'corner cases' for most people.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Question] Need help [MWCS doesnt work]
    By Hiselor in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 08-27-2010, 10:47 AM
  2. [Question] Why doesnt blink work right now?
    By flop159 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 06-01-2008, 09:09 PM
  3. [Question]Disconnect Players[Tested] Doesnt Work
    By Juicyz in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 03-29-2008, 06:33 PM
  4. [Question] My .lua doesnt work
    By Creepfold in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 12-20-2007, 07:32 PM
  5. [Question] Why wont it work?
    By kekburtbhkeke in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 05-01-2007, 09:16 AM
All times are GMT -5. The time now is 12:32 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search