Coder Social home page Coder Social logo

wcf-binary-message-inspector's Introduction

WCF Binary Message Inspector

This is a modification of the WCF Binary Message Inspector. It provides two notable enhancements:

  1. Uses a collapsible tree view instead of a textarea to display the decoded WCF binary message.
  2. Allows editing and reissuing of captured WCF binary messages (thanks to HofmaDresu)

Installation for Fiddler4

Copy the file BinaryMessageFiddlerExtension/bin/Release/BinaryMessageFiddlerExtension.dll (direct download) into C:\Program Files\Fiddler2\Inspectors and restart Fiddler.

Installation for Fiddler2

Copy the file BinaryMessageFiddlerExtension/bin/Release/BinaryMessageFiddlerExtension_Fiddler2.dll (direct download) into C:\Program Files\Fiddler2\Inspectors and restart Fiddler.

Tree View Usage

The tree view provides the following shortcuts:

  • Ctrl+c — Copy current node XML
  • Ctrl+Shift+c — Copy tree XML
  • Alt+→ — Expand node and all child nodes
  • Alt+← — Collapse node and all child nodes
  • Middle-click — Toggle expand/collapse of node and all child nodes

Edit Usage

  1. Capture a WCF binary message
  2. In the sessions list, right click on the message and choose "Unlock for editing"
  3. Edit the request
  4. Reissue the request using the toolbar or the session list context menu

Development

The project is a Visual Studio 2010 project, and requires a reference to your Fiddler.exe file in order to compile.

See Fiddler's page on Custom Inspectors for more information.

wcf-binary-message-inspector's People

Contributors

hofmadresu avatar nestorisyynimaa avatar waf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wcf-binary-message-inspector's Issues

Does the latest build use the updated dictionary?

Hi,
and thanks for merging the new dictionary additions to master branch.

I downloaded the new binary for Fiddler, but it still acts like it would be using the old dictionary.

I'm getting this:

<a:SequenceAcknowledgement xmlns:a="http://www.w3.org/2005/08/addressing">
	<a:ReplyTo>http://www.w3.org/2005/08/addressing/anonymous</a:ReplyTo>
</a:SequenceAcknowledgement>

While it should be this:

<a:ReplyTo>
	<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>

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.