• Stars
    star
    131
  • Rank 269,956 (Top 6 %)
  • Language
    Objective-C
  • Created almost 6 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple OS X app for viewing PCI hardware info

DPCIManager

Simple OS X app for viewing PCI hardware info

The original source code was from @phpdev32

Binaries

You can find the latest binary in the release section.

Old binaries can be found here: https://sourceforge.net/projects/dpcimanager/files

NOTE: The old binary files contain DirectHW.kext which might lead your antivirus program to believe that this application contains a virus. Please white-list this app in your antivirus program.

Usage (for dspci)

If you're running version 1.6, see usage here.

As of version 1.7, you can see usage by running:

dspci --help

JSON Schema for default JSON output

For 1.6, see old schema.

An output contains an array of objects which have the following attributes. For understanding JSON schema easily, I've used . (dot) for objects and [] (square brackets) for arrays:

  • BDF: (String) Bus number, Device number, Function number (Format B:D.F)
  • Class: (Object) Device's class
    • Class.ClassName: (String) Device's class name
    • Class.SubclassName: (String) Device's subclass name
    • Class.ID: (Hex String) Device's class code
  • Info: (Object) Device info
    • Info.Name: (String) Device's name
    • Info.Vendor: (String) Device's vendor
  • ID: (Object) Device's full ID
    • ID.VendorID: (Hex String) Device's vendor ID
    • ID.DeviceID: (Hex String) Device's ID
  • SubsysID: (Object) Device's subsystem ID
    • SubsysID.VendorID: (Hex String) Subsystem's vendor ID
    • SubsysID.DeviceID: (Hex String) Subsystem's ID
  • Rev: (Hex String) Revision

Example Output

[
  {
    "Info" : {
      "Name" : "Wireless 3165",
      "Vendor" : "Intel Corporation"
    },
    "ID" : {
      "VendorID" : "8086",
      "DeviceID" : "3165"
    },
    "SubsysID" : {
      "VendorID" : "8086",
      "DeviceID" : "4410"
    },
    "Rev" : "79",
    "BDF" : "01:00.0",
    "Class" : {
      "ID" : "0280",
      "ClassName" : "Network controller",
      "SubclassName" : "Network controller"
    }
  },
  {
    "Info" : {
      "Name" : "RTL810xE PCI Express Fast Ethernet controller",
      "Vendor" : "Realtek Semiconductor Co., Ltd."
    },
    "ID" : {
      "VendorID" : "10ec",
      "DeviceID" : "8136"
    },
    "SubsysID" : {
      "VendorID" : "1028",
      "DeviceID" : "0767"
    },
    "Rev" : "07",
    "BDF" : "02:00.0",
    "Class" : {
      "ID" : "0200",
       "ClassName" : "Network controller",
       "SubclassName" : "Ethernet controller"
    }
  }
]

License

  • GPLv2

More Repositories

1

AppManager

A full-featured package manager and viewer for Android
Java
4,271
star
2

SetEdit

Open source version of the original Settings Database Editor
Java
252
star
3

libadb-android

ADB library for Android
Java
183
star
4

android-debloat-list

[WIP] A comprehensive list of apps for debloating Android with suggestions and vulnerabilities, based on but independent of UAD project.
PHP
170
star
5

CaptivePortalController

Control the captive portal in your Android device, stop phoning home.
Java
88
star
6

unapkm-android

A utility app to convert apkm files to apks on Android.
Java
59
star
7

Chrome-OS-Multiboot

My approach to multiboot Chrome/Chromium OS on regular PCs
Shell
42
star
8

apksig-android

Android port of apksig library.
Java
35
star
9

chrome_os_updater

Update Chrome OS on regular PCs
Python
25
star
10

Messages

SMS app based on QKSMS. DISCLAIMER: This project is intended for my own use. No issues are accepted
Java
18
star
11

DeleteYourAccountFromWebsite

