Results 1 to 10 of 10
  1. #1
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh

    [HELP]Find siggy mask

    EDIT: Can some1 tell me how to find the mask of a siggy
    Last edited by ♪~ ᕕ(ᐛ)ᕗ; 03-16-2011 at 09:18 AM.

  2. #2
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    I find this one to be a good example:

    "Think of this like a detour in the road: if you're driving to your mall, and there's a construction site going on, you'll usually be taken down a detour. However, you'll still arrive at the mall, just through a different means" By someone at another forum.

  3. The Following User Says Thank You to 'Bruno For This Useful Post:

    Void (03-16-2011)

  4. #3
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Brinuz View Post
    I find this one to be a good example:

    "Think of this like a detour in the road: if you're driving to your mall, and there's a construction site going on, you'll usually be taken down a detour. However, you'll still arrive at the mall, just through a different means" By someone at another forum.
    umm, idk I didn't understood anything, are we talking about the same detours? I mean this:
    Detours - Microsoft Research

    EDIT: Oh never mind. I found out what it is.
    Last edited by ♪~ ᕕ(ᐛ)ᕗ; 03-16-2011 at 07:43 AM.

  5. #4
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by Play&Win View Post


    umm, idk I didn't understood anything, are we talking about the same detours? I mean this:
    Detours - Microsoft Research

    EDIT: Oh never mind. I found out what it is.
    You were talking about the library, but you also asked what is a detour(i guess you asked, an hook).
    And i answered with a simple definition to explain what the name exactly is.

    And this is on the link that you posted:
    Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by re-writing the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary DLLs and data segments (called payloads) to any Win32 binary.
    It's talking about the api, but still, it explains what is does.(hook?)
    Or maybe i'm just misunderstanding what you asked. (probably that, as i wasn't talking about the api) Just meh.. I'm probabily not explaining myself correctly, and confusing you and me.
    Last edited by 'Bruno; 03-16-2011 at 08:38 AM.

  6. The Following User Says Thank You to 'Bruno For This Useful Post:

    Void (03-16-2011)

  7. #5
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Brinuz View Post
    You were talking about the library, but you also asked what is a detour(i guess you asked, an hook).
    And i answered with a simple definition to explain what the name exactly is.

    And this is on the link that you posted:


    It's talking about the api, but still, it explains what is does.(hook?)
    Or maybe i'm just misunderstanding what you asked. (probably that, as i wasn't talking about the api) Just meh.. I'm probabily not explaining myself correctly, and confusing you and me.
    I did understood. But now I need the FindPattern Function....

    HUH?
    NVM....
    Can some1 tell me how to find the mask of a siggy?
    Last edited by ♪~ ᕕ(ᐛ)ᕗ; 03-16-2011 at 09:17 AM.

  8. #6
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Play&Win View Post


    I did understood. But now I need the FindPattern Function....

    HUH?
    NVM....
    Can some1 tell me how to find the mask of a siggy?
    Take your address. Look at what bytes there are, look at the surrounding code, and select bytes that will not change.

  9. #7
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by freedompeace View Post


    Take your address. Look at what bytes there are, look at the surrounding code, and select bytes that will not change.
    well, ok..for ie:
    Code:
    JMP 006658874
    JMP will not change...so I have to put it:
    Code:
    EB ??
    And from there I should do:
    Code:
    xx??
    So this is the mask?
    Last edited by ♪~ ᕕ(ᐛ)ᕗ; 03-16-2011 at 01:08 PM.

  10. #8
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,670
    My Mood
    Breezy
    Uhm you're supposed to be using Array Of Bytes as a signature. Not ASM code from CE.

    0xFF = Byte required
    0x00 = Byte optional

    That's now people normally use masks anyway.

    But one question, what exactly are you trying to do? Are you trying to find an address via a pattern finder?
    Last edited by master131; 03-16-2011 at 10:58 PM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  11. #9
    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
    jmp 12345678 looks like \xEB\x78\x56\x34\x12
    since only 0xEB is static:

    sig: "\xEB\x00\x00\x00\x00"
    mask: "x????"
    Ah we-a blaze the fyah, make it bun dem!

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

    [MPGH]master131 (03-17-2011)

  13. #10
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Hell_Demon View Post
    jmp 12345678 looks like \xEB\x78\x56\x34\x12
    since only 0xEB is static:

    sig: "\xEB\x00\x00\x00\x00"
    mask: "x????"
    yea thanks....
    so in masks:
    x = Fixed Byte
    ? = Variable Byte
    ^^
    Well thanks HD and master.