This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/iccard/aime.h

14 lines
217 B
C

#pragma once
#include <windows.h>
#include <stddef.h>
#include <stdint.h>
#include "iccard/mifare.h"
HRESULT aime_card_populate(
struct mifare *mifare,
const uint8_t *luid,
size_t nbytes);