GithubHelp home page GithubHelp logo

robertdoo / ospy Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.86 MB

Automatically exported from code.google.com/p/ospy

Assembly 5.51% C 17.25% C# 54.41% C++ 21.09% Python 0.42% Shell 0.76% HTML 0.50% CSS 0.02% Perl 0.02% Makefile 0.03%

ospy's Introduction

ospy

Automatically exported from code.google.com/p/ospy

What is it?

oSpy is a tool which aids in reverse-engineering software running on the Windows platform. With the amount of proprietary systems that exist today (synchronization protocols, instant messaging, etc.), the amount of work required to keep up when developing interoperable solutions will quickly become a big burden when limited to traditional techniques. However, when the sniffing is done on the API level it allows a much more fine-grained view of what's going on. Seeing return-addresses for each recv/send call (for example), can prove useful when you want to look at the processing code at that spot in a debugger or static analysis tool. And if an application uses encrypted communication it's easy to intercept these calls as well. oSpy already intercepts one such API, and is the API used by MSN Messenger, Google Talk, etc. for encrypting/decrypting HTTPS data. Another neat feature is when wanting to see how an application behaves when in a firewalled environment. Normally you would have to simulate such an environment by configuring firewalls etc., which not only is time-consuming, but might also cripple the rest of the applications you've got running. oSpy solves this problem by a feature called softwalling which allows you to set rules based on the type of function-call, the return-address, local/remote address/port, etc., and lets you choose which error to signal back to the application when the rule matches. This way you can make the application think that for example a connect() timed out, connection was refused, there was no route to host, etc.

Getting Involved

Want to help out? oSpy is an open source project and contributions are most appreciated! Whether you want to help out with artwork, code, documentation or anything else, don't hesitate to contact me at oleavr at gmail dot com.

ospy's People

Contributors

robertdoo avatar

Stargazers

 avatar

Watchers

James Cloos avatar

ospy's Issues

KeyNotFoundException being thrown

What steps will reproduce the problem?
1. Monitor a program doing hundreds of recv's
2. Scroll through the recv events, viewing the data being recv'ed


What is the expected output? What do you see instead?

After scrolling through most of the recv's it throws an unhandled exception.

What version of the product are you using? On what operating system?
1.8.9.0
WinXP SP2

Please provide any additional information below.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Collections.Generic.KeyNotFoundException: The given key was not
present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at oSpy.Net.PacketParser.GetPacket(Int32 index)
   at oSpy.MainForm.UpdateDumpView()
   at oSpy.MainForm.dataGridView_SelectionChanged(Object sender, EventArgs e)
   at System.Windows.Forms.DataGridView.OnSelectionChanged(EventArgs e)
   at System.Windows.Forms.DataGridView.ProcessDownKeyInternal(Keys
keyData, Boolean& moved)
   at System.Windows.Forms.DataGridView.ProcessDownKey(Keys keyData)
   at System.Windows.Forms.DataGridView.ProcessDataGridViewKey(KeyEventArgs e)
   at System.Windows.Forms.DataGridView.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.DataGridView.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.DataGridView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
oSpy
    Assembly Version: 1.8.9.0
    Win32 Version: 1.8.9.0

Original issue reported on code.google.com by pushespretn on 20 Dec 2006 at 5:19

oSpy does not support spawning and monitoring applications from the start

What steps will reproduce the problem?
1. What are activeSync processes inject vs the regular inject option?
2. Anyway to catch a program as it is starting up rather than attaching 
after it has started.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
1.8.13.0  Windows XP SP2.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Jan 2007 at 8:49

Internet Explorer 7 in Vista Crashes

What steps will reproduce the problem?
1. run oSpy 1.9.7.0 
2. inject agent > iexplore (xxxx)
3. Internet Explorer crashes.. see Problem signature below. 

What is the expected output? What do you see instead?

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: iexplore.exe
  Application Version:  7.0.6001.18000
  Application Timestamp:    47918f11
  Fault Module Name:    oSpyAgent.dll_unloaded
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:   4987a39d
  Exception Code:   c0000005
  Exception Offset: 02626f08
  OS Version:   6.0.6001.2.1.0.768.2
  Locale ID:    1033
  Additional Information 1: fd00
  Additional Information 2: ea6f5fe8924aaa756324d57f87834160
  Additional Information 3: fd00
  Additional Information 4: ea6f5fe8924aaa756324d57f87834160

What version of the product are you using? On what operating system?

Vista Home Basic SP1 (32-bit)
IE 7.0.6001.18000

Please provide any additional information below.

I'm surprised no one else has reported IE7 crashing with oSpy.
I don't have anything unusuall running on my system.
If you need any other information, please let me know.


oSpy is a fantastic program, thanks !

Original issue reported on code.google.com by [email protected] on 14 Mar 2009 at 5:21

Signature of LoadlibraryA/LoadlibraryW is incompatible

What steps will reproduce the problem?
1. Injecting into a program.
2.
3.

What is the expected output? What do you see instead?
After message shows up, ospy does not seem to inject into process propely 
even though message says it does.

What version of the product are you using? On what operating system?

1.9
Please provide any additional information below.

Seems to happen with several programs although this problem did no seem to 
occur when I first tried ospy.

Original issue reported on code.google.com by [email protected] on 20 Jan 2007 at 7:13

Can't attach to any process

What steps will reproduce the problem?
Try to attach to any processes

What is the expected output? What do you see instead?
I receive this error message : 
---------------------------
Error
---------------------------
Failed to start capture: Method not found: 'Int32 
System.Threading.WaitHandle.WaitAny(System.Threading.WaitHandle[], Int32)'.

If you're trying to monitor Internet Explorer, make sure you disable its 
"Protected Mode" feature. This issue will be addressed in a future oSpy 
release.
---------------------------
OK   
---------------------------


What version of the product are you using? On what operating system?
1.10.2 Windows Vista Ultimate

Please provide any additional information below.
I've never been able to use the product at all, so I have little more to 
offer

Original issue reported on code.google.com by [email protected] on 26 Aug 2009 at 3:42

oSpy requires .NET 2.0 runtime installed

What steps will reproduce the problem?
1. Launch Application oSpy 1.9.0
2.
3.

What is the expected output? What do you see instead?
The application failed to initialize properly(0xc0000135)

What version of the product are you using? On what operating system?
Windows XP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 23 Jan 2007 at 1:40

problem to start injection

Hi, before all i'd like to congratz with you for you amazing application,
but lately i'm getting always the following problem when i try to inject
the agent.


Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché
questa finestra
sono riportate in fondo al messaggio.

************** Testo dell'eccezione **************
System.ComponentModel.Win32Exception: Impossibile trovare il file specificato
   in System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo
startInfo)
   in System.Diagnostics.Process.Start()
   in oSpy.InjectForm.asStartButton_Click(Object sender, EventArgs e)
   in System.Windows.Forms.Control.OnClick(EventArgs e)
   in System.Windows.Forms.Button.OnClick(EventArgs e)
   in System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
   in System.Windows.Forms.Control.WndProc(Message& m)
   in System.Windows.Forms.ButtonBase.WndProc(Message& m)
   in System.Windows.Forms.Button.WndProc(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Assembly caricati **************
mscorlib
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
oSpy
    Versione assembly: 1.9.7.0
    Versione Win32: 1.9.7.0
    Base di codice:
file:///C:/Documents%20and%20Settings/LOCU/Desktop/oSpy-1.9.7/oSpy.exe
----------------------------------------
System.Windows.Forms
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/System.Windows.Forms.dll
----------------------------------------
System
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.Drawing.dll
----------------------------------------
System.Data
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.
Data.dll
----------------------------------------
System.Xml
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.dll
----------------------------------------
System.Windows.Forms.resources
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b
77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Accessibility
    Versione assembly: 2.0.0.0
    Versione Win32: 2.0.50727.1433 (REDBITS.050727-1400)
    Base di codice:
file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Acc
essibility.dll
----------------------------------------

************** Debug JIT **************
Per attivare il debug JIT, è necessario impostare il valore
jitDebugging nella sezione system.windows.forms del file di configurazione
dell'applicazione o del computer (machine.config).
L'applicazione inoltre deve essere compilata con il debug
attivato.





Original issue reported on code.google.com by [email protected] on 7 Feb 2009 at 1:04

Inaccurate data

What steps will reproduce the problem?
1. capture > 500 bytes with some of the windows api functions like
CryptHashData

What is the expected output? What do you see instead?
actual data passed to the function

nearly the correct data but with a couple of null bytes replacing some of
the correct ones

What version of the product are you using? On what operating system?
latest, XP

Original issue reported on code.google.com by [email protected] on 15 Mar 2010 at 9:07

  • Merged into: #22

WLM 2011 crashes (Windows 7)

What steps will reproduce the problem?
1. Run oSpy as Administrator
2. Create Process... select WLM binary and Start in WLM directory
3. Log into WLM

What is the expected output? What do you see instead?

Expect to see WLM start up correctly, instead it crashes:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: msnmsgr.exe
  Application Version:  15.4.3538.513
  Application Timestamp:    4dcdb2b3
  Fault Module Name:    KERNELBASE.dll
  Fault Module Version: 6.1.7600.16385
  Fault Module Timestamp:   4a5bdaae
  Exception Code:   e0434f4d
  Exception Offset: 00009617
  OS Version:   6.1.7600.2.0.0.256.4
  Locale ID:    1033
  Additional Information 1: 6e13
  Additional Information 2: 6e13b31b6841d5387daae46575c969ae
  Additional Information 3: 7cd1
  Additional Information 4: 7cd15969c9a0f2b676551f74259713ee

What version of the product are you using? On what operating system?

Using WLM version 15.4.3538.513 on Windows 7.

Please provide any additional information below.

I've tried turning protected mode off in IE, as well as several different WLM 
users, but it's still crashing on me.

Original issue reported on code.google.com by [email protected] on 19 Apr 2012 at 7:44

Failed to start capture

What steps will reproduce the problem?
1. Run as Admin
2. Start a capture by Attaching to a Process (Mcafee one).
3. It start "waiting for logging agent" but stop and make an error.

What is the expected output? What do you see instead?
Popup Error: "Failed to start capture: Impossible de charger le fichier ou 
l'assembly 'oSpyAgent, Version=1.10.3528.32804, Culture=neutral, 
PublicKeyToken=f38f19e9943b6121' ou une de ses dépendances. L'application n'a 
pas pu démarrer car sa configuration côte-à-côte est incorrecte." See all 
the message on the attachment.

What version of the product are you using? On what operating system?
Last release of Ospy : 1.10.4
OS: Windows 2008 server R2 (on VirtualBox)

Please provide any additional information below.
Full control for SYSTEM set on the folder in which oSpy is installed.

Original issue reported on code.google.com by dzrider on 18 Jul 2012 at 3:48

Attachments:

oSpy unhandeled exception in Conversations

What steps will reproduce the problem?
1. View/Conversations
2. Visualizer/TCP
3.

What is the expected output? What do you see instead?
I get the error after a while. The error is attached.


What version of the product are you using? On what operating system?
Version 0.8.9.0, Windows XP SP2, .NET 2.0.


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Nov 2006 at 7:34

Attachments:

Unhandled ConstraintException Exception when "Create softrule from entry ..."

What steps will reproduce the problem?
1. sniff some packets
2. right click on grid -> "Create softrule from entry ..." a few times
3. delete a softrule from the middle of softrules (for example delete 
Rule2 while you have 3 rules)
4. right click on grid -> "Create softrule from entry ..." again

What is the expected output? What do you see instead?
A new soft rule with proper name is expected. the program crashes istead.

Suggestion:
public void AddRule(string processName, string functionName,
                            uint returnAddress,
                            string localAddress, ushort localPort,
                            string remoteAddress, ushort remotePort)
        {
            DataTable tbl = softwallDataSet.Tables[0];
            DataRow row = tbl.NewRow();

            string name = String.Format("Rule{0:00}", 
ruleListView.Items.Count + 1);                      

            row["Name"] = name;
            row["ProcessName"] = processName;
            row["FunctionName"] = functionName;

            if (returnAddress != 0)
                row["ReturnAddress"] = returnAddress;

            if (localAddress != null)
                row["LocalAddress"] = localAddress;
            if (localPort > 0)
                row["LocalPort"] = localPort;

            if (remoteAddress != null)
                row["RemoteAddress"] = remoteAddress;
            if (remotePort > 0)
                row["RemotePort"] = remotePort;

            row["ReturnValue"] = DEFAULT_RETURN_VALUE;
            row["LastError"] = DEFAULT_LAST_ERROR;

            try
            {
                tbl.Rows.Add(row);
            }
            catch (ConstraintException)
            {                
                for (int i = 1; i <= ruleListView.Items.Count; i++ )
                {
                    string temp = String.Format("Rule{0:00}", i);
                    bool tempExists = false;
                    foreach(DataRow tempRow in tbl.Rows)
                    {
                        if(tempRow["Name"].Equals(temp))
                        {
                            tempExists = true;
                            break;
                        }
                    }
                    if(!tempExists)
                    {
                        name = temp;
                        row["Name"] = name;
                        tbl.Rows.Add(row);                        
                        break;
                    }                    
                }
            }
            ruleListView.Items.Add(name);

            ruleListView.SelectedIndices.Clear();
            ruleListView.SelectedIndices.Add(ruleListView.Items.Count - 1);
        }


Original issue reported on code.google.com by [email protected] on 4 Jan 2007 at 8:21

cannot initiate a capture ; neither attach nor create

What steps will reproduce the problem?
1. Attempt to start a capture by Creating a Process or Attaching to a Process.
2.
3.

What is the expected output? What do you see instead?
well expected to start capturing packets of selected process
instead (check the attached file )


What version of the product are you using? On what operating system?
1.10.4 ON Windows 7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Dec 2012 at 7:14

Attachments:

Inaccurate data

What steps will reproduce the problem?
1. capture > 500 bytes with some of the windows api functions like
CryptHashData

What is the expected output? What do you see instead?
actual data passed to the function

nearly the correct data but with a couple of null bytes replacing some of
the correct ones

What version of the product are you using? On what operating system?
latest, XP

Original issue reported on code.google.com by [email protected] on 15 Mar 2010 at 9:07

oSpy injection issues when running in an RDP session

What steps will reproduce the problem?
1. start ospy on 2003 server rdp
2.
3.

What is the expected output? What do you see instead?
start of application is expected. Nothing happens

What version of the product are you using? On what operating system?
1.6.9
2003 server r2 standard edition in rdp session

Please provide any additional information below.

great app btw! :)

