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

""""""""""""""using the JIT-Freezer""""""""""""""""

THREADENTRY32 te{};
	auto Hd = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 19796);
	te.dwSize = sizeof(te);
	for(;;) {
if(te.th32OwnerProcessID != 19796) break;
		Thread32Next(Hd, te);
	} 
	Hd = OpenThread(PROCESS_ALL_ACCESS, FALSE, te.th32ThreadID);
	SuspendThread(Hd);

its not jitfreeze, its just suspend process ,

 

anyway if i can not run trial protected exe on other pc thn i think may be its useless 

Edited by Hadits follower
upgraded

  • 2 weeks later...

@whoknows
when I use JIT-Freezer is just silence exist the protected program!
How you did even get corrupted assembly? I think if we have a corrupted assembly and the specific Dnguard version with which was protected we can recreate a valid .NET assembly.
 

hi CE,

PFA

the trial is not running by default... 

 

 

dump tried also with other apps, the result was the same.

post rejected

 

Edited by Hadits follower
removed

merged

 

 

Edited by Hadits follower

Let's move this discussion to a separate thread

updated post + Fixed mime type , now video should be open on other browser 

 

i have tested in two mode mode native + dotnet mode 

i dont know if anyone can answer my question if i can not run the trial exe on other pc then what purpose ?????????? of doing this. dont know if i made mistake ,

 

anyway anyone has tried my jitfreezer/suspend process that i posted ?

THREADENTRY32 te{}; auto Hd = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 19796); te.dwSize = sizeof(te); for(;;) { if(te.th32OwnerProcessID == 19796) break; Thread32Next(Hd, te); } Hd = OpenThread(PROCESS_ALL_ACCESS, FALSE, te.th32ThreadID); SuspendThread(Hd);

i do not know why need it for this this trial dng,

i also dump exe over trial message the result

if i dump jit over the trial message i see the result is => i just get dump that message only its in <module> rest all is encrypted what ever 

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.