1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-09 16:15+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../include/config.h:8
#, c-format
msgid ""
"ceccomp %s\n"
"Tag at %s\n"
"Build by %s\n"
msgstr ""
#: ../include/log/error.h:6
msgid "Unable to open file"
msgstr ""
#: ../include/log/error.h:7
msgid "Invalid arch"
msgstr ""
#: ../include/log/error.h:8
msgid "Invalid print mode"
msgstr ""
#: ../include/log/error.h:9
msgid "Invalid color mode"
msgstr ""
#: ../include/log/error.h:19
msgid "Invalid syscall_nr"
msgstr ""
#: ../include/log/error.h:20
msgid "Invalid syscall args"
msgstr ""
#: ../include/log/error.h:21
msgid "Invalid instruction pointer"
msgstr ""
#: ../include/log/error.h:22
msgid "Invalid pid"
msgstr ""
#: ../include/log/error.h:23
msgid "Please input syscall_nr to emu"
msgstr ""
#: ../include/log/error.h:25
#, c-format
msgid ""
"Your system arch (%s) does not match any arch supported by libseccomp, "
"please set an arch by -a manually"
msgstr ""
#: ../include/log/error.h:29
msgid "Invalid operator"
msgstr ""
#: ../include/log/error.h:30
msgid "Impossible cmp sym enum"
msgstr ""
#: ../include/log/error.h:31
msgid "Impossible alu sym enum"
msgstr ""
#: ../include/log/error.h:33
msgid "Invalid right value"
msgstr ""
#: ../include/log/error.h:34
msgid "Invalid left valiable"
msgstr ""
#: ../include/log/error.h:36
msgid "Invalid idx of $mem"
msgstr ""
#: ../include/log/error.h:37
msgid "Invalid mem statement"
msgstr ""
#: ../include/log/error.h:39
msgid "Invalid if line"
msgstr ""
#: ../include/log/error.h:40
msgid "Invalid return line"
msgstr ""
#: ../include/log/error.h:42
msgid "Missing parentheses in return data, example: ERRNO(2)"
msgstr ""
#: ../include/log/error.h:43
msgid "Invalid return data"
msgstr ""
#: ../include/log/error.h:46
msgid "Use parentheses to wrap condition, example: (condition)"
msgstr ""
#: ../include/log/error.h:47
msgid "Use 'goto' after (condition)"
msgstr ""
#: ../include/log/error.h:49
msgid "Line number to go after 'goto'"
msgstr ""
#: ../include/log/error.h:50
msgid "Line number to go after ',else goto'"
msgstr ""
#: ../include/log/error.h:51
msgid "Invalid line number after goto"
msgstr ""
#: ../include/log/error.h:52
msgid "Invalid jmp line number"
msgstr ""
#: ../include/log/error.h:53
msgid "Jmp line number less than pc"
msgstr ""
#: ../include/log/error.h:54
msgid "Invalid asm code"
msgstr ""
#: ../include/log/error.h:55
msgid "Invalid return value"
msgstr ""
#: ../include/log/error.h:57
msgid "Line length shall not exceeds 0x400"
msgstr ""
#: ../include/log/error.h:60
msgid "Invalid offset of seccomp_data"
msgstr ""
#: ../include/log/error.h:61
msgid "Store mem before ld or ldx"
msgstr ""
#: ../include/log/error.h:62
msgid "Jt and jf both 0"
msgstr ""
#: ../include/log/error.h:65
msgid "Alu div by zero"
msgstr ""
#: ../include/log/error.h:66
msgid "Alu lsh or rsh out of range"
msgstr ""
#: ../include/log/error.h:67
msgid "Jmp out of bpf len"
msgstr ""
#: ../include/log/error.h:68
msgid "Bpf filter must end with return"
msgstr ""
#: ../include/log/error.h:69
msgid "Invalid opertion"
msgstr ""
#: ../include/log/error.h:72
msgid ""
"The above code has errors, please check the warnings for specific details"
msgstr ""
#: ../include/log/error.h:77
msgid "execv failed executing"
msgstr ""
#: ../include/log/error.h:78
msgid "tracee syscall should be exiting here"
msgstr ""
#: ../include/log/error.h:79
#, c-format
msgid "Process %d spawned a new pid %d"
msgstr ""
#: ../include/log/error.h:80
#, c-format
msgid "Process %d exited"
msgstr ""
#: ../include/log/error.h:81
#, c-format
msgid "Parsing %d process seccomp filter"
msgstr ""
#: ../include/log/error.h:82
#, c-format
msgid "Peekdata failed at %p"
msgstr ""
#: ../include/log/error.h:84
msgid "Ptrace from 32-bit tracer to 64-bit tracee is limited"
msgstr ""
#: ../include/log/error.h:86
#, c-format
msgid "libseccomp does not support the tracee's arch (%#x)"
msgstr ""
#: ../include/log/error.h:89
msgid "Procfs not accessible, unable to perform"
msgstr ""
#: ../include/log/error.h:90
#, c-format
msgid "Target process is being traced by %d pid process"
msgstr ""
#: ../include/log/error.h:94
msgid "Run with CAP_SYS_PTRACE capability to seize a foreign process"
msgstr ""
#: ../include/log/error.h:95
msgid "Kernel thread can not be seized"
msgstr ""
#: ../include/log/error.h:97
msgid "perhaps seizing kthread or lacking CAP_SYS_PTRACE"
msgstr ""
#: ../include/log/error.h:98
#, c-format
msgid "No such process with pid %d in the system"
msgstr ""
#: ../include/log/error.h:99
msgid "Non-cbpf found, can't resolve, but continue"
msgstr ""
#: ../include/log/error.h:104
msgid ""
"perhaps PTRACE_GET_SECCOMP_FILTER is not supported or no seccomp filter in "
"target process"
msgstr ""
#: ../include/log/error.h:107
msgid "PTRACE_GET_SECCOMP_FILTER is not supported on your system"
msgstr ""
#: ../include/log/error.h:108
msgid "Error cause unknown, due to the followings"
msgstr ""
#: ../include/log/error.h:110
msgid ""
"Ceccomp is in seccomp mode, fetch seccomp filters of other process is not "
"permitted"
msgstr ""
#: ../include/log/error.h:114
msgid "Run with CAP_SYS_ADMIN capability to fetch seccomp filters"
msgstr ""
#: ../include/log/error.h:116
msgid "perhaps lacking CAP_SYS_ADMIN or ceccomp is in seccomp mode"
msgstr ""
#: ../include/log/error.h:118
#, c-format
msgid "No seccomp filters found in pid %d\n"
msgstr ""
#: ../include/help.h:2
msgid "Usage: ceccomp <subcommand> <args> <options>\n"
msgstr ""
#: ../include/help.h:22
msgid ""
"asm -- Assemble bpf text to raw bytes\n"
"disasm -- Disassemble raw bytes to bpf text\n"
"emu -- Emulate bpf program with given syscall and bpf text\n"
"help -- Display ceccomp help information\n"
"probe -- Trace the program for the first filter and emulate common "
"syscalls\n"
"trace -- Run program or trace pid, extract bpf filter and then print to "
"text\n"
"version -- Display ceccomp version\n"
msgstr ""
#: ../include/help.h:34
msgid ""
"Options:\n"
"-a, --arch (x86_64|aarch64|...) Which architecture to resolve syscall_nr, "
"default as your arch\n"
"-f, --fmt (hexline|hexfmt|raw) Output format, default as hexline\n"
"-p, --pid system_process_id Extract bpf filters from process and print "
"with bpf text form; CAP_SYS_ADMIN is needed to work\n"
"-o, --output file Print to file to avoid mixing ceccomp "
"output and tracee program output, default as stderr\n"
"-q, --quiet Print emulate result only\n"
"-c, --color When to print in color, default as auto\n"
"syscall_nr System call number or name (e.g. 0|read)\n"
"args[0-5], ip args and ip (instruction pointer) used for "
"emulation, default as 0\n"
"raw, text File with BPF RAW or BPF TEXT, see docs for "
"detail, default as stdin\n"
msgstr ""
#: ../src/trace.c:39
msgid "STRICT MODE DETECTED!"
msgstr ""
#: ../src/trace.c:40
msgid "Only read, write, _exit, sigreturn available!"
msgstr ""
|