Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

1 Screenshot

ScyllaHide is an open-source x64/x86 usermode Anti-Anti-Debug library. It hooks various functions in usermode to hide debugging. This will stay usermode! For kernelmode hooks use TitanHide.

Debugger Hiding:

  • PEB - BeingDebugged, NtGlobalFlag, Heap Flags
  • NtSetInformationThread - ThreadHideFromDebugger
  • NtQuerySystemInformation - SystemKernelDebuggerInformation, SystemProcessInformation
  • NtQueryInformationProcess - ProcessDebugFlags, ProcessDebugObjectHandle, ProcessDebugPort, ProcessBasicInformation, ProcessBreakOnTermination, ProcessHandleTracing
  • NtSetInformationProcess - ProcessBreakOnTermination, ProcessHandleTracing
  • NtQueryObject - ObjectTypesInformation, ObjectTypeInformation
  • NtYieldExecution
  • NtSetDebugFilterState
  • NtUserBuildHwndList - EnumWindows
  • NtUserFindWindowEx - FindWindowA/W, FindWindowExA/W
  • NtUserQueryWindow
  • NtClose
  • NtCreateThreadEx
  • BlockInput
  • Remove Debug Privileges
  • OutputDebugStringA - OutputDebugStringW

Timing Hooks:

  • GetTickCount
  • GetTickCount64
  • GetLocalTime
  • GetSystemTime
  • NtQuerySystemTimeHook
  • NtQueryPerformanceCounter

Special functions:

  • Prevent Thread creation - for protectors like Execryptor. Only use if you know what you are doing !
  • Malware RUNPE Unpacker - Hooks NtResumeThread and terminates + dumps the process created by malware

Protecting and Stealthing DRx (Hardware Breakpoints):

  • NtGetContextThread
  • NtSetContextThread
  • KiUserExceptionDispatcher (only x86)
  • NtContinue (only x86)

Hooks:

  • Stealth hooks for 32-bit targets (Tested against Themida/VMProtect)

User Feedback

Recommended Comments

There are no comments to display.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.