Tagged articles
2 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Jun 18, 2024 · Information Security

Removing WinRAR Advertisement Popup by Reverse Engineering and Binary Patching

This tutorial explains how to locate and eliminate the persistent WinRAR advertisement window by using Spy++, API Monitor, and IDA to identify the RarReminder class, find the CreateWindow call at offset 0xaa56d, and replace the call instruction with NOP bytes, effectively disabling the popup.

Ad RemovalReverse EngineeringWinRAR
0 likes · 5 min read
Removing WinRAR Advertisement Popup by Reverse Engineering and Binary Patching
MaGe Linux Operations
MaGe Linux Operations
Feb 3, 2021 · Information Security

Reverse Engineering and Patching Python .pyd Modules with IDA

This guide explains how to compile Python code into .pyd files, unpack PyInstaller‑packed executables, decompile bytecode, analyze the generated assembly in IDA, and patch conditional logic to bypass license checks, providing a practical workflow for binary reverse engineering.

IDAPythonReverse Engineering
0 likes · 8 min read
Reverse Engineering and Patching Python .pyd Modules with IDA