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.

patches are not applied :(

Featured Replies

Posted

Hi, I have a program that is packed with vmp , when I run it and try to make any patch, the x64dbg writes to me that 0/2 patches have been applied , I know that this may be due to the fact that the program is packed and when unpacking it unpacks the exe that was originally packed 🤒

so make a loader :? with dUP

 

An easier solution is to write a loader to patch the bytes in memory, like @whoknows suggested

  • 2 years later...

If you want to bypass the memory protection of VMProtect 3.x, you can set some flags of hProcess:

  • PROCESS_VM_OPERATION
  • PROCESS_VM_READ
  • PROCESS_VM_WRITE

Then try using WriteProcessMemory or NtWriteVirtualMemory to modify the memory.

  • 3 weeks later...
On 8/9/2024 at 9:54 PM, boot said:

If you want to bypass the memory protection of VMProtect 3.x, you can set some flags of hProcess:

  • PROCESS_VM_OPERATION
  • PROCESS_VM_READ
  • PROCESS_VM_WRITE

Then try using WriteProcessMemory or NtWriteVirtualMemory to modify the memory.

Sorry for asking in this thread, but you are only here who knows to much @boot. Can you tell me how to trace call from user32.dll messagebox to original call , what i mean where calling from exe dll messagebox? Thanks in advance

@ user32.dll messagebox breakpoint switch to CALL STACK

 

CPeZJjd.png

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.