GithubHelp home page GithubHelp logo

notes42's Introduction

notes42

Used for the cours at 42Lausanne

terminal commands

cmp

$ cmp foo bar compares the two files

dd if=/dev/urandom of=foo bs=1000 count=1000 writes a 1mb file of random data

inspecting binary files

explication video and another to look at later

strings

$ string a.out to bump all printable string in a.out

readelf

$ readelf --symbols a.out list all named symbols used

objectdump

$ objectdump -t ./a.out simmilar to readelf

$ objectdump -s ./a.out see sections

$ objectdump -d ./a.out disassemble it

strip

$ strip a.out removes symbols from binary, makes it a bit smaller and harder to interpret

gcc

-g flag add debug symbols to binary

signals

pgrep a.out gets the process id for a.out

kill -INT 543 send a process an interupt signal ps -A | less list process running can also use ps -e

notes42's People

Contributors

znichola avatar

Watchers

 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.