-
```
Currently VMA only support IGMPv2 with IP_ADD_MEMBERSHIP.
```
Original issue reported on code.google.com by `rosenbau...@gmail.com` on 1 Oct 2013 at 2:20
-
Users should be able to modify libxboxkrnl.lib and others.
Our makefile should generate these files.
This was originally part of nxdk, but we removed it because the LLVM tools didn't create compat…
-
It would be nice to have a portable way of getting the current stack's address and size (including for the case when just the main thread exists). E.g. the following is working on Linux:
```
#includ…
-
Hi ,
the testcase has the issue https://godbolt.org/z/j5baEPWfc like
```
- $ cat test.ld
- ENTRY(_start)
- SECTIONS
- {
- .text (VMA_START) : AT(VMA_START + LMA_START)
- {
- *(…
-
Good evening! In the previous version, it was possible to set up `base_addr` in `Image` like this:
```rust
let mut image = Image::from(bytes);
image.sections[0].base_address = address as usize;
…
-
## Subject
Running the boost::beast example (https://www.boost.org/doc/libs/1_81_0/libs/beast/example/http/client/async/http_client_async.cpp) with LD_PRELOAD=libvma.so fails
## Issue type
- [X…
-
```
It doesn't suport the beginFormat() event at all actually.
```
Original issue reported on code.google.com by `vmas...@gmail.com` on 1 Jul 2008 at 9:35
-
```
It doesn't suport the beginFormat() event at all actually.
```
Original issue reported on code.google.com by `vmas...@gmail.com` on 1 Jul 2008 at 9:35
-
Hello,
The ray example was super helpful in getting things up and running, however, when I tried to configure the PPOTrainer to use one policy per agent, the wrapper provided by VMAS could not be u…
-
I have a use case of listening on `0.0.0.0` but receiving multicast packets from multiple sources. I'd like to register the destination address (specifically the OS interface ID) the packet was receiv…