Skip to content

Instantly share code, notes, and snippets.

/result.md Secret

Created September 15, 2015 16:59
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 anonymous/68aa5e61779f17c4bf46 to your computer and use it in GitHub Desktop.
Save anonymous/68aa5e61779f17c4bf46 to your computer and use it in GitHub Desktop.
result of hagb4rd's code

For this code:

 process.moduleLoadList

This was the output:

[ 'Binding contextify',
  'Binding natives',
  'NativeModule events',
  'NativeModule buffer',
  'Binding buffer',
  'Binding smalloc',
  'NativeModule util',
  'Binding uv',
  'NativeModule vm',
  'NativeModule timers',
  'Binding timer_wrap',
  'NativeModule _linklist',
  'NativeModule assert',
  'NativeModule path',
  'NativeModule module',
  'NativeModule fs',
  'Binding fs',
  'NativeModule constants',
  'Binding constants',
  'NativeModule stream',
  'NativeModule _stream_readable',
  'NativeModule _stream_writable',
  'NativeModule _stream_duplex',
  'NativeModule _stream_transform',
  'NativeModule _stream_passthrough',
  'Binding fs_event_wrap',
  'NativeModule smalloc',
  'NativeModule internal/smalloc',
  'NativeModule child_process',
  'Binding spawn_sync',
  'Binding pipe_wrap',
  'NativeModule internal/child_process',
  'NativeModule string_decoder',
  'NativeModule net',
  'Binding cares_wrap',
  'Binding tty_wrap',
  'Binding tcp_wrap',
  'Binding stream_wrap',
  'NativeModule dgram',
  'Binding udp_wrap',
  'Binding process_wrap',
  'NativeModule internal/socket_list',
  'NativeModule tty',
  'NativeModule readline',
  'NativeModule console',
  'NativeModule domain' ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment