Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!

View Poll Results: Should I release the menu base?

Voters
55. This poll is closed
  • Yes

    36 65.45%
  • No

    19 34.55%

Thread: Sea Base

Page 13 of 13 FirstFirst ... 3111213
Results 181 to 189 of 189
  1. #181
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Off topic:
    @[MPGH]Void, u watch K-ON! too? ^^

  2. #182
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by hahaz View Post
    Off topic:
    @[MPGH]Void, u watch K-ON! too? ^^
    Hell yeah boy. |:

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

    Hahaz (07-27-2010)

  4. #183
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Void View Post
    Virtual functions aren't loaded into the IAT? Actually, I don't think functions that are members of classes are loaded either... Hmm, something to keep me busy for another day..

    Anyway, you can use exception handling to hook as well, or you can set breakpoints.
    Remember that the IAT is only for imported functions from other DLLs, it doesnt have any of the functions in that dll. The relocation table is where (i think) everything from that dll is. Breakpoints are very easy to detect, but ive never heard of using exceptions

  5. #184
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by mmbob View Post
    Remember that the IAT is only for imported functions from other DLLs, it doesnt have any of the functions in that dll. The relocation table is where (i think) everything from that dll is. Breakpoints are very easy to detect, but ive never heard of using exceptions
    You cause an access violation to the instruction calling the function you want to hook, set up and exception handler to catch the access violation. Change EIP to your own function and return.. Make sure to save the original function somewhere though.

    |:

    Finally people are sharing methods of hooking... this is actually fun.

  6. #185
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Void View Post
    You cause an access violation to the instruction calling the function you want to hook, set up and exception handler to catch the access violation. Change EIP to your own function and return.. Make sure to save the original function somewhere though.

    |:

    Finally people are sharing methods of hooking... this is actually fun.
    But how would you get your exception handler to activate if it isnt in the same thread? Or do you mean you would add your own code to the function:
    Code:
    mov ecx, <your func>
    mov fs:0, ecx
    This is so offtopic

  7. #186
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Doesn't matter if it's in the same thread or not, you just have to set it so that your exception handler is the first one to get the exceptions, I found it kind of hard to test since ollydbg would always catch them before me...

    AddVectoredExceptionHandler Function (Windows)

    It's not as confusing as it sounds. No hard coding is necessary. |:

  8. The Following User Says Thank You to Void For This Useful Post:

    mmbob (07-27-2010)

  9. #187
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Quote Originally Posted by Void View Post
    Doesn't matter if it's in the same thread or not, you just have to set it so that your exception handler is the first one to get the exceptions, I found it kind of hard to test since ollydbg would always catch them before me...

    AddVectoredExceptionHandler Function (Windows)

    It's not as confusing as it sounds. No hard coding is necessary. |:
    I was unaware you could add a global exception handler I might use this in the future.

  10. #188
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    mmbob i seen your like VIP menu it is epic a clickable GUI it is just epic

  11. #189
    BloodSkinBanned's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    im not going to vote because i am multi opinioned.

    i think you should because that would boost your reputation and make your name look good, as well as give newbs (me included) more options on what to base their stuff on.

    i think it would cause more flaming, and would usher in another wave of repeat questions and mandate a help section within the src section.

    either way, if you decide to release it, you should hit up the gfx forum and have them make you a cool logo of like an underwater base or something (sea base, first mental image when reading the name).

Page 13 of 13 FirstFirst ... 3111213

Similar Threads

  1. [help] Sea Base error
    By speedforyou in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 08-12-2010, 09:47 AM
  2. [Src] Sea Base[TABS] [Explained]
    By IcySeal in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 40
    Last Post: 08-11-2010, 02:46 AM
  3. [Source] Sea Base [extended]
    By IcySeal in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-02-2010, 01:29 PM
  4. [Source] Sea Base
    By Crash in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 50
    Last Post: 08-02-2010, 04:03 AM