On 4/27/25 16:05, Jeremy Drake wrote:
On Sun, 27 Apr 2025, David Christensen wrote:
On 4/27/25 14:59, Jeremy Drake wrote:
Does sshfs.exe have any exports?  Should it?

I do not know how to answer that question.  Please provide a terminal command
I can run to find the answer.

That might have been more for Mark than for you, but you would use gendef
against it same as you did with the cygfuse dll.


2025-04-27 19:59:21 admin@dq67sw ~
$ gendef - /bin/cygfuse-3.2.dll
 * [/bin/cygfuse-3.2.dll] Found PE+ image
;
; Definition file of cygfuse-3.2.dll
; Automatic generated by gendef
; written by Kai Tietz 2008
;
LIBRARY "cygfuse-3.2.dll"
EXPORTS
__gcc_deregister_frame
__gcc_register_frame
fuse_apply_conn_info_opts
fuse_buf_copy
fuse_buf_size
fuse_clean_cache
fuse_daemonize
fuse_destroy
fuse_exit
fuse_get_context
fuse_get_session
fuse_getgroups
fuse_interrupted
fuse_invalidate_path
fuse_lib_help
fuse_loop
fuse_loop_mt_31
fuse_main_real
fuse_mount
fuse_new
fuse_notify_poll
fuse_opt_add_arg
fuse_opt_add_opt
fuse_opt_add_opt_escaped
fuse_opt_free_args
fuse_opt_insert_arg
fuse_opt_match
fuse_opt_parse
fuse_parse_conn_info_opts
fuse_pkgversion
fuse_pollhandle_destroy
fuse_remove_signal_handlers
fuse_set_signal_handlers
fuse_start_cleanup_thread
fuse_stop_cleanup_thread
fuse_unmount
fuse_version

2025-04-27 19:59:25 admin@dq67sw ~
$ gendef /bin/cygfuse-3.2.dll
 * [/bin/cygfuse-3.2.dll] Found PE+ image


 Or objdump -p.


2025-04-27 20:01:08 admin@dq67sw ~
$ objdump -p /bin/cygfuse-3.2.dll | wc
    636    3692   28218

2025-04-27 20:01:32 admin@dq67sw ~
$ objdump -p /bin/cygfuse-3.2.dll | gzip -9 > objdump_-p__bin_cygfuse-3.2.dll.out.gz


I have attached objdump_-p__bin_cygfuse-3.2.dll.out.gz. I do not know if this list server will include it (?).


... I transcribed the pop-up dialog incorrectly. <snip>

For future reference, you can hit Ctrl-C on a message box to copy its text
to the clipboard.  There's no affordance telling you that you can do this,
and in fact you get an error sound when you do if you have sounds turned
on, but it does copy text.


Thank you for the tip.  That will certain improve accuracy.


David

Attachment: objdump_-p__bin_cygfuse-3.2.dll.out.gz
Description: application/gzip

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to