Geyslan Gregório

Results 131 comments of Geyslan Gregório

@tiago4orion, > You're making a very personal assumption here, but a valid one. You're parsing this sentence as you would parse borne shell. Actually I'm making the left-to-right assumption that...

@tiago4orion, do you mean a proper hash table or an abstract map implementation?

Nowadays bash is using _single_ quotation for spaced names by default. I have recollections of using backslash for that, but these days I have been induced to use single quotes...

@tiago4orion I got it. Spaced command paths can exist, so as you said it's a requisite. But it seems that you want to force literals usage avoiding variables as commands....

@tiago4orion I got your point in using only a `which` and abort on error. However in xrasengan I just used variables like that for later checking as you can see...

I think it's due to a Java Application Icon (JNLP). ``` $ ps aux | grep -i java uzu 332675 0.7 2.1 9272692 352068 ? Sl 13:28 0:11 /usr/lib/jvm/java-8-jre/jre/bin/java -classpath...

> 1. change the fd argument type to string For that I suppose we would need to change all [syscall args](https://github.com/aquasecurity/tracee/blob/main/pkg/events/events.go#L202) `{Type: "int", Name: "fd"}` (and related) to `{Type: "const...

Hi @Songrui625. I would recommend to follow the make rules from the main libbpfgo Makefile. If you want to run go get directly you should set the CGO env vars...

Closing this. @Songrui625 anything, please let us know.