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.

ConfuserEx RefProxy Question

Featured Replies

Posted

Hi,

I have a question, when i resolve the refproxy (strong) of confuserex, and I want to replace

the delegate call with the real MemberRef how do i know if I need to use call/callvirt/newobj?

Is that somehow encoded in the signature or so?

Or how can i find out what OpCode to use?

 

~yq8

Edited by yq8

just check the ref proxy method (ConfuserEx is open source as you know) and you will find this 

code[index++] = (byte)((byte)fieldInfo.Name[Mutation.KeyI8] ^ opKey);

as you can see a byte from the name is used to encode to the OpCode's byte so you only need to compare the result with the value of each OpCode Call or Callvirt or newobj and you will find the OpCode that you need

  • Author

I see, thanks :)

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.