Skip to content
View snowyegret23's full-sized avatar
❤️
❤️

Block or report snowyegret23

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. PySharp PySharp Public

    C# BinaryReader 메서드 모듈

    Python 1

  2. taiwu_tool taiwu_tool Public

    태오회권 툴

    Python 1

  3. later_alligator_tool later_alligator_tool Public

    lateraligator 텍스트 교체 툴

    Python 1

  4. LTWOT_tool LTWOT_tool Public

    Labyrinth: The War on Terror 텍스트 교체 툴

    Python 1

  5. 파일의 특정 부분까지 주어진 xor 키를 사용하여 xor. 파일의 특정 부분까지 주어진 xor 키를 사용하여 xor.
    1
    import itertools
    2
    
                  
    3
    file = "testfile.bundle"
    4
    xor_key = b"\x43\x73\x6d\x36\x68\x50\x23\x50\x39\x76\x6d\x61"
    5
    endpoint = 0x400
  6. bmfont의 fnt파일을 읽어서 폰트 정보/글리프 정보를 dic... bmfont의 fnt파일을 읽어서 폰트 정보/글리프 정보를 dict로 리턴 (txt로 export했을때 사용)
    1
    import json
    2
    
                  
    3
    
                  
    4
    # 정수인지 판별
    5
    def isint(number):