TCP_option_address
TCP_option_address copied to clipboard
adapte to kylin-arm64
adapte to kylin-arm64
- lookup_address function is only not open in the Kylin (arm) system. UOS (arm), has actually opened lookup_address function.
- 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.
- if (!defined aarch64) && (LINUX_VERSION_CODE < KERNEL_VERSION(4,18,0)) --> #if (!defined aarch64) || (LINUX_VERSION_CODE < KERNEL_VERSION(4,18,0)) ??