mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[NRO] Rename RoCrtEntryInsn to RoCrtEntryPoint
This commit is contained in:
parent
832f1d3472
commit
7406b3e462
2 changed files with 3 additions and 3 deletions
2
deps/libnintendo-hac
vendored
2
deps/libnintendo-hac
vendored
|
@ -1 +1 @@
|
|||
Subproject commit b39ac02fe81a0a81802d5c45d324e7c7504f8479
|
||||
Subproject commit c54c46d865d8253a8652d0791b7ec4d42230ee3e
|
|
@ -129,7 +129,7 @@ void NroProcess::displayHeader()
|
|||
{
|
||||
std::cout << "[NRO Header]" << std::endl;
|
||||
std::cout << " RoCrt: " << std::endl;
|
||||
std::cout << " EntryInsn: 0x" << std::hex << mHdr.getRoCrtEntryInsn() << std::endl;
|
||||
std::cout << " EntryPoint: 0x" << std::hex << mHdr.getRoCrtEntryPoint() << std::endl;
|
||||
std::cout << " ModOffset: 0x" << std::hex << mHdr.getRoCrtModOffset() << std::endl;
|
||||
std::cout << " ModuleId: " << fnd::SimpleTextOutput::arrayToString(mHdr.getModuleId().data, nn::hac::nro::kModuleIdSize, false, "") << std::endl;
|
||||
std::cout << " NroSize: 0x" << std::hex << mHdr.getNroSize() << std::endl;
|
||||
|
|
Loading…
Reference in a new issue