Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknght committed Oct 27, 2024
1 parent 4431370 commit 593e1b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/engine/scan_userland_hook.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ import .. / cli / print_utils
import strutils

{.emit: """
#include <dlfcn.h>
#include <stdio.h>
char *rk_hook_find_hijack_func() {
void *libc_handler;
if (!(libc_handler = dlopen("libc.so.6", RTLD_LAZY)))
{
return;
Expand Down

0 comments on commit 593e1b4

Please sign in to comment.