Skip to main content

Questions tagged [vms]

VMS is an operating system for VAX minicomputers, created by DEC

3 votes
0 answers
1k views

Dealing with VM-obfuscated code and started learning about symbolic analysis but having a hard time wrapping my head around how to practically apply it to a problem. If someone can give me some ...
patchrail's user avatar
  • 143
2 votes
0 answers
859 views

I am a new student in the field of cybersecurity. I would like to learn more about how virtualization used by software such as CodeVirtualizer and VMProtect works, and ideally to be able to ...
Corentin Mar's user avatar
1 vote
1 answer
167 views

Does anyone know what is the purpose of RtlCheckSandboxedToken() in ntdll.dll, i cannot find any documentation, its prototype is: NTSYSAPI NTSTATUS NTAPI RtlCheckSandboxedToken( _In_opt_ HANDLE ...
n1h1l's user avatar
  • 41
1 vote
1 answer
165 views

I have a few dusty old VAX VMS executable files I want to tease apart. I just can't seem to find a decent description of the file format. The best I've got is the "VAX/VMS internals Student Workbook", ...
John Källén's user avatar