[unicorn-engine] SPARC modes 32 and 64 return invalid mode

  • From: Red Guy <redguy261@xxxxxxxxx>
  • To: unicorn-engine@xxxxxxxxxxxxx
  • Date: Mon, 20 Dec 2021 20:30:43 -0500

Hello I'm attempting to create A simple program which emulators A few SPARC
instructions. the line of code below is what I am trying to use to open A
new Unicorn engine but it is not working

err = uc_open(UC_ARCH_SPARC, UC_MODE_SPARC32, &uc);

Its returns A enum value of 4.

Other related posts: