Page 1 of 2 12 LastLast
Results 1 to 15 of 24

  Click here to go to the first staff post in this thread.   Thread: Article: HookShark64 Beta 0.1

  1. #1
    Join Date
    Jul 2006
    Posts
    1,427
    Thanks
    40
    Thanked 339 Times in 130 Posts
    Rep Power
    163

    HookShark64 BETA 0.1

    Instead of a closed BETA, i thought to myself, an open BETA would just be as good.

    We are back at 0.1 with the postfix "64" added to "HookShark". All following releases will support x64. HookShark is dead. HookShark64 is the new "product-line".

    But HookShark 0.9 might not become obsolete right away. Not every feature was reimplemented. So in some cases, falling back to 0.9 is the only choice.

    Disadvantages of HookShark64 0.1 in comparison with 0.9:
    - Hooks of relocated .data pointers are not detected
    - rudimentary vtable-hook detection not implemented yet
    - No scanning for Code Injections takes place
    - no disassembler, no hex editor
    - no Class Instance Browser
    - No Listing of code references
    - Cant null a region (why would you need hookshark for this anyway?)
    - Showing Pageguard Candidates (which was broken anyway)
    - no unhook support yet

    Advantages of HookShark64 0.1:
    - Full support of x64 processes
    - like a 15 times faster or something (you will need at least SSE2)
    - dumping modules from the module window
    - sorting the process list (PID/ImageName)
    - Exempt modules from being scanned (checkboxes in module window)
    - a lot of Win7 fixes (ApiSetMap, thx to deroko)
    - show function name of hook destination if available
    - multithreading (IAT/EAT Hooks and Patchscanner have an own thread)
    - it saves all settings/filters, window position and size in an ini file



    You will get a lot of errors and bogus access violations in your log window. Why? Because checking everything carefully is slow. In 0.9 more checks were implented, which slowed the process down. In 64 0.1 many checks are omitted and simply wrapped around an exception handler. If an exception occurs, the next dll or the next codesection wil be scanned, without losing any results.


    However, if HookShark really crashes, or the logwindow output is more suspicous than it should be, for example if you happen to know that it should have picked up something, then feel free to bugreport it right here in this thread.

    Also: Beware using the Unchecking function for modules too carelessly. It can have some unwanted implications.
    For example: If the unchecked module is the destination of a hook elsewhere, the listing in the hook-result-window might not be as detailed.
    Another case would be: If the module has exports, which other modules import, it will show errors in the log and you might miss IAT hooks.

    At last: A screenshot:



    Version History
    0.1.0.0
    - Initial Release
    0.1.0.3
    - Fixed unchecking and checking an unlinked module being displayed as linked module (red -> blue)
    - Show exact HookShark Version Number and Build in Log at startup
    0.1.0.5
    - fixed attempt to start x64server process on x86 platforms, when CPU was 64bit capable
    - allow more user interactions with GUI while scanning
    0.1.0.6
    - the offset within a symbol is now shown (example:ntdll.dll!LdrLoadDll+0x15 )
    Attached Files Attached Files
    Last edited by DeepblueSea; 12-28-2011 at 12:27 PM.

  2. #2
    Join Date
    Jun 2009
    Location
    England
    Posts
    995
    Thanks
    489
    Thanked 300 Times in 173 Posts
    Rep Power
    90

    Re: Article: HookShark64 Beta 0.1

    Hookshark64 doesn't show the path of a DLL I'm injecting via a windows share if you didn't already know.

  3. #3
    Join Date
    Jul 2006
    Posts
    1,427
    Thanks
    40
    Thanked 339 Times in 130 Posts
    Rep Power
    163

    Re: Article: HookShark64 Beta 0.1

    Which kind of injection technique did you use?
    Is it shown as a linked module? Is the name shown?

    Injecting from a share is somewhat interesting. Thank you for your feedback, i'll look into it.

  4. #4
    Join Date
    Jun 2009
    Location
    England
    Posts
    995
    Thanks
    489
    Thanked 300 Times in 173 Posts
    Rep Power
    90

    Re: Article: HookShark64 Beta 0.1

    Createremotethread to call loadlibrary
    Attached Images Attached Images

  5. #5
    Join Date
    Nov 2006
    Posts
    843
    Thanks
    1,042
    Thanked 101 Times in 67 Posts
    Rep Power
    104

    Re: Article: HookShark64 Beta 0.1

    Quote Originally Posted by stev3 View Post
    Createremotethread to call loadlibrary
    hence a 'regular' just like if the 'target' called loadlib on your dll for whatever reason, no?
    Code:
    ...in every explanation there is a hidden apology.

  6. #6
    Join Date
    Jun 2009
    Location
    England
    Posts
    995
    Thanks
    489
    Thanked 300 Times in 173 Posts
    Rep Power
    90

    Re: Article: HookShark64 Beta 0.1

    Quote Originally Posted by v3n0m4 View Post
    hence a 'regular' just like if the 'target' called loadlib on your dll for whatever reason, no?
    what?

  7. #7
    Join Date
    May 2008
    Location
    Portugal
    Posts
    147
    Thanks
    134
    Thanked 81 Times in 32 Posts
    Rep Power
    61

    Re: Article: HookShark64 Beta 0.1

    So this is what Bill Murray was running on his GhostBuster cannon... epic.

  8. #8
    Join Date
    Jul 2006
    Posts
    1,427
    Thanks
    40
    Thanked 339 Times in 130 Posts
    Rep Power
    163

    Re: Article: HookShark64 Beta 0.1

    Got a bug report recently.
    It turns out outdated debughelp libaries (imagehlp.dll / debughelp.dll) massively fuck up on XP. On newer libraries like on W7, where i develop, you can assign your own names to modules you load with SymLoadModule, which is needed in order to load symbols of multiple homonymous libraries. (for example in WoW64 processes both versions of ntdll.dll (x86/x64) are mapped into the process)

    This doesn't seem to work with the older libraries or on XP at all. Does someone have XP and can try to install the newest debug-libraries? [1] Then try to scan a light process (smss.exe for example) and look if there are any fails in the log, while trying to query an export-"symbol".

    http://msdn.microsoft.com/en-us/wind.../gg463009.aspx

  9. #9
    Join Date
    Jan 2007
    Location
    127.0.0.1
    Posts
    700
    Thanks
    12
    Thanked 123 Times in 64 Posts
    Rep Power
    116

    Re: Article: HookShark64 Beta 0.1

    [01:38:44] HookShark is running on: [VER 5.1 (Windows XP) x86 | 2 Cores ]
    [01:38:44] Current Version: 0.1.0.6
    [01:38:56] Getting Modules for [784] smss.exe
    [01:38:56] Getting Mappings for [784] smss.exe
    [01:38:56] Found 2 modules.
    [01:38:58] Reading process memory and mapping files for [784] smss.exe
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtTerminateProcess] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtRaiseHardError] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlInitUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAdjustPrivilege] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlFreeHeap] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlUpcaseUnicodeChar] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlUnicodeStringToInteger] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAllocateHeap] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlFreeUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!DbgPrintEx] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlExtendedIntegerMultiply] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryVolumeInformationFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtClose] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!wcslen] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!wcscpy] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryInformationProcess] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreatePagingFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetInformationFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryInformationFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!DbgPrint] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQuerySystemInformation] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!_allmul] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetSecurityObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlSetOwnerSecurityDescriptor] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlSetDaclSecurityDescriptor] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAddAccessAllowedAce] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateAcl] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateSecurityDescriptor] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAllocateAndInitializeSid] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlDosPathNameToNtPathName_U] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlExpandEnvironmentStrings_U] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryValueKey] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!swprintf] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenKey] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetValueKey] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreateKey] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreateFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtReadFile] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!_chkstk] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!wcsstr] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!_wcsupr] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtMakeTemporaryObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreateSymbolicLinkObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenDirectoryObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!wcsncpy] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAnsiStringToUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlInitAnsiString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!_stricmp] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreateSection] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!LdrVerifyImageMatchesChecksum] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreateDirectoryObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlSetEnvironmentVariable] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!LdrUnloadDll] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!LdrGetProcedureAddress] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlInitString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!LdrLoadDll] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCompareUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlEqualString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!memmove] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!_wcsicmp] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlDosSearchPath_U] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlQueryEnvironmentVariable_U] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlEqualUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAppendUnicodeToString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlAppendUnicodeStringToString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtWaitForSingleObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtResumeThread] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlDestroyProcessParameters] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateUserProcess] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateProcessParameters] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlUnlockBootStatusData] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlGetSetBootStatusData] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlLockBootStatusData] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtDisplayString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!sprintf] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtDuplicateObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlLengthSid] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlGetAce] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlPrefixUnicodeString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQuerySymbolicLinkObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenSymbolicLinkObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryDirectoryObject] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtRequestWaitReplyPort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlFindMessage] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetEvent] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetSystemInformation] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreateEvent] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlLeaveCriticalSection] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlEnterCriticalSection] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!wcscat] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!LdrQueryImageFileExecutionOptions] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtDelayExecution] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtInitializeRegistry] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlQueryRegistryValues] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtDeleteValueKey] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateEnvironment] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateUserThread] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCreatePort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlInitializeCriticalSection] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetInformationProcess] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlCreateTagHeap] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtSetInformationThread] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryInformationToken] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenThreadToken] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtImpersonateClientOfPort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtConnectPort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtCompleteConnectPort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtAcceptConnectPort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenProcess] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtReplyWaitReceivePort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlExitUserThread] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtReplyPort] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlSetThreadIsCritical] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtWaitForMultipleObjects] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlSetProcessIsCritical] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlUnicodeStringToAnsiString] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtAdjustPrivilegesToken] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtOpenProcessToken] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlUnhandledExceptionFilter] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlUnwind] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!NtQueryVirtualMemory] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!DbgBreakPoint] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Failure getting SymAddress for Import [NTDLL_X86!RtlNormalizeProcessParams] -- 0x0000007E (The specified module could not be found)
    [01:38:58] Done. 0 Hooks found in 453 ms.
    patchLib: (A GDI Gui Library) Click here!
    FontFactory v2: (D3D8 Font Renderin Library) Click here!
    Personal Development Blog: Click here!

    patchLibv3 development has started, check the above link(s) for more info.

  10. #10
    Join Date
    Jul 2006
    Posts
    1,427
    Thanks
    40
    Thanked 339 Times in 130 Posts
    Rep Power
    163

    Re: Article: HookShark64 Beta 0.1

    Yes. That is the error that i meant, that only seems to be happening on XP.
    Did you install the newest debug libraries (from the newest SDK)? WTF Microsoft...

    Sorry to all XP users. They have to wait until i have time to appropiately debug this on a XP machine.
    Last edited by DeepblueSea; 01-19-2012 at 05:52 AM.

  11. #11
    Join Date
    Jun 2004
    Location
    The Moon
    Posts
    3,984
    Thanks
    0
    Thanked 620 Times in 320 Posts
    Rep Power
    302

    Re: Article: HookShark64 Beta 0.1

    DEBUG ON A XP MACHINE? ACQUIRE VIRTUALBOX + XP AND STACKS ON DECK SHALL BE HAD



    ([oC]Streetmedic): wav hate my guts
    ([oC]Streetmedic): i swear he shadowz me
    (Absolution): its true
    (Absolution): actually
    P47R!CK says:
    you are no good for me
    [gØt]wäv? says:
    wrong
    i am good for you
    [gØt]wäv? says:
    and you know it

  12. #12
    Join Date
    Jul 2006
    Posts
    1,427
    Thanks
    40
    Thanked 339 Times in 130 Posts
    Rep Power
    163

    Re: Article: HookShark64 Beta 0.1

    Too lazy to waste my bandwidth with downloading the XP ISO i deleted errr i mean buying XP.
    Anyways, be patient or fuck off. Or both. I don't know.

  13. #13
    Join Date
    Jun 2004
    Location
    The Moon
    Posts
    3,984
    Thanks
    0
    Thanked 620 Times in 320 Posts
    Rep Power
    302

    Re: Article: HookShark64 Beta 0.1

    Quote Originally Posted by DeepblueSea View Post
    Too lazy to waste my bandwidth with downloading the XP ISO i deleted errr i mean buying XP.
    Anyways, be patient or fuck off. Or both. I don't know.
    I don't care I'm just offering you a valid way to end this problem. There is another way like jumping headfirst off a bridge. That could work.



    ([oC]Streetmedic): wav hate my guts
    ([oC]Streetmedic): i swear he shadowz me
    (Absolution): its true
    (Absolution): actually
    P47R!CK says:
    you are no good for me
    [gØt]wäv? says:
    wrong
    i am good for you
    [gØt]wäv? says:
    and you know it

  14. The Following 2 Users Say Thank You to wav For This Useful Post:

    Aidan (01-19-2012), peraZdera (01-19-2012)

  15. #14
    Join Date
    Jul 2006
    Posts
    1,427
    Thanks
    40
    Thanked 339 Times in 130 Posts
    Rep Power
    163

    Re: Article: HookShark64 Beta 0.1

    Quote Originally Posted by wav View Post
    I don't care I'm just offering you a valid way to end this problem.
    Yeah. I would have never ever thought of THAT. It's like a total new way of thinking. You gave me a total epiphany.

  16. #15
    Join Date
    Jun 2004
    Location
    The Moon
    Posts
    3,984
    Thanks
    0
    Thanked 620 Times in 320 Posts
    Rep Power
    302

    Re: Article: HookShark64 Beta 0.1

    Quote Originally Posted by DeepblueSea View Post
    Yeah. I would have never ever thought of THAT. It's like a total new way of thinking. You gave me a total epiphany.
    That's what I do.



    ([oC]Streetmedic): wav hate my guts
    ([oC]Streetmedic): i swear he shadowz me
    (Absolution): its true
    (Absolution): actually
    P47R!CK says:
    you are no good for me
    [gØt]wäv? says:
    wrong
    i am good for you
    [gØt]wäv? says:
    and you know it

  17. The Following User Says Thank You to wav For This Useful Post:

    DeepblueSea (01-19-2012)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. CSS Beta NoSpread
    By Badster in forum Counter-Strike: Source
    Replies: 35
    Last Post: 09-18-2011, 07:24 AM
  2. Discussion Starcraft 2 beta
    By syntroniks in forum Real Time Strategy / MMORPG
    Replies: 2
    Last Post: 02-28-2010, 11:02 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •