forked from KnightOS/scas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scdump.1.txt
47 lines (34 loc) · 921 Bytes
/
scdump.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/////
vim:set ts=4 sw=4 tw=82 noet:
/////
scdump (1)
==========
Name
----
scdump - Dump scas object files
Synopsis
--------
'scdump' [options] _FILE(s)_
Description
-----------
Prints information about scas objects to stdout.
Options
-------
*-a, --area* <area>::
Dumps only _area_ and omits others.
*-c, --code*::
Dumps source code entries.
*-p, --private-symbols*::
Dumps private symbols defined by this object.
*-r, --references*::
Dumps unresolved symbol references.
*-s, --symbols*::
Dumps public symbols defined by this object.
*-x, --machine-code*::
Dumps machine code to stdout. Note that it does this in raw binary form and
you should probably be careful using this in a terminal.
Authors
-------
Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
source contributors. For more information about scas development, see
<https://github.com/KnightOS/scas>.