Skip to content

Periodic maintenance PR#1274

Merged
xwings merged 9 commits into
qilingframework:devfrom
elicn:dev-maintain
Nov 23, 2022
Merged

Periodic maintenance PR#1274
xwings merged 9 commits into
qilingframework:devfrom
elicn:dev-maintain

Conversation

@elicn
Copy link
Copy Markdown
Member

@elicn elicn commented Nov 20, 2022

Highlights:

  • Add support for big-endian BaseStruct, introducing BaseStructEL and BaseStructEB where selection is made based on emulated architecture
    • that means more OS structures can be modeled by human-readable structures rather than hard-to-follow pack / unpack
  • Support more POSIX socketcall functions
  • POSIX socket syscalls completely refactored to be more maintainable and more robust
    • Improved AF_INET6 sockets support
    • Improved AF_UNIX sockets support
  • Minor bugfixes around POSIX syscalls
  • Opportunistic code cleanup and PEP8-friendly tweaks

Closes #1261

@elicn elicn linked an issue Nov 22, 2022 that may be closed by this pull request
@xwings xwings merged commit 511f6c2 into qilingframework:dev Nov 23, 2022
@elicn elicn deleted the dev-maintain branch November 23, 2022 09:15
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.

getsockname missing AF_UNIX functionality

3 participants