EnglishFrenchSpanish

OnWorks favicon

nccg++ - Online in the Cloud

Run nccg++ in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command nccg++ that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


nccgen - source code analysis

SYNOPSIS


nccgen file.c

DESCRIPTION


nccgen is a program that can help you hack/study the source code of C programs. It will
report which functions call which other functions, which functions are called by other
functions and what global variables and members of structures are used by functions. This
is useful if you want to analyse a program and eventually hack it.

USAGE


To use nccgen find the Makefile of the program you want to analyse. In the Makefile locate
the line which sets the C compiler. That is usually something like CC = gcc and you must
change it to CC = nccgen -ncgcc -ncld -ncfabs. Then compile the application. It may be
useful to also replace AR = ar with AR = nccar and LD = ld with LD = nccld to link nccout
object files.

OUTPUT


nccgen will produce a file with nccout extension for every C file analysed. Then you can
use the viewer nccnav (with nccnav program.nccout ) to view this data and do your work.
If the procedure of make links object files with "ar" or "ld" you should manually link the
produced .nccout files.

AUTHORS


The homepage of the ncc project is: http://students.ceid.upatras.gr/~sxanth/ncc/

Use nccg++ online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Clementine
    Clementine
    Clementine is a multi-platform music
    player and library organizer inspired by
    Amarok 1.4. It has a fast and
    easy-to-use interface, and allows you to
    search and ...
    Download Clementine
  • 2
    XISMuS
    XISMuS
    ATTENTION: Cumulative update 2.4.3 has
    been released!! The update works for any
    previous 2.x.x version. If upgrading
    from version v1.x.x, please download and
    i...
    Download XISMuS
  • 3
    facetracknoir
    facetracknoir
    Modular headtracking program that
    supports multiple face-trackers, filters
    and game-protocols. Among the trackers
    are the SM FaceAPI, AIC Inertial Head
    Tracker ...
    Download facetracknoir
  • 4
    PHP QR Code
    PHP QR Code
    PHP QR Code is open source (LGPL)
    library for generating QR Code,
    2-dimensional barcode. Based on
    libqrencode C library, provides API for
    creating QR Code barc...
    Download PHP QR Code
  • 5
    Freeciv
    Freeciv
    Freeciv is a free turn-based
    multiplayer strategy game, in which each
    player becomes the leader of a
    civilization, fighting to obtain the
    ultimate goal: to bec...
    Download Freeciv
  • 6
    Cuckoo Sandbox
    Cuckoo Sandbox
    Cuckoo Sandbox uses components to
    monitor the behavior of malware in a
    Sandbox environment; isolated from the
    rest of the system. It offers automated
    analysis o...
    Download Cuckoo Sandbox
  • More »

Linux commands

Ad