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.

How to automate patching file with DnSpy

Featured Replies

Posted

Hello everyone! I am patching a file by DnSPY, so here is what I did:

1. Open file with DnSpy

2. Search for the function I want to patch

3. Patch the function by changing the first IL opcode to "ret"

4. Enable the "Keep old maxstack" checkbox

5. Save the new file

But the problem is that, this software usually has a new update, and everytime it updates, I have to re-patch again which is time-consuming. So do you guys know any library/method that can help me automate this process? Any help will be appreciated.

You could give it a try to some .net patching library, eg Harmony (there are more)

  • Author
1 hour ago, jackyjask said:

You could give it a try to some .net patching library, eg Harmony (there are more)

Thanks for the suggestion. If you know anymore please tell me, I will try them all

1)

download from releases the application by @Mobile46

github.com/mobile46/DotNetUniversalPatcher

2)

you can develop a .net application with dnlib

github.com/Mrakovic-ORG/NetLimiter_Patcher
github.com/Mrakovic-ORG/TablePlus_Patcher

  • Author
7 hours ago, whoknows said:

1)

download from releases the application by @Mobile46

github.com/mobile46/DotNetUniversalPatcher

2)

you can develop a .net application with dnlib

github.com/Mrakovic-ORG/NetLimiter_Patcher
github.com/Mrakovic-ORG/TablePlus_Patcher

Thank you! The first one is what I need. Also I think dnlib is great, I will try it in the future

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.