INNER CODE UNIT · Python

arr

CYBERGEM777/HIDEAGEM · HIDEAGEM.py:144

    arr = (ctypes.c_char_p * len(files))(*files)

    password_c = b''

    if args.password is not None:
        password_c = args.password.encode()

    if args.timetrap is not None:
        time_trap = args.timetrap
        gem_protocol = 2 # Auto protocol
    else:
        time_trap    = -1 # Time Trap disabled
        gem_protocol = 0 # Auto protocol

    # Prepare a c_uint64 variable to capture the output size
    out_ocean_size = ctypes.c_uint64()

    # Hide Gem Files in Ocean.

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…