Code Monkey home page Code Monkey logo

fallout4-addresslibgen's Introduction

Usage Instructions

  • Begin by compiling the project itself.
  • Now we must prepare the inputs for the tool. It expects a folder full of artifacts from Meh's IDA export/diff tools.
  • Rename the idaexport folder for each version to use the version name of the executable instead (so the idaexport folder for the v1.10.163 release of Fallout 4 gets renamed to 1.10.163) and place them into the same root folder.
  • Collect the diff reports and rename them to indicate which versions are from the left/right columns (so the diff report between v1.10.163 and v1.10.980 would be renamed to 1.10.163_1.10.980.txt, assuming v1.10.163 is on the left column and v1.10.980 is on the right column) and place them into the same root folder.
  • Collect the version bins that have been previously released and place them in the same root folder.
  • The final product should look something like:
    • C:\libgen\artifacts\
      • 1.10.130\
        • idaexport_asm.txt
        • idaexport_base.txt
        • idaexport_func.txt
        • idaexport_global.txt
        • idaexport_name.txt
        • idaexport_segment.txt
        • idaexport_string.txt
        • idaexport_vtable.txt
        • idaexport_xrefs.txt
      • 1.10.138\
        • idaexport_asm.txt
        • idaexport_base.txt
        • idaexport_func.txt
        • idaexport_global.txt
        • idaexport_name.txt
        • idaexport_segment.txt
        • idaexport_string.txt
        • idaexport_vtable.txt
        • idaexport_xrefs.txt
      • 1.10.162\
        • idaexport_asm.txt
        • idaexport_base.txt
        • idaexport_func.txt
        • idaexport_global.txt
        • idaexport_name.txt
        • idaexport_segment.txt
        • idaexport_string.txt
        • idaexport_vtable.txt
        • idaexport_xrefs.txt
      • 1.10.130_1.10.138.txt
      • 1.10.138_1.10.162.txt
      • version-1-10-130-0.bin
      • version-1-10-138-0.bin
  • Pass this root directory as an argument to the tool and wait for processing to finish.
  • The tool will produce new bins in the root folder for versions which are missing them.

fallout4-addresslibgen's People

Contributors

ryan-rsm-mckenzie avatar

Stargazers

 avatar Derek Chafin avatar C J Silverio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.