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.

Save Patch file problem in xdbg

Featured Replies

Posted

after edit target in xdbg64 and click to Patch ,when want to save patch ,not save patch.

use latest version of xdbg but I don't know why have this problem!

 

 

2022-02-23_205200.png

You're most likely trying to edit / save bytes that don't exist on disk

EDIT: I can't tell from the screenshot alone but you're probably editing the section alignment, the bytes at the end of a section used to round up the size in memory. Instead, write your patch "higher" up, closer to the original code, this is the file alignment and it exists on disk.

Edited by ra1n

  • Author
1 hour ago, ra1n said:

You're most likely trying to edit / save bytes that don't exist on disk

EDIT: I can't tell from the screenshot alone but you're probably editing the section alignment, the bytes at the end of a section used to round up the size in memory. Instead, write your patch "higher" up, closer to the original code, this is the file alignment and it exists on disk.

this target protected with vmprotect (mean I check  and patch packed program in xdbg64)and I only analyze in xdbg and wanna patch this and succesfully patched but for save have problem to not save patch.

22 hours ago, Louatamvik said:

this target protected with vmprotect (mean I check  and patch packed program in xdbg64)and I only analyze in xdbg and wanna patch this and succesfully patched but for save have problem to not save patch.

That's because you're trying to edit bytes that don't exist on disk; VMProtect creates and unpacks some code in memory.

  • 3 months later...

i got same error with u
cau help me fix it 
tks u very much 

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.