Giter Club home page Giter Club logo

exesizecmp's Introduction

exesizecmp

Tool for breaking down section size differences between two executables.

Sample usage:

$ go build -o regular.exe .
$ go build -gcflags=all=-l -o noinl.exe .
$ ./exesizecmp -i=regular.exe,noinl.exe
.debug_frame	36971	47336	10365	p=0.3%
.debug_info	324515	251907	-72608	p=-0.2%
.debug_line	183460	139005	-44455	p=-0.2%
.debug_loc	198301	176922	-21379	p=-0.1%
.debug_ranges	70153	26842	-43311	p=-0.6%
.go.buildinfo	528	544	16	p=0.0%
.gopclntab	579104	594024	14920	p=0.0%
.rodata		337062	250263	-86799	p=-0.3%
.strtab		68520	97775	29255	p=0.4%
.symtab		73224	97776	24552	p=0.3%
.text		859480	862859	3379	p=0.0%
.typelink	2132	2224	92	p=0.0%
$

exesizecmp's People

Contributors

thanm avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.