# get-symbol-from-current-process-h

> C function to get a symbol from the current process

Latest version **1.0.2** (published 2020-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install get-symbol-from-current-process-h
pnpm add get-symbol-from-current-process-h
yarn add get-symbol-from-current-process-h
bun add get-symbol-from-current-process-h
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-01-24 |
| First published | 2017-11-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | Anna Henningsen |
| Maintainers | addaleax |
| Keywords | c, symbol, dlsym, xplat, napi |

## Links

- npm: https://www.npmjs.com/package/get-symbol-from-current-process-h
- Repository: https://github.com/node-ffi-napi/get-symbol-from-current-process-h
- Homepage: https://github.com/node-ffi-napi/get-symbol-from-current-process-h#readme
- Issues: https://github.com/node-ffi-napi/get-symbol-from-current-process-h/issues
- npm.io page: https://npm.io/package/get-symbol-from-current-process-h

## Alternatives

- [@gemini-wallet/core](https://npm.io/package/@gemini-wallet/core.md) — 515.6K weekly downloads
- [utility](https://npm.io/package/utility.md) — 416.6K weekly downloads
- [@primno/dpapi](https://npm.io/package/@primno/dpapi.md) — 7.2K weekly downloads
- [pi-readseek](https://npm.io/package/pi-readseek.md) — 3.7K weekly downloads
- [@emilia-protocol/verify](https://npm.io/package/@emilia-protocol/verify.md) — 1.1K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2020-01-24
- 1.0.1 — 2017-11-24
- 1.0.0 — 2017-11-24

## README

get-symbol-from-current-process-h
=================================
### C function to get a symbol from the current process

[![Greenkeeper badge](https://badges.greenkeeper.io/node-ffi-napi/get-symbol-from-current-process-h.svg)](https://greenkeeper.io/)

[![NPM Version](https://img.shields.io/npm/v/get-symbol-from-current-process-h.svg?style=flat)](https://npmjs.org/package/get-symbol-from-current-process-h)
[![NPM Downloads](https://img.shields.io/npm/dm/get-symbol-from-current-process-h.svg?style=flat)](https://npmjs.org/package/get-symbol-from-current-process-h)
[![Build Status](https://travis-ci.org/node-ffi-napi/get-symbol-from-current-process-h.svg?style=flat&branch=master)](https://travis-ci.org/node-ffi-napi/get-symbol-from-current-process-h?branch=master)
[![Coverage Status](https://coveralls.io/repos/node-ffi-napi/get-symbol-from-current-process-h/badge.svg?branch=master)](https://coveralls.io/r/node-ffi-napi/get-symbol-from-current-process-h?branch=master)
[![Dependency Status](https://david-dm.org/node-ffi-napi/get-symbol-from-current-process-h.svg?style=flat)](https://david-dm.org/node-ffi-napi/get-symbol-from-current-process-h)

The information presented below is specific to usage for building with `npm` and `gyp`.

Installation
------------

Install with `npm`:

``` bash
$ npm install get-symbol-from-current-process-h
```

Usage
-----

In your `binding.gyp`:

```python
    'include_dirs': ["<!@(node -p \"require('get-symbol-from-current-process-h').include\")"],
```

(Just have `"<!@(node -p \"require('get-symbol-from-current-process-h').include\")"` somewhere in that list, ok?)

In your C code:

```c
#include <get-symbol-from-current-process.h>

void* sym = get_symbol_from_current_process("foobar");
```

---
_Source: https://npm.io/package/get-symbol-from-current-process-h · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
