[NRO] Rename RoCrtEntryInsn to RoCrtEntryPoint

This commit is contained in:
jakcron 2020-02-29 13:11:21 +08:00
parent 832f1d3472
commit 7406b3e462
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit b39ac02fe81a0a81802d5c45d324e7c7504f8479 Subproject commit c54c46d865d8253a8652d0791b7ec4d42230ee3e

View file

@ -129,8 +129,8 @@ void NroProcess::displayHeader()
{ {
std::cout << "[NRO Header]" << std::endl; std::cout << "[NRO Header]" << std::endl;
std::cout << " RoCrt: " << 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 << " 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 << " ModuleId: " << fnd::SimpleTextOutput::arrayToString(mHdr.getModuleId().data, nn::hac::nro::kModuleIdSize, false, "") << std::endl;
std::cout << " NroSize: 0x" << std::hex << mHdr.getNroSize() << std::endl; std::cout << " NroSize: 0x" << std::hex << mHdr.getNroSize() << std::endl;
std::cout << " Program Sections:" << std::endl; std::cout << " Program Sections:" << std::endl;