• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

binaries

  1. itsMe

    Reverse Engineering OFRAK - Unpack, Modify, And Repack Binaries

    OFRAK (Open Firmware Reverse Analysis Konsole) is a binary analysis and modification platform. OFRAK combines the ability to:     Identify and Unpack many binary formats     Analyze unpacked binaries with field-tested reverse engineering tools     Modify and Repack binaries with powerful...
  2. dEEpEst

    Reverse Engineering Reversing GO binaries like a pro

    Reversing GO binaries like a pro Hidden content
  3. itsMe

    Reverse Engineering VulFi v1.0 - Plugin To IDA Pro Which Can Be Used To Assist During Bug Hunting In Binaries

    Introduction The VulFi (Vulnerability Finder) tool is a plugin to IDA Pro which can be used to assist during bug hunting in binaries. Its main objective is to provide a single view with all cross-references to the most interesting functions (such as strcpy, sprintf, system, etc.). For cases...
  4. itsMe

    ZipExec - A Unique Technique To Execute Binaries From A Password Protected Zip

    ZipExec is a Proof-of-Concept (POC) tool to wrap binary-based tools into a password-protected zip file. This zip file is then base64 encoded into a string that is rebuilt on disk. This encoded string is then loaded into a JScript file that when executed, would rebuild the password-protected zip...
  5. itsMe

    ZipExec: execute binaries from a password protected zip

    ZipExec ZipExec is a Proof-of-Concept (POC) tool to wrap binary-based tools into a password-protected zip file. This zip file is then base64 encoded into a string that is rebuilt on a disk. This encoded string is then loaded into a JScript file that when executed, would rebuild the...
  6. itsMe

    C/C++ LazySign - Create fake certs for binaries using windows binaries and the power of bat files.

    Create fake certs for binaries using windows binaries and the power of bat files Over the years, several cool tools have been released that are capeable of stealing or forging fake signatures for binary files. All of these tools however, have additional dependencies which require Go,python...
  7. itsMe

    Reverse Engineering unipacker: Automatic and platform-independent unpacker for Windows binaries

    The usage of runtime packers by malware authors is very common, as it is a technique that helps to hinder analysis. Furthermore, packers are a challenge for antivirus products, as they make it impossible to identify malware by signatures or hashes alone. In order to be able to analyze a packed...
Back
Top