-
We're just missing a few native methods and it would be much faster.
-
If I attach to a process which is already has a system call in progress, and then press Ctrl-C before exiting, the system call is not recorded in the count or total time.
I think it should be.
T…
-
Programs may perform system calls, which can't be executed during verification.
One good example is `HashMap`s, which performs a system call to get a random value upon initialization. The program (…
-
I just spent some time trying to figure out how to also hook the write system call. I did not manage to do it. Do you plan to provide some generic functions/macros to hook any kind of system call? I c…
-
### Description
At CrewAI The src\crewai\agents\executor.py file of version 0.55.2 has calls to _create_short_term_memory and _create_long_term_memory from the CrewAgentExecutorMixin .
In the latest…
-
**Is your enhancement proposal related to a problem? Please describe.**
System calls on 32-bit x86 use the old-style `int 0x80` mechanism to trap to supervisor mode (Ring 0). There are more efficient…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.19.4 darwin/arm64
This is on macOS 12.6.1 with an M1 chip, but the problem seems to affect [Intel as well](h…
-
> ..\src\PluginLoader.cpp(46): fatal error C1083: Cannot open include file: 'dirent.h': No such file or directory
these are linux specific...
opendir()
readdir()
closedir()
caron updated
13 years ago
-
add in core a call to register event handler linked to an HTTP REST entry point.
vote here for this feature.
-
It seems [Dwarf2 requires the loaded plugin](https://github.com/panda-re/panda/blob/dev/panda/plugins/dwarf2/dwarf2.cpp#L2539). However, the loaded library [works only with 32-bit not 64-bit](https://…