ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
emu_memory_access.h
Go to the documentation of this file.
1
15
16#pragma once
17
18#include <stddef.h>
19#include <stdint.h>
20#include <unicorn/unicorn.h>
21
22#include "ra8_attributes.h"
23
45uc_err emu_mem_read(uc_engine* uc, uint64_t address, void* bytes, size_t count);
46
68uc_err emu_mem_write(uc_engine* uc, uint64_t address, const void* bytes, size_t count);
uc_err emu_mem_read(uc_engine *uc, uint64_t address, void *bytes, size_t count)
Read guest memory through the central access seam.
uc_err emu_mem_write(uc_engine *uc, uint64_t address, const void *bytes, size_t count)
Write guest memory through the central access seam.
Annotation-attribute framework macros for ra8-firmware.