unpacking

  1. CtrlAd

    [Paid job] Need to understand how the .bin file is packed

    I'm trying to analyze the structure of .BIN file. First I just need to extract all the json files. This BIN contains multiple ZIP-like archives along with firmware for an STM32 device. The ZIP files appear to have been deliberately altered, making them incompatible with standard archive...
  2. Sauron

    Unpacking Android Apps Via A Hardware-Assisted Approach

    alware authors have been abusing packers (or runtime based obfuscates [70]) to protect malicious apps from being analyzed [6]. We call the apps protected by packers as packed apps and their protection behaviors as packing behaviors, such as detecting the running environment, hiding the original...
  3. Sauron

    Reverse Engineering Tutorials

    What is Reverse Engineering? Reverse engineering, also called back engineering, is the processes of extracting knowledge or design information from anything man-made and re-producing it or reproducing anything based on the extracted information. Thanks Wikipedia So here we go: Tutorials...
  4. Mr.Robot

    ✨ UNPACKING PYARMOR OBFUSCATED PYTHON FILE/FILES ✨

    As the title says Everything is explained from here: Check: https://blueboxorg.github.io/bluebox/articles/unpacking-pyarmor.html
Top