A list of websites and how you can delete account from them
17
star
12

spake2-java

SPAKE2 implementation in Java
Java
15
star
13

android-libraries

Android libraries and/or signatures with classification (type, tags, anti-features)
PHP
14
star
14

sun-security-android

Use the Android-private sun.security library
Java
12
star
15

HackintoshDellInspiron5567

My efforts on installing macOS on Dell Inspiron 15-5567 (i3-7100u, IHD620)
ASL
11
star
16

AdvanceKextUpdater

Keep your kexts up-to-date all the time starting from macOS 10.7
Objective-C
11
star
17

termoneplus

Forked from https://gitlab.com/termapps/termoneplus
Java
11
star
18

zipalign-android

zipalign library for Android projects. Use ARSCLib instead: https://github.com/REAndroid/ARSCLib
C++
10
star
19

UnifiedAppStoreExt

If everything goes correctly, this will be an extension for App Manager which would let people install/update apps from F-Droid and Google Play Store.
7
star
20

AppManagerSDK

Easy-integration of App Manager to third-party apps
Java
7
star
21

hostap_realtek_osx

wpa_supplicant for many Realtek RTL8188 devices
C
6
star
22

rapidfuzz-android

Rapid fuzzy string matching using the Levenshtein Distance. JNI wrapper around RapidFuzz-CPP.
Java
6
star
23

TextWarrior

DISCONTINUED in favour of Sora-Editor (https://github.com/Rosemoe/sora-editor)
Java
5
star
24

BanglaDictionary

A Bangla to Bangla and English to Bangla Dictionary
Java
5
star
25

Apkpurer

Simple client for https://apkpure.com
Kotlin
4
star
26

AppOpsX

Forked from https://github.com/8enet/AppOpsX
Java
4
star
27

svg-android

SVG parsing and rendering for Android. Imported from http://code.google.com/p/svg-android/
Java
3
star
28

FiniteAutomataLabExperiments

Lab experiments of Finite Automata Theory course (CSE 2206 at RUET)
C++
2
star
29

magic-mime-db

A database of magic (used by the unix file command) and MIME types (not necessarily approved by IANA)
Roff
2
star
30

ugc-config

Configurations that I use with UnGoogled Chromium
Shell
2
star
31

blog

SCSS
2
star
32

GooglePasswordManager

DISCONTINUED. Use a sane password manager such as BitWarden or Keepass.
Swift
2
star
33

hackupdater

A startup script for OSx86 (Hackintosh) user to install kexts or run scripts on update or upgrade
PHP
2
star
34

AudioCodecDB

Audio Codec Database
1
star
35

BanglaHadith

Bangla Hadith written in JavaScript for website
JavaScript
1
star
36

KextStatViewer

kextstat viewer for nerds
Objective-C
1
star
37

BanglaAcademyDictionary

Bangla Academy Dictionary - English to Bangla
JavaScript
1
star
38

PHPBitBucketDownloader

A simple PHP library to download the latest binary file from a BitBucket Repo
PHP
1
star
39

GoogleChromeDarkTheme

Dark Mode for Dark Reader
1
star
40

WordGrid

WordGrid Game
PHP
1
star
41

TuitionManagement

Tuition Management System
Python
1
star
42

Mac-OS-Installation-Helper

Mac OS Installation Helper is a tool to that can help you install Mac OS to any supported laptops.
Shell
1
star
43

HackintoshLenovoIdeapad310-15ISK

My attempts to install macOS on Lenovo Ideapad 310 15ISK (i5-6200U, Intel HD520)
1
star
44

machelper

A command line tool for Macintosh as well as Hackintosh to help OSx86 users.
PHP
1
star
45

PHPPListEditor

A PHP Library for creating or editing Apple's plist files
PHP
1
star
46

test-arabic-text-android

An application to demonstrate rendering issues with Arabic texts in an Android TextView.
Java
1
star