Skip to content
View jiganomegsdfdf's full-sized avatar
  • 00:31 (UTC +03:00)

Organizations

@QQBFNext
Block or Report

Block or report jiganomegsdfdf

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. Usage: go to folder "OUT/volume-*" e... Usage: go to folder "OUT/volume-*" extracted using "uefi-firmware-parser -b xbl.img -e -o OUT" and using any methods find directory with many other directories, usually its fourth level, starting from volume-* folder
    1
    import os
    2
    import re
    3
    import shutil
    4
    
    
    5
    dxefdfinc = []
  2. This program help your parse your ue... This program help your parse your uefiplat to C code.
    1
    from pyfdt.pyfdt import FdtBlobParse
    2
    
    
    3
    # NOTICE, you need to install pyfdt package first :)
    4
    # pip install pyfdt
    5
    
    
  3. edk2-veux edk2-veux Public

    Thats the base, without much drivers, but with booting menu, use to overlap on edk2-msm repo

    C

  4. kernel_xiaomi_sm6375 kernel_xiaomi_sm6375 Public

    Linux/Halium kernel for veux // Status: Compilation successful!

    C

  5. Help adapting anything like "techpac... Help adapting anything like "techpack/camera" for successful building using gcc 6 (PostmarketOS), if any error came up, that not script fault, that means OEM provide not so good sources, but it will be easy to fix. Usage: python3 AbsoluteToRelative.py "PATH where to replace all includes to relative one". THAT SCRIPT ALSO GOES IN SUBDIRECTORIES!!!
    1
    import os
    2
    import subprocess
    3
    import sys
    4
    
    
    5
    def find(name, path):
  6. android_device_samsung_golden android_device_samsung_golden Public

    C