Facechak.ld

.ei_face : _ei_face_start = .; *(.ei_face_extractor) *(.ei_face_classifier) _ei_face_end = .; > FLASH

– If you found facechak.ld unexpectedly or it was sent to you by someone, treat it with suspicion. Run an antivirus scan, avoid executing it, and consider checking for malware. facechak.ld

– Open it with a text editor (like Notepad++, VS Code, or cat / less in a terminal) to inspect its contents. Be cautious if you didn't create it or don't trust its source. .ei_face : _ei_face_start = .

.user_faces : __user_faces_start = .; . = . + 256 * 128; /* 256 users * 128-byte embedding */ __user_faces_end = .; > SRAM avoid executing it

Scroll to Top