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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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
  3. Get task information from /proc Get task information from /proc
    1
    #!/bin/bash
    2
    # -fitfrost4
    3
    
                  
    4
    if [[ $# -ne 1 ]]; then
    5
      echo "Usage: $0 <PID>"
  4. BinaryNinja find insecure function c... BinaryNinja find insecure function calls
    1
    import binaryninja as bn
    2
    
                  
    3
    TAG_CATEGORIES = {
    4
        "High": {
    5
            "icon": "🟥",