#include <kernwin.hpp> // For get_screen_ea() definition
#include <bytes.hpp>
// Display the byte value for the current cursor position. The values returned should
// correspond to those in your IDA Hex view.
msg("%x\n", get_byte(get_screen_ea()));







