Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 1, 2020 11:17
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 r-ryantm/3e4f339aef6b7e66305571ee415d5550 to your computer and use it in GitHub Desktop.
Save r-ryantm/3e4f339aef6b7e66305571ee415d5550 to your computer and use it in GitHub Desktop.
/nix/store/wm3mw9qjc6gc9j1072y1zafywswm1p6i-freerdp-2.2.0
├── bin
│   ├── freerdp-proxy
│   ├── freerdp-shadow-cli
│   ├── winpr-hash
│   ├── winpr-makecert
│   ├── wlfreerdp
│   └── xfreerdp
├── include
│   ├── freerdp2
│   │   └── freerdp
│   │   ├── addin.h
│   │   ├── altsec.h
│   │   ├── api.h
│   │   ├── assistance.h
│   │   ├── autodetect.h
│   │   ├── build-config.h
│   │   ├── cache
│   │   │   ├── bitmap.h
│   │   │   ├── brush.h
│   │   │   ├── cache.h
│   │   │   ├── glyph.h
│   │   │   ├── nine_grid.h
│   │   │   ├── offscreen.h
│   │   │   ├── palette.h
│   │   │   └── pointer.h
│   │   ├── channels
│   │   │   ├── audin.h
│   │   │   ├── channels.h
│   │   │   ├── cliprdr.h
│   │   │   ├── disp.h
│   │   │   ├── encomsp.h
│   │   │   ├── geometry.h
│   │   │   ├── log.h
│   │   │   ├── rail.h
│   │   │   ├── rdpdr.h
│   │   │   ├── rdpei.h
│   │   │   ├── rdpgfx.h
│   │   │   ├── rdpsnd.h
│   │   │   ├── remdesk.h
│   │   │   ├── tsmf.h
│   │   │   ├── urbdrc.h
│   │   │   ├── video.h
│   │   │   └── wtsvc.h
│   │   ├── client
│   │   │   ├── audin.h
│   │   │   ├── channels.h
│   │   │   ├── cliprdr.h
│   │   │   ├── cmdline.h
│   │   │   ├── disp.h
│   │   │   ├── drdynvc.h
│   │   │   ├── encomsp.h
│   │   │   ├── file.h
│   │   │   ├── geometry.h
│   │   │   ├── printer.h
│   │   │   ├── rail.h
│   │   │   ├── rdpei.h
│   │   │   ├── rdpgfx.h
│   │   │   ├── rdpsnd.h
│   │   │   ├── remdesk.h
│   │   │   ├── sshagent.h
│   │   │   ├── tsmf.h
│   │   │   └── video.h
│   │   ├── client.h
│   │   ├── codec
│   │   │   ├── audio.h
│   │   │   ├── bitmap.h
│   │   │   ├── bulk.h
│   │   │   ├── clear.h
│   │   │   ├── color.h
│   │   │   ├── dsp.h
│   │   │   ├── h264.h
│   │   │   ├── interleaved.h
│   │   │   ├── jpeg.h
│   │   │   ├── mppc.h
│   │   │   ├── ncrush.h
│   │   │   ├── nsc.h
│   │   │   ├── planar.h
│   │   │   ├── progressive.h
│   │   │   ├── region.h
│   │   │   ├── rfx.h
│   │   │   ├── xcrush.h
│   │   │   ├── yuv.h
│   │   │   └── zgfx.h
│   │   ├── codecs.h
│   │   ├── constants.h
│   │   ├── crypto
│   │   │   ├── ber.h
│   │   │   ├── certificate.h
│   │   │   ├── crypto.h
│   │   │   ├── der.h
│   │   │   ├── er.h
│   │   │   ├── per.h
│   │   │   └── tls.h
│   │   ├── display.h
│   │   ├── dvc.h
│   │   ├── error.h
│   │   ├── event.h
│   │   ├── extension.h
│   │   ├── freerdp.h
│   │   ├── gdi
│   │   │   ├── bitmap.h
│   │   │   ├── dc.h
│   │   │   ├── gdi.h
│   │   │   ├── gfx.h
│   │   │   ├── pen.h
│   │   │   ├── region.h
│   │   │   ├── shape.h
│   │   │   └── video.h
│   │   ├── graphics.h
│   │   ├── heartbeat.h
│   │   ├── input.h
│   │   ├── license.h
│   │   ├── listener.h
│   │   ├── locale
│   │   │   ├── keyboard.h
│   │   │   └── locale.h
│   │   ├── log.h
│   │   ├── message.h
│   │   ├── metrics.h
│   │   ├── peer.h
│   │   ├── pointer.h
│   │   ├── primary.h
│   │   ├── primitives.h
│   │   ├── rail.h
│   │   ├── scancode.h
│   │   ├── secondary.h
│   │   ├── server
│   │   │   ├── audin.h
│   │   │   ├── channels.h
│   │   │   ├── cliprdr.h
│   │   │   ├── disp.h
│   │   │   ├── drdynvc.h
│   │   │   ├── echo.h
│   │   │   ├── encomsp.h
│   │   │   ├── rail.h
│   │   │   ├── rdpdr.h
│   │   │   ├── rdpei.h
│   │   │   ├── rdpgfx.h
│   │   │   ├── rdpsnd.h
│   │   │   ├── remdesk.h
│   │   │   ├── server-common.h
│   │   │   └── shadow.h
│   │   ├── session.h
│   │   ├── settings.h
│   │   ├── svc.h
│   │   ├── types.h
│   │   ├── update.h
│   │   ├── utils
│   │   │   ├── passphrase.h
│   │   │   ├── pcap.h
│   │   │   ├── profiler.h
│   │   │   ├── ringbuffer.h
│   │   │   ├── signal.h
│   │   │   └── stopwatch.h
│   │   ├── version.h
│   │   └── window.h
│   ├── uwac0
│   │   └── uwac
│   │   ├── uwac.h
│   │   └── uwac-tools.h
│   └── winpr2
│   └── winpr
│   ├── asn1.h
│   ├── bcrypt.h
│   ├── bitstream.h
│   ├── clipboard.h
│   ├── cmdline.h
│   ├── collections.h
│   ├── comm.h
│   ├── credentials.h
│   ├── credui.h
│   ├── crt.h
│   ├── crypto.h
│   ├── debug.h
│   ├── dsparse.h
│   ├── endian.h
│   ├── environment.h
│   ├── error.h
│   ├── file.h
│   ├── handle.h
│   ├── heap.h
│   ├── image.h
│   ├── ini.h
│   ├── input.h
│   ├── interlocked.h
│   ├── intrin.h
│   ├── io.h
│   ├── library.h
│   ├── locale.h
│   ├── memory.h
│   ├── midl.h
│   ├── ndr.h
│   ├── nt.h
│   ├── ntlm.h
│   ├── pack.h
│   ├── path.h
│   ├── pipe.h
│   ├── platform.h
│   ├── pool.h
│   ├── print.h
│   ├── registry.h
│   ├── rpc.h
│   ├── sam.h
│   ├── schannel.h
│   ├── security.h
│   ├── shell.h
│   ├── smartcard.h
│   ├── spec.h
│   ├── ssl.h
│   ├── sspicli.h
│   ├── sspi.h
│   ├── stream.h
│   ├── string.h
│   ├── strlst.h
│   ├── synch.h
│   ├── sysinfo.h
│   ├── tchar.h
│   ├── thread.h
│   ├── timezone.h
│   ├── tools
│   │   └── makecert.h
│   ├── user.h
│   ├── version.h
│   ├── windows.h
│   ├── winhttp.h
│   ├── winpr.h
│   ├── winsock.h
│   ├── wlog.h
│   ├── wnd.h
│   ├── wtsapi.h
│   └── wtypes.h
├── lib
│   ├── cmake
│   │   ├── FreeRDP2
│   │   │   ├── FreeRDPConfig.cmake
│   │   │   ├── FreeRDPConfigVersion.cmake
│   │   │   ├── FreeRDPTargets.cmake
│   │   │   └── FreeRDPTargets-release.cmake
│   │   ├── FreeRDP-Client2
│   │   │   ├── FreeRDP-ClientConfig.cmake
│   │   │   ├── FreeRDP-ClientConfigVersion.cmake
│   │   │   ├── FreeRDP-ClientTargets.cmake
│   │   │   └── FreeRDP-ClientTargets-release.cmake
│   │   ├── FreeRDP-Server2
│   │   │   ├── FreeRDP-ServerConfig.cmake
│   │   │   ├── FreeRDP-ServerConfigVersion.cmake
│   │   │   ├── FreeRDP-ServerTargets.cmake
│   │   │   └── FreeRDP-ServerTargets-release.cmake
│   │   ├── FreeRDP-Shadow2
│   │   │   ├── FreeRDP-ShadowConfig.cmake
│   │   │   ├── FreeRDP-ShadowConfigVersion.cmake
│   │   │   ├── FreeRDP-ShadowTargets.cmake
│   │   │   └── FreeRDP-ShadowTargets-release.cmake
│   │   ├── uwac0
│   │   │   ├── uwac.cmake
│   │   │   ├── uwacConfig.cmake
│   │   │   ├── uwacConfigVersion.cmake
│   │   │   └── uwac-release.cmake
│   │   └── WinPR2
│   │   ├── WinPRConfig.cmake
│   │   ├── WinPRConfigVersion.cmake
│   │   ├── WinPRTargets.cmake
│   │   └── WinPRTargets-release.cmake
│   ├── libfreerdp2.so -> libfreerdp2.so.2
│   ├── libfreerdp2.so.2 -> libfreerdp2.so.2.2.0
│   ├── libfreerdp2.so.2.2.0
│   ├── libfreerdp-client2.so -> libfreerdp-client2.so.2
│   ├── libfreerdp-client2.so.2 -> libfreerdp-client2.so.2.2.0
│   ├── libfreerdp-client2.so.2.2.0
│   ├── libfreerdp-server2.so -> libfreerdp-server2.so.2
│   ├── libfreerdp-server2.so.2 -> libfreerdp-server2.so.2.2.0
│   ├── libfreerdp-server2.so.2.2.0
│   ├── libfreerdp-shadow2.so -> libfreerdp-shadow2.so.2
│   ├── libfreerdp-shadow2.so.2 -> libfreerdp-shadow2.so.2.2.0
│   ├── libfreerdp-shadow2.so.2.2.0
│   ├── libfreerdp-shadow-subsystem2.so -> libfreerdp-shadow-subsystem2.so.2
│   ├── libfreerdp-shadow-subsystem2.so.2 -> libfreerdp-shadow-subsystem2.so.2.2.0
│   ├── libfreerdp-shadow-subsystem2.so.2.2.0
│   ├── libuwac0.so -> libuwac0.so.0
│   ├── libuwac0.so.0 -> libuwac0.so.0.1.1
│   ├── libuwac0.so.0.1.1
│   ├── libwinpr2.so -> libwinpr2.so.2
│   ├── libwinpr2.so.2 -> libwinpr2.so.2.2.0
│   ├── libwinpr2.so.2.2.0
│   ├── libwinpr-tools2.so -> libwinpr-tools2.so.2
│   ├── libwinpr-tools2.so.2 -> libwinpr-tools2.so.2.2.0
│   ├── libwinpr-tools2.so.2.2.0
│   └── pkgconfig
│   ├── freerdp2.pc
│   ├── freerdp-client2.pc
│   ├── freerdp-server2.pc
│   ├── freerdp-shadow2.pc
│   ├── uwac0.pc
│   ├── winpr2.pc
│   └── winpr-tools2.pc
└── share
└── man
├── man1
│   ├── freerdp-shadow-cli.1.gz
│   ├── winpr-hash.1.gz
│   ├── winpr-makecert.1.gz
│   └── wlfreerdp.1.gz
└── man7
└── wlog.7.gz
31 directories, 273 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment