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

I have .NET assembly packed with StarForce 5.91.1512.010. Here is some obfuscated code:

[System.Diagnostics.DebuggerStepThrough, AsyncStateMachine(typeof(Form1.<metroButton9_Click>d__15))]
private void metroButton9_Click(object sender, System.EventArgs e)
{
	Form1.<metroButton9_Click>d__15 <metroButton9_Click>d__ = new Form1.<metroButton9_Click>d__15();
	<metroButton9_Click>d__.<>4__this = this;
	<metroButton9_Click>d__.sender = sender;
	<metroButton9_Click>d__.e = e;
	<metroButton9_Click>d__.<>t__builder = AsyncVoidMethodBuilder.Create();
	<metroButton9_Click>d__.<>1__state = -1;
	AsyncVoidMethodBuilder <>t__builder = <metroButton9_Click>d__.<>t__builder;
	<>t__builder.Start<Form1.<metroButton9_Click>d__15>(ref <metroButton9_Click>d__);
}

How can I deobfuscate this?

Tried de4dot, doesn't works.

How did you know it's "StarForce" ?

13 minutes ago, Kurapica said:

How did you know it's "StarForce" ?

Protection ID detects it 

%7Boption%7DFGXfafY.png

 

@nitralal, could you post all the needed files to run the app, can't deob strings cause of missing file "gaposyvo.dll"

#1 - the code you posted is not obfuscated at all. It's a simple asynchronous method introduced in .NET 4.5.
#2 - gaposyvo.dll is missing. Without that nobody can tell anything about what protection it really is.
#3 - from what I can see in EXE file, only strings are encrypted (and probably downloaded from their server) and some licence-specific code is present in panel1_Click. Even monkey with half-brain should be able to fix that.

Any decent tutorial about manually decrypting strings in .NET should work.

@kao : I like this "John Becker" attitude :D

:rolleyes:

  • 3 weeks later...

Wants to deobfuscate code -> doesn't know that it isn't obfuscated.

lmao

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.