From f9c09293bf5f8da518c995bef7d768f1f1f65e47 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 27 Jan 2024 20:42:32 +0100 Subject: Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) --- docs/USAGE.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/USAGE.md b/docs/USAGE.md index 37e9f642..39852e21 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -109,6 +109,11 @@ Will use 32bits address in priority for external MMAP (when 32bits process are d * 0 : Use regular mmap (default, except for Snapdragron build) * 1 : Use 32bits address space mmap in priority for external mmap as soon a 32bits process are detected (default for Snapdragon build) +#### BOX64_IGNOREINT3 * +What to do when a CC INT3 opcode is encounter in the code being run + * 0 : Trigger a TRAP signal if a handler is present + * 1 : Just skip silently the opcode + #### BOX64_X11GLX * Force libX11's GLX extension to be present. * 0 : Do not force libX11's GLX extension to be present. -- cgit 1.4.1