PHTNC<>

Results 5 issues of PHTNC<>

While PS3MAPI is already powerful, it still misses a feature in my opinion, the ability to peek/poke on the Kernel and Hypervisor. This would enable developers to easily remotely change...

in [ps3mapi.h](https://github.com/aldostools/webMAN-MOD/blob/master/include/ps3mapi.h#L1427) in `handleclient_ps3map` WMM doesn't clear the input buffer after the command checking with ```c memset(&buffer[0], 0x00, PS3MAPI_RECV_SIZE); ``` The reason for that is I've noticed in the decompiled...

in [include/cmd/syscall.h Line 22](https://github.com/aldostools/webMAN-MOD/blob/master/include/cmd/syscall.h#L22) WebMAN MOD uses CCAPI's Syscall 200 to perform a memory read/write operation. Keep in mind that Enstone has abandoned these syscalls after CCAPI 2.60+, newer versions...

I'm not quite sure if this was done on purpose, or by accident, but I've noticed that in [ps3mapi_core.c](https://github.com/aldostools/Mamba/blob/master/stage2/ps3mapi_core.c) in the function [int ps3mapi_check_syscall(int num)](https://github.com/aldostools/Mamba/blob/master/stage2/ps3mapi_core.c#L519) that MAMBA (and also Cobra)...

**Is your feature request related to a problem? Please describe.** I kind of notice that when I use Auto Best Formation, for attacking, it merely uses Drill Formation, that can...

enhancement