mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-15 17:30:31 +00:00
return R_TRUFAE for load_bytes
This commit is contained in:
parent
740e1e8a25
commit
424cf30430
@ -18,7 +18,7 @@ static Sdb* get_sdb (RBinObject *o) {
|
||||
}
|
||||
|
||||
static void * load_bytes(const ut8 *buf, ut64 sz, ut64 loadaddr, Sdb *sdb){
|
||||
return NULL;
|
||||
return R_TRUFAE;
|
||||
}
|
||||
|
||||
static int check(RBinFile *arch) {
|
||||
|
Loading…
Reference in New Issue
Block a user