Skip to content

Commit

Permalink
Update ReKernel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline authored May 5, 2024
1 parent bc5cb3c commit f9281fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Develop/sample/java/ReKernel.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public static void start() {
int targetPid = StringUtils.StringToInteger(StringUtils.getSubString(data, "dst_pid=", ","));
int targetUid = StringUtils.StringToInteger(StringUtils.getSubString(data, "dst=", ";"));
// Your code
} else if (type.equals("Network")) {
int targetUid = StringUtils.StringToInteger(StringUtils.getSubString(data, "uid=", ";"));
// Your code
}
}
} catch (ErrnoException | InterruptedIOException | NumberFormatException ignored) {
Expand Down

0 comments on commit f9281fe

Please sign in to comment.