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.

injecting code into a process

Featured Replies

You don't really have much of a clue when it comes to the PE format, huh

Coding around bugs and missing features if you're not familiar with PE internals is a bit of a hassle if not impossible

Dunno, read up on the specs of the import table, take a look at FixImports and implement what I told you

That's as much as I can help you.

Maybe grab sources of some of the few open source PE tools (PEEditor, TitanEngine)

  • 2 years later...

can anybody make a simple " write new bytes in memory with injecting DLL"
exampe

adress. 0x0043256

bytes: {0x90, 0x90}

writeprocessmemry ....

 

with inject method

If you are injected you can just use memset given the two bytes are the same and together:



memset( (LPVOID)0x0043256, 0x90, 2 );

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.