Original issue reported on code.google.com by [email protected] on 26 Jun 2007 at 12:25

LoadLibraryW in Remote Process Failed.

What steps will reproduce the problem?
1. x64 Vista?(That's what I'm running)
2. Capture-> Inject Agent
3. Select Any Process and hit the Top 'Inject' Button 
4. I get a popup saying "LoadLibraryW in Remote Process Failed." & I cannot
capture anything

What version of the product are you using? On what operating system?
1.9.6.0

Original issue reported on code.google.com by [email protected] on 12 Jul 2007 at 2:01

Unhandled CriteriaException when adding a new softrule with the same name.

What steps will reproduce the problem?
1. On main form goto Options -> Softwall rules ...
2. Add a new softwall rule (there must exist atleast one previously 
created softrule for this bug to be generated.)
3. Give the new sofrule a repetitive name

What is the expected output? What do you see instead?
The expected output would be a message box complaining about repitetive 
rule name, the program crashes instead.

Suggestion:
private void rulesListView_AfterLabelEdit(object sender, 
LabelEditEventArgs e)
        {
            if (e.Label == null || e.Label == "")
            {
                cancelAddRule(e);
                return;
            }

            DataTable tbl = softwallDataSet.Tables[0];


            if (addingRow)
            {
                DataRow newRow = tbl.NewRow();
                newRow["Name"] = e.Label;
                newRow["ReturnValue"] = DEFAULT_RETURN_VALUE;
                newRow["LastError"] = DEFAULT_LAST_ERROR;
                try
                {
                    tbl.Rows.Add(newRow);
                }
                catch (ConstraintException e1)
                {
                    MessageBox.Show(e1.Message);
                    cancelAddRule(e);
                    return;
                }

                ruleListView.SelectedIndices.Clear();
                ruleListView.SelectedIndices.Add(e.Item);
            }
            else
            {
                DataRow row = tbl.Rows[e.Item];
                row["Name"] = e.Label;
            }

            addingRow = false;

        }

        private void cancelAddRule(LabelEditEventArgs e)
        {
            e.CancelEdit = true;

            if (addingRow)
            {
                ruleListView.Items.RemoveAt(e.Item);
                ResetUI();
                addingRow = false;
            }
        }


Original issue reported on code.google.com by [email protected] on 4 Jan 2007 at 6:16

Refuses to Attach in Vista SP2

What steps will reproduce the problem?
1. Run as Admin
2. Capture > Attach to Process
3. Error - You need to run oSpy with administrative privileges in order to do 
this.

What is the expected output? What do you see instead?
I expect it to work. It does not work

What version of the product are you using? On what operating system?
v1.10.4 - Vista SP2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 14 Feb 2011 at 12:27

Fails to start capture

What steps will reproduce the problem?
1. Attempt to start a capture by Creating a Process or Attaching to a Process.
2. oSpy will say "Could not load file 'oSpyAgent.dll' or one of its
dependencies. The system cannot find the file specified."

What is the expected output? What do you see instead?
oSpy should not show an error.

What version of the product are you using? On what operating system?
1.10.4 on Windows XP.

Please provide any additional information below.
I checked oSpyAgent.dll with Dependency Walker. It complained about not
finding ieshims.dll and wer.dll. I do not know what these files are, but I
don't seem to have them.

Original issue reported on code.google.com by [email protected] on 13 Dec 2009 at 5:21

Error installing the EasyHook32Svc.exe service

>What steps will reproduce the problem?

1. Uncompress the files of oSpy-1.10.4.zip in c:\oSpy-1.10.4
2. Installed .NET Framework 2.0
3. Issued the command:
C:\Users\USER>dir
c:\windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe
c:\oSpy-1.10.4\EasyHook32Svc.exe

>What is the expected output? What do you see instead?

"No public installers with the RunInstallerAttribute.Yes attribute could be
found in the C:\... assembly.
Remove InstallState file because there are no installers." 

After that message, the service is NOT installed. 


Found this on
http://www.megasolutions.net/cSharp/How-to-install-service-in-Vista-61269.aspx:
"You need to have an Installer class in your service in order for Installutil
to be able to "install it". Look at a sample service for the code you need.
Peter "


>What version of the product are you using? On what operating system?
OS: Windows XP. Also tried Windows Vista


>Please provide any additional information below.

Any help? Thanks!

Original issue reported on code.google.com by [email protected] on 16 Apr 2010 at 6:45

Process attaching is not possible on Windows 2003 Server - "Permission Denied"

What steps will reproduce the problem?
1. Start ospy
2. Select "Capture" and then "Attach to process"

