Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Add missing fs gs variants #17

Closed
wants to merge 62 commits into from

Conversation

fbeqv
Copy link

@fbeqv fbeqv commented Jul 30, 2021

No description provided.

liangjs and others added 30 commits June 28, 2020 01:43
* fix 64-bit fstenv

* fix fstenv
- Q flag / GE flag were not included in APSR register (read/write)
  - UC_ARM_REG_APSR_NZCV register constant was ignored completely.
  - regression test added
…gine#1322)

* Adding Travis-CI cmake static

* fix 64-bit fstenv (unicorn-engine#1300)

* fix 64-bit fstenv

* fix fstenv

* safe_zip to false and travis adjustment

* Fixed zip_safe and cygwin setup

Co-authored-by: liangjs <761232680@qq.com>
…nicorn-engine#1326)

When unicorn and systemd are combined into a single binary the 2
libraries conflict on bitmap_set and bitmap_clear functions which breaks
unicorn.

Co-authored-by: Nicolae Mogoreanu <mogo@google.com>
…1305)

Caused by fbef45b.
Now the code assumes if it completes without an error, it was
successful.
* Add setjmp wrapper

* Add to projects

* Use wrapper on x64

* Always build on x64 and exclude on win32

* Fix signature

* Add comments

* Add comments for os-win32.h

* Add extern decleration

* Support cmake Windows build

* Fix for MinGW
* Adding Travis-CI cmake static

* fix 64-bit fstenv (unicorn-engine#1300)

* fix 64-bit fstenv

* fix fstenv

* safe_zip to false and travis adjustment

* Fixed zip_safe and cygwin setup

* Removing testpypi

Co-authored-by: liangjs <761232680@qq.com>
* Fix context size

* Make UcContext convertible to bytes and picklable

Fix when updaing context

* Test context pickling

* Fix double free when the context is pickled from bytes
* Implement uc_context_free

* Use uc_context_free for python bindings

* Format code

* Simplify code

* Move next,context inside while loop

* Add my name to CREDITS.TXT
Conflicting symbols need to be undefined before including altivec.h.
@fbeqv fbeqv closed this Jul 30, 2021
@fbeqv fbeqv deleted the add_missing_fs_gs_variants branch August 2, 2021 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet