Skip to content
View well-mannered-goat's full-sized avatar
🐐
mehhhhh
🐐
mehhhhh

Block or report well-mannered-goat

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
well-mannered-goat/README.md

Taksh Patel

I am a systems programmer interested in debuggers, reverse engineering, operating systems, and low-level software.

Most of my work revolves around understanding how software executes, how binaries are structured, and how debugging infrastructure works across different operating systems and architectures.

Currently I contribute to Rizin, an open-source reverse engineering framework, where I work on debugger internals, architecture support, ELF handling, and binary analysis.

Areas of Interest

  • Debuggers
  • Reverse Engineering
  • Operating Systems
  • Binary Analysis
  • ELF Internals
  • Linux/BSD Internals
  • Program Analysis
  • Compilers

Current Work

  • Maintaining and improving debugger infrastructure in Rizin
  • Building a tree-based debugger
  • Developing PingOS, an experimental operating system
  • Exploring architecture-specific debugging and binary formats

Philosophy

I enjoy reading source code, understanding how systems work beneath the abstractions, and building tools that help others inspect and understand software.

I am a well mannered goat too !!

Pinned Loading

  1. Debugger Improvements and Portability Debugger Improvements and Portability
    1
    ### Debugger Improvements and Portability
    2
    
                  
    3
    #### Abstract
    4
    The debugger in Rizin can be used by various plugins like native plugin, gdb plugin, windbg plugin etc. Rizin's native debugger plugin is one of the few which supports various architectures and operating system. Due to this the codebase of this native debugger plugin gets a bit challenging to understand as well as fix.
    5
    
                  
  2. ideaflow ideaflow Public

    JavaScript

  3. PingOS PingOS Public

    C

  4. Treebugger Treebugger Public

    C++