What is the expected output? What do you see instead?
"Permission denied - you need to run ospy with administrative privileges in
order to do this"  Although I am logged on as "administrator".

What version of the product are you using? On what operating system?
1.10.4 on Windows 2003 Server, Standard Edition, Service Pack 2 

Please provide any additional information below.
I suppose ospy needs a hook for windows 2003 so it looks for the "system"
user instead of "administrator"?

Original issue reported on code.google.com by [email protected] on 17 Nov 2009 at 11:30

Program doesn't start

What steps will reproduce the problem?
1. Unzipped files into directory DIR
2. Ran oSpy.exe
3. oSpy briefy appears in the process list then disappears.

What is the expected output? What do you see instead?
Expected a dialog.  Nothing appears on the screen.

What version of the product are you using? On what operating system?
XP Pro

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Mar 2010 at 3:44

oSpy does not support x64 OSes

What steps will reproduce the problem?
1. Load oSpy on Windows Vista Ultimate x64
2. Start oSpy, inject in to msnmsgr
3. Error shown - "Error, LoadLibraryW in remote process failed."

What version of the product are you using? On what operating system?
oSpy 1.9.6, Windows Vista Ultimate x64, Messenger 8.5


Original issue reported on code.google.com by [email protected] on 9 Sep 2008 at 12:47

Dialog box waiting for loggin agent does not disapear

What steps will reproduce the problem?
1. Open oSpy
2. Select Capture Attach to process
3. Get Dialog box waiting for loggin agent which does not disapear

What is the expected output? What do you see instead?

Not sure this is the first time I have used the program.

What version of the product are you using? On what operating system?
version 1.10.4
Vista

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 4 Mar 2010 at 8:11

IE7 Crashes wth Injected with the agent

What steps will reproduce the problem?
1. Inject iexplore.exe (IE7)
2. Start Capture
3. Browse to HTTPS Page

Do you know when ospy will have support for IE7 on Windows XP SP3? 

Thanks.

Original issue reported on code.google.com by [email protected] on 20 Jan 2009 at 4:46

oSpy crashes when trying to attach to a process.

I cleaned the cache with gacutil ( It's worth mentioning that I needed to
run the SDK prompt from the menu, "cmd.exe" didn't work ). And I still get
the error. 
I'm running .NET SDK v2 and under Add or Remove Programs I can see .NET
Framework 2, 3 and 3.5 frameworks ( dunno which one is in use then).
Windows XP ( fully updated ) in a VM ( VirtualBox )

Crash details:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: The given assembly
"C:\WINDOWS\assembly\GAC_MSIL\EasyHook\2.5.0.0__4b580fca19d0b0c5\EasyHook.dll"
("C:\WINDOWS\assembly\GAC_MSIL\EasyHook\2.5.0.0__4b580fca19d0b0c5\EasyHook.dll")
does not exist.
   at EasyHook.Config.Register(String InDescription, String[] InUserAssemblies)
   at oSpy.MainForm.PrepareCapture()
   at oSpy.MainForm.createToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e,
ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons
button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase:
file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
oSpy
    Assembly Version: 1.10.4.0
    Win32 Version: 1.10.4.0
    CodeBase:
file:///C:/Documents%20and%20Settings/jinzo/Desktop/oSpy-1.10.4/oSpy.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e
089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy
stem.Drawing.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.
Data.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System
.Xml.dll
----------------------------------------
Accessibility
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Acc
essibility.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50
a3a/System.Configuration.dll
----------------------------------------
EasyHook
    Assembly Version: 2.5.0.0
    Win32 Version: n/a
    CodeBase:
file:///C:/WINDOWS/assembly/GAC_MSIL/EasyHook/2.5.0.0__4b580fca19d0b0c5/EasyHook
.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Original issue reported on code.google.com by [email protected] on 1 Sep 2009 at 3:07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.