Git Product home page Git Product logo

code's Introduction

Prefab is a set of software tools for reverse engineering graphical interfaces from their pixels. Prefab supports a variety of features for modeling the appearance of interface elements, identifying those elements in pixels, and applying semantic metadata to those elements. Prefab reverse engineers interfaces many times per second, making it possible to completely modify existing applications at runtime, independent of their underlying source code.

Prefab is written in C# and runs on Windows. However, because it only relies on the pixels of an interface, it can be combined with a remote desktop or virtual machine client to reverse engineer applications that run in Mac, Linux, or any other OS.

Prefab is the creation of the University of Washington Dub Group http://dub.washington.edu.

code's People

Contributors

morgandixon 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

Watchers

 avatar  avatar  avatar  avatar  avatar

code's Issues

Exception thrown during screenshot interpretation

When I have loaded in a screenshot into the savedVideoInterpreter and click on the screenshot an exception is thrown because the "_layers" object is null. After debugging through the code it appears to occur on the _layers.find() call in the method below:

LayerInterpretationLogic.cs:

public string GetPtypeDatabase()
{
var featureLayer = _layers.Find(l => l.Layer.Name.Equals("feature_detection")).Layer as FeatureDetectionLayer;
return featureLayer.PtypeLibrary;
}

I could be wildly wrong, but it appears that the prefab project doesn't get any information from the "ptypes" couchDB database that I had previously setup. Is there a way to point the project to the right table within the database?

Multiple Dependency issues

So i tried to install the project on my computer and had multiple problems with dependencies.

Some dependencies like the missing "AVIFile" library i could resolve because i found the library in another subproject.

But I still have issues with for example the "CustomColorPicker", the "AvalonControlsLibrary" and the ICSharpCode,AvalonEdit in the assebly references.

So what i for example did, is download this colorpicker: "https://archive.codeplex.com/?p=wpfcolorpicker" and what happened is that the i still got an issue that ColorChangedEventArgs is not in the namespace. So maybe I used the wrong one, but I was not able to manage to find where you got this from.

So maybe a list of the dependencies and where they are stored would be nice.

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.