offensive-vlang icon indicating copy to clipboard operation
offensive-vlang copied to clipboard

POCs to test Vlang in cybersecurity aspects.

Results 1 offensive-vlang issues
Sort by recently updated
recently updated
newest added

hello alex, i try to compile the code but getting this errors: ./shellcode.v:14:51: error: unknown type `size_t` 12 | fn inject(shellcode []byte) bool { 13 | println('Creating virtualAlloc') 14 |...