leochou0729

Results 15 comments of leochou0729

When I run "ls -l" in the terminal, I can see the new file already in the drive, but Finder doesn't refresh immediately. Is there any way to force Finder...

I tried to make encfs drive local using "-o local", but it makes no difference. I suppose it's a bug in Finder. :(

@benrubson Unfortunately no. I have no idea whether it is a bug in OSXFUSE. I have the same problem on Windows 10 using encfs4win with Dokan library.

@benrubson passfs also has the same problem. If I mount it as local drive, I need to remount to show its content. If I mount it normally as network drive,...

OK. I will submit a bug report. Thanks!

https://github.com/osxfuse/osxfuse/issues/392 I've already submitted a bug report, but it seems to be an issue on encfs side. @benrubson @rfjakob

Hello, Sorry for the late reply. I use cpptime to print text to stdin every 10 seconds. This is the code: ``` CppTime::Timer t; auto id = t.add(seconds(1), [](CppTime::timer_id) {...

Yes. I inject a demo dylib into the Finder process, which is arm64e. I also cannot inject into other arm64 processes. SIP is disabled on my system. The inject tool...

I can launch the target process manually to load my dylib using the DYLD_INSERT_LIBRARIES environment variable, but I also need to inject running processes.

Checking the file extension is a little weak. I'd like to block sensitive information leaking outside, so I need to send different types of file to proper recognition engines. Someone...