Skip to content

adapte to kylin-arm64 - #12

Open
MapleStory1994 wants to merge 7 commits into
Huawei:kylin-armfrom
MapleStory1994:arm
Open

MapleStory1994 wants to merge 7 commits into
Huawei:kylin-armfrom
MapleStory1994:arm

Conversation

@MapleStory1994

Copy link
Copy Markdown

adapte to kylin-arm64

@pengqb

pengqb commented Oct 12, 2023

Copy link
Copy Markdown
  1. lookup_address function is only not open in the Kylin (arm) system. UOS (arm), has actually opened lookup_address function.
  2. kallsyms_lookup_name("__start_rodata") cannot get start_rodata address, you can pass it in during the installation of toa, and can be obtained from System.map.
  3. if (!defined aarch64) && (LINUX_VERSION_CODE < KERNEL_VERSION(4,18,0)) --> #if (!defined aarch64) || (LINUX_VERSION_CODE < KERNEL_VERSION(4,18,0)) ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants