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

Peering Inside the PE: A Tour of the Win32 Portable Executable File Format

The format of an operating system's executable file is in many ways a mirror of the

operating system. Although studying an executable file format isn't usually high on most

programmers' list of things to do, a great deal of knowledge can be gleaned this way. In this

article, I'll give a tour of the Portable Executable (PE) file format that Microsoft has

designed for use by all their Win32®-based systems: Windows NT®, Win32s™, and Windows® 95.

The PE format plays a key role in all of Microsoft's operating systems for the foreseeable

future, including Windows 2000. If you use Win32s or Windows NT, you're already using PE

files. Even if you program only for Windows 3.1 using Visual C++®, you're still using PE files

(the 32-bit MS-DOS® extended components of Visual C++ use this format). In short, PEs are

already pervasive and will become unavoidable in the near future. Now is the time to find

out what this new type of executable file brings to the operating system party.

I'm not going to make you stare at endless hex dumps and chew over the significance of

individual bits for pages on end. Instead, I'll present the concepts embedded in the PE file

format and relate them to things you encounter everyday.

MSDN

msdn-microsoft-com(6).pdf

This is really nice, it actually supplements the 8.2 MS spec doc giving a good abstract view before learning all specs.

Learning PE format should be suggested before any reversing tutorials, cause not knowing it just makes something already time consuming and difficult even more so.

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.