1*4882a593Smuzhiyunconfig BR2_PACKAGE_POKE 2*4882a593Smuzhiyun bool "poke" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS # bdwgc 4*4882a593Smuzhiyun depends on BR2_USE_WCHAR # needs wctomb 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL 6*4882a593Smuzhiyun select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # less 7*4882a593Smuzhiyun select BR2_PACKAGE_BDWGC 8*4882a593Smuzhiyun select BR2_PACKAGE_LESS # runtime 9*4882a593Smuzhiyun select BR2_PACKAGE_READLINE 10*4882a593Smuzhiyun help 11*4882a593Smuzhiyun GNU poke is a new interactive editor for binary data. Not 12*4882a593Smuzhiyun limited to editing basic entities such as bits and bytes, 13*4882a593Smuzhiyun it provides a full-fledged procedural, interactive 14*4882a593Smuzhiyun programming language designed to describe data structures 15*4882a593Smuzhiyun and to operate on them. Once a user has defined a structure 16*4882a593Smuzhiyun for binary data (usually matching some file format) she can 17*4882a593Smuzhiyun search, inspect, create, shuffle and modify abstract entities 18*4882a593Smuzhiyun such as ELF relocations, MP3 tags, DWARF expressions, 19*4882a593Smuzhiyun partition table entries, and so on, with primitives 20*4882a593Smuzhiyun resembling simple editing of bits and bytes. The program 21*4882a593Smuzhiyun comes with a library of already written descriptions (or 22*4882a593Smuzhiyun "pickles" in poke parlance) for many binary formats. 23*4882a593Smuzhiyun 24*4882a593Smuzhiyun https://www.gnu.org/software/poke/ 25*4882a593Smuzhiyun 26*4882a593Smuzhiyuncomment "poke needs a toolchain w/ NPTL, wchar" 27*4882a593Smuzhiyun depends on BR2_PACKAGE_LIBATOMIC_OPS_ARCH_SUPPORTS 28*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_USE_WCHAR 29