-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autodetect asm.cpu whenever possible #4196
Draft
valdaarhun
wants to merge
8
commits into
rizinorg:dev
Choose a base branch
from
valdaarhun:asm_cpu
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Mar 5, 2024
-
ARM: Implement search for public (aeabi) attributes subsection
get_cpu_arm() scans through the ".ARM.attributes" section of the ELF file to find the "aeabi" subsection. This subsection contains general build attributes that records data about the compatibility of the ELF file.
Configuration menu - View commit details
-
Copy full SHA for e38c6ed - Browse repository at this point
Copy the full SHA e38c6edView commit details -
Rename "read_arm_attributes_section()" to "read_arm_aeabi_section()". This function searches for the "TAG_FILE" sub-subsection.
Configuration menu - View commit details
-
Copy full SHA for aead5d7 - Browse repository at this point
Copy the full SHA aead5d7View commit details -
ARM: Add macros defining tags in the public attributes subsection
Each tag's value is defined as a null-terminated string or a uleb128-encoded number. This info will be required while searching for "TAG_CPU_ARCH" and "Tag_CPU_ARCH_PROFILE" in the "ARM_TAG_FILE" sub-subsection.
Configuration menu - View commit details
-
Copy full SHA for 5075a5f - Browse repository at this point
Copy the full SHA 5075a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e0142 - Browse repository at this point
Copy the full SHA d6e0142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 943892f - Browse repository at this point
Copy the full SHA 943892fView commit details -
ARM: Read arm build attributes
* Read arm build attributes * Incorporate reviewed changes
Configuration menu - View commit details
-
Copy full SHA for cd134e2 - Browse repository at this point
Copy the full SHA cd134e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b71498 - Browse repository at this point
Copy the full SHA 2b71498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dbf207 - Browse repository at this point
Copy the full SHA 9dbf207View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.