MCPcopy Create free account
hub / github.com/MzHmO/Exploit-Street / IsMountPoint

Method IsMountPoint

2024/CVE-2024-12754/exploit/MsiExploit/ReparsePoint.cpp:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357bool ReparsePoint::IsMountPoint(const std::wstring& path)
358{
359 return IsReparseTag(path, IO_REPARSE_TAG_MOUNT_POINT);
360}
361
362bool ReparsePoint::IsSymlink(const std::wstring& path)
363{

Callers

nothing calls this directly

Calls 1

IsReparseTagFunction · 0.85

Tested by

no test coverage detected