aboutsummaryrefslogtreecommitdiff
path: root/lib/jump-dis.h
blob: c567096888af1d1e29dc12486e785121b148041b (plain) (blame)
1
2
3
4
5
#pragma once
#include <stdint.h>
#include <stdbool.h>

bool jump_dis_main(void *code_ptr, uintptr_t pc_patch_start, uintptr_t pc_patch_end, bool pc_low_bit);