ucode: adjust to latest ucode api
authorJo-Philipp Wich <jo@mein.io>
Mon, 7 Feb 2022 08:53:04 +0000 (09:53 +0100)
committerJo-Philipp Wich <jo@mein.io>
Mon, 7 Feb 2022 08:55:20 +0000 (09:55 +0100)
The public libucode api has been revised to return and expect an
uc_program_t pointer instead of a main function reference.

The program (former main function) is also not implicitly released
by uc_vm_execute() anymore.

Adjust the ucode plugin accordingly to match the new requirements.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

No differences found