Skip to content

Commit

Permalink
Add srand symbol resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Oct 13, 2024
1 parent 8aa9dbc commit 8be7c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,7 @@ static so_default_dynlib default_dynlib[] = {
{ "sprintf", (uintptr_t)&sprintf },
{ "sqrt", (uintptr_t)&sqrt },
{ "sqrtf", (uintptr_t)&sqrtf },
{ "srand", (uintptr_t)&srand },
{ "srand48", (uintptr_t)&srand48 },
{ "sscanf", (uintptr_t)&sscanf },
{ "stat", (uintptr_t)&stat_hook },
Expand Down

0 comments on commit 8be7c0e

Please sign in to comment.