Package ghidra.pcode.emu.unix
Class EmuUnixUser
java.lang.Object
ghidra.pcode.emu.unix.EmuUnixUser
A simulated UNIX user
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EmuUnixUser
The default (root?) userfinal Collection
<Integer> final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_USER
The default (root?) user -
uid
public final int uid -
gids
-
-
Constructor Details
-
EmuUnixUser
Construct a new user- Parameters:
uid
- the user's uidgids
- the user's gids
-