Skip to content

atorr0/dummyfs

Repository files navigation

dummyfs

A dummy FS for Cygwin

Milestones

  1. ☀️ Integrate with Cygwin file operations (as LD_PRELOAD).
  2. 🕐 Support mount command file operations.
  3. Support ls command file operations.
  4. Support head command file operations.
  5. Support nano command file operations.
  6. Support vi command file operations with a large file.

Current status

2019-12-01 Changed to LD_PRELOAD + cygwin_internal(CW_HOOK,...) way of hooking. The initial demo of fopen-ing prints a successful message.

2019-11-23 The demo.c can make a JMP-based call to puts function.

Information links

C

GCC/gas

gdb

dlopen/LoadLibrary/DLL

musl/newlib/uClibc

Cygwin

LD_PRELOAD

About

A dummy FS for Cygwin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published