Skip to content

Latest commit

 

History

History

reversing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

#Reversing

Reversing in the context of CTFs is usually the reverse engineering of software (executables/bin files) into assembly code and at times the original source code to understand what is happening in a program, break a program (e.g. buffer overflows), or to decrypt encryptions done by a program.

###Example

To-Do

##Getting Started

##Sources/See More

File command

IDA