GithubHelp home page GithubHelp logo

Further info of setup about belf HOT 2 OPEN

RetroGamer74 avatar RetroGamer74 commented on June 2, 2024
Further info of setup

from belf.

Comments (2)

SocraticBliss avatar SocraticBliss commented on June 2, 2024 2

In short: Toss the XML and DLL into your IDA loaders directory and it should pop up, ensure you are running at least IDA 7.0...

With regards to building:

Download the IDA 7.1 SDK, it resolves a lot of the header dependencies (but not all of them), also grab this specific fork of TinyXML.

I downloaded VS2017 along with the target Windows SDK (10.0.17134.0) and edited the include/lib directories (as currently they are hardcoded to a location on his drive), and the IDA 7.1 SDK (so mimic'ing his exact build...)

There was only one change I had to do in order to get it to compile, the dyninfo.jmprel() was not defined, so I created the entry, and it was able to compile!

Next I tried just using the IDA 7.0 SDK, unfortunately this wouldn't compile, as in the belf_loader.cpp, dyninfo.jmprel(), ELFOSABI_NAC, ELFOSABI_CELLOSLV2 are missing (defined in elf.h for IDA 7.1 SDK)... and the reader.cpp is pretty much completely broken cause of it.

When I point to the IDA 7.1 SDK elf folder, then it can compile fine...

Build Requirements/Dependencies:
Visual Studio 2017
Windows SDK 10.0.17134.0
Proper include/lib directories defined
IDA 7.1 SDK

from belf.

modz2014 avatar modz2014 commented on June 2, 2024

this doesnt load when trying to load a decrypted eboot.elf

from belf.

Related Issues (3)

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.