Skip to content
View fitfrost4's full-sized avatar

Block or report fitfrost4

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. BinaryNinja Auto Symbol Linker for P... BinaryNinja Auto Symbol Linker for Projects
    1
    import binaryninja
    2
    """
    3
    Create a folder called lib in your project and import
    4
    all shared libraries there. the script will try to auto
    5
    import them.
  2. BinaryNinja Save Basicblock Offsets ... BinaryNinja Save Basicblock Offsets to File
    1
    import binaryninja
    2
    from binaryninja import interaction
    3
    
                  
    4
    """
    5
    Return offsets to all basicblocks