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

Language : C#
Difficulty : idk
Platform : Windows
Packer/obfuscator :  COrona_obfuscator

Description :

Want To see if the protections is good enough. Corona_Vm is basically SOme one modded KOIVM idk if its good so yeah 

ScreenSHot

Spoiler

image.png.273a578f923127367713f7b80c558dd1.png 

 

VT :https://www.virustotal.com/gui/file/892dccbe1089f8b59827c1199f61cd40e8f74b9642b9965648d457dfd45fe425/detection
DL : https://bayfiles.com/n8U0jdkbo9/ConsoleApp2_exe

ConsoleApp2.zip

Edited by CodeExplorer

Solved by Washi

Go to solution

hmm nice load method :) thnx bro

Edited by mamo434376

  • 2 weeks later...

That's MemeVM

18 hours ago, kuri said:

That's MemeVM

This one???
https://github.com/csharpHub/MemeVM
 

41 minutes ago, CodeExplorer said:

nope just checked it some koivm with junk added

  • Solution

Very mature choice for username and password. 😑

Spoiler

user: HattanisGAy

pass: Noone ISgay

Tutorial:

Spoiler

No need for unpacking. Everything is visible in the debugger:

Tutorial using WinDBG:

  • Run program without debugger
  • Attach WinDBG, load SOS extension.
  • Break execution, !dumpheap -strings. Create a copy of the output
  • Continue execution, Enter random username and pasword.
  • Break execution, !dumpheap -strings again. Notice string "HattanisGAy" is added. Must be username
  • repeat previous two steps, but this time fill in correct username. Observe password.

Tutorial using dnSpy:

  • Run program without debugger
  • Attach dnSpy.
  • Think of a username (e.g. "washi") and password (e.g. "1234") combi
  • Add breakpoint on String.Equals(string a, string b) with condition a == "washi" || b == "washi"
  • Continue execution, enter random user-pass
  • Breakpoint hits, observe correct username.
  • Do the same with password.

 

Edited by Washi
Added missing words.

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.