Add TODO.md, ARCHITECTURE.md. Update README.md. and add kernel proxy#1610
Open
xwings wants to merge 5 commits intoqilingframework:devfrom
Open
Add TODO.md, ARCHITECTURE.md. Update README.md. and add kernel proxy#1610xwings wants to merge 5 commits intoqilingframework:devfrom
xwings wants to merge 5 commits intoqilingframework:devfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
Which kind of PR do you create?
Coding convention?
Submodule update:
examples/rootfssubmodule to a newer commit, likely bringing in new or updated root filesystem examples.Extra tests?
Changelog?
Target branch?
One last thing
This pull request updates the Qiling Framework with improvements to documentation and Linux syscall mapping. The most significant changes are a major rewrite and reorganization of the
README.mdfor clarity and conciseness, and the addition of new Linux syscalls to the mapping tables. There are also minor maintenance updates.Documentation improvements:
Completely rewrote and reorganized
README.mdto improve clarity, update feature lists, restructure sections (including installation, usage, and comparison with similar tools), and provide more concise usage examples. Outdated or redundant content was removed, and new links and contact information were added. [1] [2] [3] [4] [5] [6]Removed the
TODOfile, directing users to the GitHub issues page for feature requests and outstanding tasks.Linux syscall table updates:
clone3,memfd_secret,futex_waitv, etc.) to the syscall mapping dictionaries inqiling/os/linux/map_syscall.py, ensuring more complete and up-to-date syscall coverage for emulation. [1] [2] [3] [4]