├── README.md ├── athenahttp_decode.py ├── find_byte_strings.py ├── find_interesting_xor.py └── find_switch_jumps.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbor/reversing/HEAD/README.md -------------------------------------------------------------------------------- /athenahttp_decode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbor/reversing/HEAD/athenahttp_decode.py -------------------------------------------------------------------------------- /find_byte_strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbor/reversing/HEAD/find_byte_strings.py -------------------------------------------------------------------------------- /find_interesting_xor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbor/reversing/HEAD/find_interesting_xor.py -------------------------------------------------------------------------------- /find_switch_jumps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arbor/reversing/HEAD/find_switch_jumps.py --------------------------------------------------------------------------------