qiling icon indicating copy to clipboard operation
qiling copied to clipboard

Support memory slicing

Open wtdcode opened this issue 2 years ago • 0 comments

Checklist

Which kind of PR do you create?

  • [x] This PR only contains minor fixes.
  • [ ] This PR contains major feature update.
  • [ ] This PR introduces a new function/api for Qiling Framework.

Coding convention?

  • [x] The new code conforms to Qiling Framework naming convention.
  • [x] The imports are arranged properly.
  • [x] Essential comments are added.
  • [x] The reference of the new code is pointed out.

Extra tests?

  • [x] No extra tests are needed for this PR.
  • [ ] I have added enough tests for this PR.
  • [ ] Tests will be added after some discussion and review.

Changelog?

  • [] This PR doesn't need to update Changelog.
  • [x] Changelog will be updated after some proper review.
  • [ ] Changelog has been updated in my PR.

Target branch?

  • [x] The target branch is dev branch.

One last thing


This is one of several efforts to make the current wrapper more pythonic to fix https://github.com/unicorn-engine/unicorn/issues/201.

This PR makes ql.mem support slicing.

wtdcode avatar May 08 '22 22:05 wtdcode