Skip to content

Instantly share code, notes, and snippets.

@DavidEGrayson
Created November 28, 2015 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidEGrayson/847cf27952fbfecbd303 to your computer and use it in GitHub Desktop.
Save DavidEGrayson/847cf27952fbfecbd303 to your computer and use it in GitHub Desktop.
YAML from perk worked
$ ~/Documents/scraps/test_midipix/perk.exe -Ip yaml /usr/bin/ls.exe | ruby -ryaml -e "p YAML.load(ARGF)"
{"msys-intl-8.dll"=>["libintl_bindtextdomain", "libintl_dcgettext", "libintl_gettext", "libintl_setlocale", "libintl_textdomain"], "msys-2.0.dll"=>["__assert_func", "__ctype_ptr__", "__cxa_atexit", "__errno", "__getreent", "__locale_mb_cur_max", "__main", "_dll_crt0", "_exit", "_impure_ptr", "abort", "acl", "btowc", "calloc", "clock_gettime", "closedir", "cygwin_internal", "dirfd", "dll_dllcrt0", "error", "exit", "fclose", "fflush_unlocked", "fprintf", "fputs_unlocked", "free", "fstat", "fwrite", "fwrite_unlocked", "getenv", "getgrgid", "getgrnam", "getopt_long", "getpwnam", "getpwuid", "gettimeofday", "ioctl", "isatty", "iswcntrl", "iswctype", "iswprint", "localeconv", "localtime", "longjmp", "lstat", "malloc", "mbrtowc", "mbsinit", "mbsrtowcs", "mbstowcs", "memchr", "memcmp", "memcpy", "memmove", "mempcpy", "memset", "mktime", "msys_detach_dll", "nl_langinfo", "opendir", "optarg", "optind", "posix_memalign", "printf", "program_invocation_name", "program_invocation_short_name", "putc_unlocked", "raise", "readdir", "readlink", "realloc", "setjmp", "setlocale", "sigaction", "sigaddset", "sigemptyset", "sigismember", "signal", "sigprocmask", "sprintf", "stat", "stpcpy", "stpncpy", "strcasecmp", "strcat", "strchr", "strcmp", "strcoll", "strcpy", "strdup", "strftime", "strlen", "strncmp", "strrchr", "strstr", "strtoul", "strtoumax", "tcgetpgrp", "tolower", "toupper", "towlower", "wcscat", "wcslen", "wcstombs", "wcswidth", "wctype", "wcwidth", "wmemchr", "wmemcpy"], "KERNEL32.dll"=>["GetACP", "GetModuleHandleA", "GetModuleHandleW", "GetProcAddress"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment