Results 1 to 6 of 6
  1. #1
    marco60's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0

    Compare values inside an address

    Basicly what i want to do is compare the value that an address has to an integer, but im getting "cannot convert int into bool". Is it possible to compare?

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Internal?
    *(int*)0x12345555 == 123

    External just read as int and compare
    Ah we-a blaze the fyah, make it bun dem!

  3. #3
    marco60's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    internal wouldnt be if it was a DLL?

  4. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    If you inject a DLL then yes, you're internal.
    Ah we-a blaze the fyah, make it bun dem!

  5. The Following User Says Thank You to Hell_Demon For This Useful Post:

    marco60 (06-30-2018)

  6. #5
    marco60's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    ah i see, got it, thanks dude

  7. #6
    Dodu111's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    123456789101112

Similar Threads

  1. [Help] Cant find values from correct addresses
    By skythekidfus in forum Counter-Strike 2 Coding & Resources
    Replies: 1
    Last Post: 04-26-2017, 02:57 PM
  2. [Solved] Write memory value with process+address
    By niko1921 in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 2
    Last Post: 06-17-2016, 01:36 AM
  3. [Detected] MemoryWriter v1.0 | Changes The Value of a Address |
    By Neox. in forum Alliance of Valiant Arms (AVA) Spammers, Injectors and Multi Tools
    Replies: 14
    Last Post: 01-17-2014, 10:56 AM
  4. [Help] How to get the value of the address, a pointer is pointing at? [Solved]
    By Arnibold in forum C++/C Programming
    Replies: 12
    Last Post: 09-05-2011, 02:23 AM
  5. [Help]Compare Values in .txt[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 7
    Last Post: 03-29-2010, 07:20 AM