GithubHelp home page GithubHelp logo

cyberkaida / golang-ghidra Goto Github PK

View Code? Open in Web Editor NEW
16.0 16.0 2.0 48 KB

A Ghidra extension for Golang analysis

License: Apache License 2.0

Python 5.33% Java 94.67%
analysis ghidra golang reverse-engineering

golang-ghidra's Introduction

golang-ghidra's People

Contributors

cyberkaida avatar justfoxing avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

justfoxing

golang-ghidra's Issues

Golang PE binaries, symbols in wrong locations

You had an issue with symbols not being in correct locations in a PE binary. (firstmoduledata)

There was an issue that was fixed, but it doesn't seem to be included in a release yet.

The binary had 2 .data sections. This is a bit of a ghidra-ism. The first one is the initialized part of the .data, and the second one was for the uninitialized portion of the section.

When PE debug symbols were being laid down, the wrong section was being picked as the base address for the label symbol, so you would get the label at offset 1234 of the second (uninitialized) .data section instead of at offset 1234 of the first .data section.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.