mirror of
https://github.com/open-goal/jak-project
synced 2026-08-22 07:04:29 -04:00
add decompiler
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*!
|
||||
* @file LinkedObjectFileCreation.h
|
||||
* Create a LinkedObjectFile from raw object file data.
|
||||
* This implements a decoder for the GOAL linking format.
|
||||
*/
|
||||
|
||||
#ifndef NEXT_LINKEDOBJECTFILECREATION_H
|
||||
#define NEXT_LINKEDOBJECTFILECREATION_H
|
||||
|
||||
#include "LinkedObjectFile.h"
|
||||
|
||||
LinkedObjectFile to_linked_object_file(const std::vector<uint8_t>& data, const std::string& name);
|
||||
|
||||
#endif //NEXT_LINKEDOBJECTFILECREATION_H
|
||||
Reference in New Issue
Block a user