❔ How to work with channel sinks in NET 3.5
I'm attempting to reverse engineer how an application written in NET 3.5 gets data from a server by looking at the traffic in Wireshark and piecing it together with parts that can be decompiled (mostly just interfaces).
The trouble I'm currently having is that I'm having trouble understanding how to get the data the server sends.
I have setup basic remoting and sinks
and I'm able to call remote functions
but alongside the return value there's additional data sent. I'm assuming I need to write a custom sink to get it, but I'm unable to figure out how.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.