Questions tagged [snoop]

Snoop is the open source WPF spying utility. It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.

Snoop is the open source WPF spying utility created by Pete Blois and now maintained by Team Snoop (Cory Plotts, Dan Hanan, Andrei Kashcha, and Maciek Rakowski).

It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.

56 questions
2
votes
1 answer

Device Binding Security Attack through SMS in iOS App

We have created an app for banks. In that apps we are doing device binding with phone number and device details through text SMS. Now attackers somehow used SMS forwarding technique to bind his own device with victim phone number. We are not sure…
Sommm
  • 527
  • 4
  • 22
2
votes
1 answer

MediaPlayer.snoop on android

I found the function MediaPlayer.snoop(short[], int) in Accessing the Android media stream for audio visualization but I couldn't use it. I am wondering there is a method snoop in MediaPlayer.class. Looks it is not public method but private one of…
2
votes
0 answers

How to use snoop WPF for UI Automation

I am trying to automate an app using AutomationElement or TestWhite/FlaUI, the problem is snoopWPF seems the only one that is able to see the elements inside the window due to its injection feature (spy++ or inspect.exe do not see the…
Jautomator
  • 149
  • 1
  • 9
2
votes
1 answer

Snooping on iOS API calls?

I'd like to see what kinds of API/framework calls are being made by an arbitrary iOS app. Is there some sort of mechanism or tool that I can use to do this?
Muin
  • 1,251
  • 11
  • 8
2
votes
1 answer

WPF : Binding only working when using Snoop

We use a Custom Popup in our WPF application. The problem with the WPF native popup is that: It use a new Windown so the content end up in an other visual tree which make transform calculation more complicated and you have no control over the…
Gael
  • 416
  • 1
  • 5
  • 16
2
votes
1 answer

snoop wpf virus total

I would like to use Snoop WPF to help in developing and troubleshooting my applications' UI. The problem is, when I check the file on Virus Total, it says that it is infected, so I am not allowed to install it at work. Has else had problems with…
user8128167
  • 6,929
  • 6
  • 66
  • 79
2
votes
4 answers

Snoop utility for WPF apps is not working - does it support WPF 4?

I have a WPF 4 application running on Windows XP. When I run Snoop, it picks up the application, however when I click on "Snoop this application" nothing happens. Also when I click on the magnifying glass nothing happens. Any ideas?
Greg
  • 34,042
  • 79
  • 253
  • 454
2
votes
4 answers

Which Packet Capture Format is better?

I am writing an application to save the captured IP packets to file. Which of the following packet capture format is better suited for use as the file format? Click on the link for more information on each. Snoop (rfc1761) PCAP In addition, is…
Lopper
  • 3,499
  • 7
  • 38
  • 57
2
votes
0 answers

Is it possible to snoop and read the websocket data traffic in iOS?

is it possible of any other App on iOS be able to snoop the websocket traffic between app (i.e UIWebView based client ) with its background websocket server thread ? Note: All these apps and services are running locally on the same iOS device.
user2548414
  • 269
  • 1
  • 4
  • 6
1
vote
0 answers

How to switch on elapsed time in Snoop

PySnooper has elapsed time in the outpoot and I get used to it's convenience, however I can't find it in Snoop. Is there a way to have elapsed time in Snoop?
arthur
  • 348
  • 4
  • 16
1
vote
0 answers

How to Detect The Clicked Control of a WPF App Outside the Application

Scenario: I have one more more WPF applications opened. I cannot change the source code of these apps. My purpose is Whenever user clicks any control (button, combobox, textbox etc.) on these apps, I want to know which control / element is clicked,…
1
vote
0 answers

Is it possible to not stop the execution of the code when it has this error?

I'm executing Xenko via Visual Studio which opens the Xenko's loading interface, and after selecting my project it opens Xenko's main interface. Here starts the problem: when I snoop the window of the Xenko's main interface, it stops the execution…
Beefr
  • 59
  • 6
1
vote
1 answer

Sensitive Dependency property values are exposed by snoop tool in WPF application, How to prevent that?

I am using one user control which has it's password property. To set that password property i am using DependencyProperty created in viewmodel. When I am running application and trying to debug using Snoop tool(SnoopWpf), and when i look into user…
umesh07
  • 41
  • 1
  • 1
  • 6
1
vote
0 answers

Can't enter text in Snoop for hosted WPF application

When I run Snoop against my application I am unable to enter any text within Snoop itself, i.e. nothing in the filter boxes above the controls or properties, and nothing in the property values. I can paste text that's in my copy buffer, and I can…
LordWilmore
  • 2,829
  • 2
  • 25
  • 30
1
vote
0 answers

Bluetooth HCI snoop log doesn't work on Nexus 6P

I'm trying to use "Bluetooth HCI snoop log" on my Nexus 6P with Android 7.1.2 but even if the option is enabled in the developer option it doesn't work. In fact, the option inside the bt_stack.conf is disabled. adb shell head …
Marco Gomiero
  • 41
  • 2
  • 7