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.

Featured Replies

Posted

How to determine the method of obfuscation?


XUxdEdj.png


well without take a look at the code it's not easy to determine what protection has been used, at first look looks like appfuscator, but not sure.


To me it also looks like Appfuscator.


Check if you can find a method :



int SomeName(Int32 num, Int32 num2, Int32 num3)

in the Global Module Type, <Module>


That method will only exist if it is Appfuscator and also string encryption has been applied.


Otherwise you can use de4dot to rename the assembly.


De4dot is preserving all important tokens, so the assembly should remain runable.

int SomeName(Int32 num, Int32 num2, Int32 num3)

should be:

string SomeName(Int32 num, Int32 num2, Int32 num3)

the method should return a string!

Also the common method name is c

Edited by CodeCracker

  • Author

Yes, method c exists


how deobfuscation?


 


sG0cv6a.png


jallvar:


Check this topic:


https://forum.tuts4you.com/topic/37118-appfuscator-unpacking-tools/


 


The strange part is that Appfuscator calls the string decryption with some invalid int parameters


when some beq conditions will lead there - probable that code shouldn't be reached.


I still don't know how to fix this problem.

its defnetly appfuscator, because:


-adding 14 fields to globaltype(7 int, 7 object)


-string decryption with 3 int as params


-incremental char renaming


  • Author

jallvar:

Check this topic:

https://forum.tuts4you.com/topic/37118-appfuscator-unpacking-tools/

 

The strange part is that Appfuscator calls the string decryption with some invalid int parameters

when some beq conditions will lead there - probable that code shouldn't be reached.

I still don't know how to fix this problem.

 

It did not help.

 

ztnK4fV.png

  • Author

people, help!?


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.