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.

Running an exe from resources in VB .NET?

Featured Replies

Posted

Topic title says it all. Is it possible to write a code for it in VB .NET...

But i don't wanna extract it to some place. I wanna run it from resources only. :)

Edited by Keygen_Dr.

90% of the time this won't work. The exe will have to be extracted to memory, and this memory address is different from its imagebase.

Most exes don't have a relocation table so Windows can't adjust the code/data to work at the new address.

You could try allocating memory at the address of the imagebase, but chances are high your app and the one youre trying to load have the same image base, ie. 400000 which about 95% of all apps use.

Let's not even talk about the VB.NET part lol

Actually, with VB.net apps this is quite feasible due to the fact that VB.net apps come with relocations, and thus I'm sure you could rebase it to whatever memory you like, making way for the exe you are trying to load via resources :)

(Malware detector: positive) *cough*

If you want to run .NET files from memory, Loveless' post is sufficient, if you want to run non-.NET files without relocations from memory, create a new process, unmap and re-map it and you're done as well.

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.