Giter Site home page Giter Site logo

modulexcite / codepulse Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codedx/codepulse

0.0 1.0 0.0 23.35 MB

Code Pulse is a real-time code coverage tool for penetration testing activities

Home Page: http://code-pulse.com

License: Apache License 2.0

JavaScript 6.30% CSS 1.52% Scala 24.43% HTML 0.78% Java 9.72% C# 34.04% Batchfile 0.24% C++ 14.32% C 0.39% Gherkin 0.08% PowerShell 1.10% F# 0.04% XSLT 0.35% Visual Basic 0.04% Roff 0.68% Rich Text Format 5.98%

codepulse's Introduction

Code Pulse

License GitHub release Build status CII Best Practices Github All Releases OWASP Labs

Code Pulse is a real-time code coverage tool. It works by monitoring Java or .NET Framework applications while they run, keeps track of coverage data, and shows you what's being called and when. Code Pulse currently supports Java programs up to Java 11, and .NET Framework programs for CLR versions 2 & 4.

Layout

agent/ Contains the Java tracer source.

bytefrog/ Contains the bytefrog source upon which the Java tracer depends.

codepulse/ Contains the web app source.

distrib/ Contains files that are used to package up the entirety of Code Pulse into a native app, using node-webkit in place of a browser, and jetty to run the server. All third party dependencies are downloaded automatically within SBT at package time.

dotnet-symbol-service/ Contains the .NET Symbol Service source upon which the .NET tracer depends.

dotnet-tracer/ Contains the .NET tracer source that is based on a custom version of OpenCover.

installers/ Contains the scripts to package the Code Pulse software for macOS, Linux, and Windows.

project/ Contains the SBT build definition.

Development Environment Setup

The following section describes steps necessary to build and run Code Pulse from source. If you want to download a pre-built version of Code Pulse to run, please visit our releases page for downloads.

  • Install .NET Core 2.1 SDK. The 2.1 version of the SDK can be downloaded from the official Microsoft website at https://www.microsoft.com/net/download.
  • Enable .NET Framework 3.5 Windows feature. To enable this feature:
    • Run "appwiz.cpl" from the run command or start menu.
    • Select the "Turn Windows features on or off" option.
    • In the Windows Features popup, find and select the ".NET Framework 3.5" feature.
    • Allow Windows to update the operating system as needed to complete the operation.
  • Install Windows SDK 10.0.16299.91. This version of the Windows SDK can be downloaded from the official Microsoft website's SDK archives at https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
  • Install Visual Studio 2017, including the C++ workload. The free community edition of Visual Studio 2017 is available at https://visualstudio.microsoft.com/downloads/. When installing, select the .NET and C++ desktop development workloads.
  • Install Wix Toolset 3.11. The 3.11 version of the Wix Toolset can be downloaded from the official Wix website at http://wixtoolset.org/releases/.
  • Install SBT 0.13.16. The 0.13.16 version of SBT can be downloaded from the official SBT website at https://www.scala-sbt.org/download.html.
  • Install JDK 8.181. The 8u181 version of the Java JDK can be downloaded from the official website at http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.
    • Create a "JAVA_HOME" environment variable. Set the value of this environment variable to the root location you installed the JDK to, such as "C:\Program Files\Java\jdk1.8.0_181".
    • Add to the PATH variable the value "%JAVA_HOME%\bin".
  • Install Git 2.19.0. The 2.19.0 version of Git can be downloaded from the official Git website at https://git-scm.com/downloads
  • Change Powershell script execution policy to allow local, unsigned scripts to run.
    • Start an elevated (administrator) command prompt.
    • Run Powershell from this command prompt.
    • Run the command "Set-ExecutionPolicy RemoteSigned"
  • Acquire Code Pulse source. Use your preferred Git client to download the Code Pulse source from https://github.com/codedx/codepulse.
  • Build Code Pulse. Code Pulse can be built for installation or for development.
    • To build Code Pulse for installation: from Powershell in the root Code Pulse directory that you git cloned to, run .\installers\build.ps1 with desired script parameter values to create packages for macOS, Linux, and Windows. You may provide the following switches to skip building for Linux, Mac, or Windows: "-skipLinux", "-skipMac", and "-skipWindows". Combine the switches as desired. For example: .\installers\build.ps1 -version 2.5.0 -skipMac -skipLinux

Note: If you don't want to run Code Pulse from the development environment, you can use the installers created by build.ps1 to install and run Code Pulse.

  • Run Code Pulse from the Development Environment To run in development mode, where you can use a web browser to run and debug Code Pulse: in a command prompt from the root Code Pulse directory that you git cloned to, enter the command "sbt". Once SBT loads, enter the command "container:start" to start an instance of Code Pulse. Browse via web browser to localhost:8080. When you are finished, enter the command "container:stop" to do a clean tear-down of Code Pulse.

For more information, refer to the Code Pulse User Guide.

License

Code Pulse is made available under the terms of the Apache License 2.0. See the LICENSE file that accompanies this distribution for the full text of the license.

codepulse's People

Contributors

baffles avatar dylemma avatar kenprole avatar leradwan avatar lumifly avatar stevesalas avatar

Watchers

 avatar

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.