elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elks
/
tools
/
elf2elks
/
lib
/
elftoolchain.patch
File editor
diff -r -U2 elftoolchain-0.7.1/common/native-elf-format elftoolchain-0.7.1-patched/common/native-elf-format --- elftoolchain-0.7.1/common/native-elf-format 2022-02-01 22:27:00.456329283 +0800 +++ elftoolchain-0.7.1-patched/common/native-elf-format 2022-02-01 22:27:15.396773538 +0800 @@ -38,4 +38,8 @@ } else if (match($0, ".*[xX]86-64")) { elfarch = "EM_X86_64"; + } else if (match($0, "ARM")) { + elfarch = "EM_ARM"; + } else if (match($0, "AArch64")) { + elfarch = "EM_AARCH64"; } else { elfarch = "unknown";
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history