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

Read the FULL ARTICLE HERE .

Full SOURCES and set of tools can be DOWNLOADED FROM HERE .

A PDF created from the website article is attached for the convenience of the readers.

PRACTICAL uses : The principles discussed can be used for reversing the firmware of Routers, Dongles etc etc.

Please note that while the author has focussed on firmware which is Open Source, the same principles can also be used for Closed-Source Firmware.
 

Quote

 

In this post, we will be binary patching a firmware image in order to hook into the entry point.

This is common practice when we are Reverse Engineering binary firmwares in an attempt to discover the interactions between machine code and hardware functionality.

For the purposes of this post, we will be redirecting the control flow to custom injected code after which the original control flow will be restored.

This post will take you through the tools and techniques we leverage in to order to instrument a binary image.

It is very useful to use a tool that helps with the patching.

We decided to use Capstone and Keystone to do perform the disassembly and assembly that is necessary.

 

 

 

Firmware Hooking - Using Capstone and Keystone.pdf

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.