├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── index.html └── src ├── angr.md ├── bap.md ├── binaryanalysistool.md ├── binaryninja.md ├── binaryninjacloud.md ├── capstone.md ├── cutter.md ├── diaphora.md ├── dotnetILviewer.md ├── dyninst.md ├── file.md ├── freedom.md ├── frida.md ├── gas.md ├── gcc.md ├── gdb.md ├── ghidra.md ├── hexdump.md ├── hopper.md ├── idapro.md ├── intelXed.md ├── miasm.md ├── nasm.md ├── nm.md ├── objdump.md ├── ollydbg.md ├── peda.md ├── pema.md ├── pin.md ├── qemu.md ├── radare2.md ├── readelf.md ├── retdec.md ├── rizin.md ├── snowman.md ├── spike.md ├── strings.md ├── triton.md ├── unicorn.md ├── valgrind.md ├── windbg.md ├── yara.md └── zynamics.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/index.html -------------------------------------------------------------------------------- /src/angr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/angr.md -------------------------------------------------------------------------------- /src/bap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/bap.md -------------------------------------------------------------------------------- /src/binaryanalysistool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/binaryanalysistool.md -------------------------------------------------------------------------------- /src/binaryninja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/binaryninja.md -------------------------------------------------------------------------------- /src/binaryninjacloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/binaryninjacloud.md -------------------------------------------------------------------------------- /src/capstone.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/capstone.md -------------------------------------------------------------------------------- /src/cutter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/cutter.md -------------------------------------------------------------------------------- /src/diaphora.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/diaphora.md -------------------------------------------------------------------------------- /src/dotnetILviewer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/dotnetILviewer.md -------------------------------------------------------------------------------- /src/dyninst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/dyninst.md -------------------------------------------------------------------------------- /src/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/file.md -------------------------------------------------------------------------------- /src/freedom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/freedom.md -------------------------------------------------------------------------------- /src/frida.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/frida.md -------------------------------------------------------------------------------- /src/gas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/gas.md -------------------------------------------------------------------------------- /src/gcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/gcc.md -------------------------------------------------------------------------------- /src/gdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/gdb.md -------------------------------------------------------------------------------- /src/ghidra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/ghidra.md -------------------------------------------------------------------------------- /src/hexdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/hexdump.md -------------------------------------------------------------------------------- /src/hopper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/hopper.md -------------------------------------------------------------------------------- /src/idapro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/idapro.md -------------------------------------------------------------------------------- /src/intelXed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/intelXed.md -------------------------------------------------------------------------------- /src/miasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/miasm.md -------------------------------------------------------------------------------- /src/nasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/nasm.md -------------------------------------------------------------------------------- /src/nm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/nm.md -------------------------------------------------------------------------------- /src/objdump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/objdump.md -------------------------------------------------------------------------------- /src/ollydbg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/ollydbg.md -------------------------------------------------------------------------------- /src/peda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/peda.md -------------------------------------------------------------------------------- /src/pema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/pema.md -------------------------------------------------------------------------------- /src/pin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/pin.md -------------------------------------------------------------------------------- /src/qemu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/qemu.md -------------------------------------------------------------------------------- /src/radare2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/radare2.md -------------------------------------------------------------------------------- /src/readelf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/readelf.md -------------------------------------------------------------------------------- /src/retdec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/retdec.md -------------------------------------------------------------------------------- /src/rizin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/rizin.md -------------------------------------------------------------------------------- /src/snowman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/snowman.md -------------------------------------------------------------------------------- /src/spike.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/spike.md -------------------------------------------------------------------------------- /src/strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/strings.md -------------------------------------------------------------------------------- /src/triton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/triton.md -------------------------------------------------------------------------------- /src/unicorn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/unicorn.md -------------------------------------------------------------------------------- /src/valgrind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/valgrind.md -------------------------------------------------------------------------------- /src/windbg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/windbg.md -------------------------------------------------------------------------------- /src/yara.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/yara.md -------------------------------------------------------------------------------- /src/zynamics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mohitmishra786/reversingBits/HEAD/src/zynamics.md --------------------------------------------------------------------------------