Giter Site home page Giter Site logo

covrin's People

Contributors

konrad-kruczynski avatar piotrzierhoffer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

piotrzierhoffer

covrin's Issues

Verify if added references have to be in the same directory

Let's imagine that we run:

Runner.exe some.dll dir/other.dll

As a result we'll have:

build
-> some.dll
-> dir/other.dll
-> Migrant.dll
-> Writer.dll
-> other stuff

Will it work for other.dll?

What if we add only dir/other.dll? Currently we recreate the directory structure (not perfectly tough).

Analyze the following case

I have found it interesting to test, but I have too slow an ssh connection to test it properly. Leaving sources here:

public static void Main (string[] args)
{
    var output = 0;
    var input = Int32.Parse(Console.ReadLine ());
    switch (input) {
    case 1:
        output += 5;
        break;
    case 23:
        output += 191;
        break;
    case 5:
        output += 91;
        break;
    case 2:
        output += 9;
        break;
    case 3:
        output += 10;
        break;
    }
    Console.WriteLine (input);
}

Writer stub

  • should use PrimitiveWriter from Migrant
  • should write visited block id's
  • should have static class for writing (possibly delegating to another dll)

Create Viewer stub in XWT

Should contain:

  • open button
  • progress bar
  • type browser tree on the left
  • every namespace element as a node with (+)
  • list down to every method
  • percentage for each node
  • sources in IL with some stats

What is the -s option for?

You can change the settings file name, true. But what then? Writer would still try to access the old one. Was your idea to alter Writer as well?

Expand writer stub with options

  • flush after each write (default: disabled)
  • append/overwrite results (default: append)
  • file log localisation and name (with some default)

With our own parsing, as simple as possible

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.