Skip to content

Commit

Permalink
add support for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed May 20, 2024
1 parent 14c4f55 commit 4429cd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions panda/plugins/proc_start_linux/proc_start_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,10 +345,7 @@ void execveat_cb (CPUState* cpu, target_ptr_t pc, int dfd, target_ptr_t filename

bool init_plugin(void *self) {
self_ptr = self;
#if defined(TARGET_AARCH64)
fprintf(stderr, "[ERROR] proc_start_linux: aarch64 architecture not supported!\n");
return false;
#elif defined(TARGET_PPC)
#if defined(TARGET_PPC)
fprintf(stderr, "[ERROR] proc_start_linux: PPC architecture not supported by syscalls2!\n");
return false;
#else
Expand Down

0 comments on commit 4429cd5

Please sign in to comment.