Git Product home page Git Product logo

ctf-time / reverse-engineering-assembly Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12 KB

This mini project is built using x64 assembly language. It is a calculator that can perform + - * / on numbers taken as an input from user. I was learning assembly and reverse engineering for getting more insight into malware analysis and threat hunting. Hence, with the help oh hellsender01 github i was able to learn assembly and built a mini calculator out of my learning. Sepecial thanks to hellsender01 github -youtube channel 'The Cyber Expert'.

License: Apache License 2.0

Assembly 100.00%

reverse-engineering-assembly's Introduction

Reverse-Engineering-Assembly

This mini project is built using x64 assembly language. It is a calculator that can perform + - * / on numbers taken as an input from user. I was learning assembly and reverse engineering for getting more insight into malware analysis and threat hunting. Hence, with the help of hellsender01 github i was able to learn assembly and built a mini calculator out of my learning. Special thanks to hellsender01 github -youtube channel 'The Cyber Expert'. steps to run similar files with .asm extension-

  1. download nasm library and util.asm file
  2. nasm -f elf64 filename.asm -o filename.o ( -f is to define file format in which .asm file is created; -o to create object file)
  3. ld filename.o -o filename (ld is used to link object file with -o output file for smooth execution)
  4. launch the filename using - ./filename

reverse-engineering-assembly's People

Contributors

ctf-time avatar

Stargazers

lukale 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.