Copy disabled (too large)
Download .txt
Showing preview only (58,387K chars total). Download the full file to get everything.
Repository: n0fate/volafox
Branch: master
Commit: 5b42987355db
Files: 109
Total size: 55.7 MB
Directory structure:
gitextract_3vtrh012/
├── LICENSE
├── README.md
├── elf_an.py
├── flatten.py
├── overlay_generator.py
├── overlays/
│ ├── 10.6.2_32.overlay
│ ├── 10A432x32.overlay
│ ├── 10A433x32.overlay
│ ├── 10A433x64.overlay
│ ├── 10D572x32.overlay
│ ├── 10D572x64.overlay
│ ├── 10D573x32.overlay
│ ├── 10D578x32.overlay
│ ├── 10F616x32.overlay
│ ├── 10F659x32.overlay
│ ├── 10H574x32.overlay
│ ├── 10H575x32.overlay
│ ├── 10J3250x32.overlay
│ ├── 10J567x32.overlay
│ ├── 10J869x32.overlay
│ ├── 10K540x32.overlay
│ ├── 10K549x32.overlay
│ ├── 10K549x64.overlay
│ ├── 11A511x32.overlay
│ ├── 11A511x64.overlay
│ ├── 11B26x32.overlay
│ ├── 11B26x64.overlay
│ ├── 11C74x32.overlay
│ ├── 11C74x64.overlay
│ ├── 11D50bx32.overlay
│ ├── 11D50bx64.overlay
│ ├── 11D50dx32.overlay
│ ├── 11D50dx64.overlay
│ ├── 11D50x32.overlay
│ ├── 11D50x64.overlay
│ ├── 11E53x32.overlay
│ ├── 11E53x64.overlay
│ ├── 11G63x32.overlay
│ ├── 11G63x64.overlay
│ ├── 12A269x64.overlay
│ ├── 12B19x64.overlay
│ ├── 12C54x64.overlay
│ ├── 12C60x64.overlay
│ ├── 12D78x64.overlay
│ ├── 12E55x64.overlay
│ ├── 12F37x64.overlay
│ ├── 13A603x64.overlay
│ ├── 13B42x64.overlay
│ ├── 13C64x64.overlay
│ ├── 13D65x64.overlay
│ ├── 13E28x64.overlay
│ ├── 14A329rx64.overlay
│ ├── 14A386bx64.overlay
│ ├── 14A389x64.overlay
│ ├── 14B25x64.overlay
│ ├── 14C109x64.overlay
│ ├── 14D136x64.overlay
│ ├── 14E46x64.overlay
│ ├── 14F1021x64.overlay
│ ├── 14F1509x64.overlay
│ ├── 14F27x64.overlay
│ ├── 15A284x64.overlay
│ ├── 15B42x64.overlay
│ ├── 15C50x64.overlay
│ ├── 15E65x64.overlay
│ └── 15F34x64.overlay
├── showbootermemorymap.py
├── vol.py
├── volafox/
│ ├── __init__.py
│ ├── binan/
│ │ ├── __init__.py
│ │ └── macho_an.py
│ ├── plugins/
│ │ ├── WKdm.py
│ │ ├── __init__.py
│ │ ├── bash_history.py
│ │ ├── bsm_hook.py
│ │ ├── dmesg.py
│ │ ├── dumpcomppage.py
│ │ ├── efiinfo.py
│ │ ├── export_table_symbol.py
│ │ ├── fbt_systab.py
│ │ ├── filevault2.py
│ │ ├── hostname.py
│ │ ├── imageinfo.py
│ │ ├── inline_hook_finder.py
│ │ ├── kauth_hook.py
│ │ ├── kdebug.py
│ │ ├── kextstat.py
│ │ ├── keychaindump.py
│ │ ├── lsof.py
│ │ ├── mach_trap.py
│ │ ├── machdump.py
│ │ ├── mount.py
│ │ ├── netstat.py
│ │ ├── notifier.py
│ │ ├── pe_state.py
│ │ ├── ps.py
│ │ ├── sysctl.py
│ │ ├── systab.py
│ │ ├── system_profiler.py
│ │ ├── tableprint.py
│ │ ├── trustedbsd.py
│ │ └── uname.py
│ ├── vatopa/
│ │ ├── __init__.py
│ │ ├── addrspace.py
│ │ ├── ia32_pml4.py
│ │ ├── machaddrspace.py
│ │ └── x86.py
│ └── volafox.py
└── volafunx.py
================================================
FILE CONTENTS
================================================
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
================================================
FILE: README.md
================================================
# volafox
## Introduction
volafox a.k.a 'Mac OS X Memory Analysis Toolkit' is developed on python 2.x
*_please check out our repository for all of features included experiment_*
## License
GNU GPL v2
## System Environment
*Language*: Python 2.x <br>
*Architecture*: Intel 32/64 bit<br>
*Officially supported os*: Snow Leopard(10.6), Lion(10.7), Mountain Lion(10.8), Mavericks(10.9), *Yosemite(10.10), El Capitan(10.11)*<br>
### Requirement
* Kernel Symbol List
* overlay data(Included repo from Snow Leopard to El Capitan)
* Memory Image
* Raw memory image(Firewire, VMware memory image)
* Exported raw memory image using rekal developed by google
* command : rekal aff4export -D . [AFF4 IMAGE] => output filename : Physical Memory
* Flatten Mac Memory Reader Format using flatten.py(32bit, 64bit) => MMR doesn't support OS X Mountain Lion above now.
## Information
volafox: Mac OS X Memory Analysis Toolkit
project: https://github.com/n0fate/volafox
support: 10.6-11(Snow Leopard ~ El Capitan); 32/64-bit kernel
input: raw memory image (*.mem or exported raw memory image using rekal developed by google
-> If you get a AFF4 format, you can export linear memory image as following cmd : rekal aff4export -D . [AFF4 MEMORY IMAGE]
usage: python vol.py -i IMAGE [-o COMMAND [-vp PID][-x PID][-x KEXT_ID][-x TASKID][-x SYMFILENAME]]
Options:
-o CMD : Print kernel information for CMD (below)
-p PID : List open files for PID (where CMD is "lsof" and dumpfile)
-v : Print all files, including unsupported types (where CMD is "lsof")
-x PID/KID/TASKID/SYMBOLNAME/Virtual ADDRESS :
Dump process/task/kernel extension address space for PID/KID/Task ID (where CMD is "ps"/"kextstat"/"tasks"/"machdump"/"dumpsym"/"dumpfile")
COMMANDS:
system_profiler : Kernel version, CPU, and memory spec, Boot/Sleep/Wakeup time
mount : Mounted filesystems
kextstat : KEXT (Kernel Extensions) listing
kextscan : Scanning KEXT (Kernel Extensions) (64bit OS only)
ps : Process listing
tasks : Task listing (Finding process hiding)
machdump : Dump macho binary and relocation for analysis
systab : Syscall table (Hooking detection)
=> Call Number 427 is bugged not hooked.
mtt : Mach trap table (Hooking detection)
netstat : Network socket listing (Hash table)
lsof : Open files listing by process (research, osxmem@gmail.com)
dumpfile : Dump a file on Memory (Required -p and -x option)
pestate : Show Boot information
efiinfo : EFI System Table, EFI Runtime Services
keychaindump : Dump master key candidates for decrypting keychain(Lion ~ El Capitan)
dmesg : Debug message at boot time
uname : Print a short for unix name(uname)
hostname : Print a hostname
notifiers : Detects I/O Kit function hooking
trustedbsd : Show TrustedBSD MAC Framework
bash_history : Show history in bash process
sysctl : show the result like sysctl command
dumpsym : Dump kernel symbol address considered of KASLR to file (for RCE)
Kernel Rootkit Detection: (testing code by n0fate) - Required Library : distorm3
kdebug_hook : Examination of the KDebug function code for mal-code detection
kauth_hook : Examination of the KAUTH for mal-code hiding detection from Anti-virus
bsm_hook : Examination of auto_commit function on the OpenBSM
fbt_syscall : Examination of syscall table for hooking by DTrace FBT Provider
# volafox for BSD
* Experimental - I just keep it for researcher
# Introduction
*FreeBSD Memory Analysis Toolkit*<br>
*Tested OS:* FreeBSD x86 7.x, 8.x<br>
### Requirement*
* Kernel Image(kernel)
* Memory Image
## Information*
* KLD list
* KLD dump
* System call hooking detection
* Process list(LIST, HASH) (0.2 beta2<=)
* *Process dump* (HASH)
* Network Information (IP, Port, flag) (0.2 beta2<=)
* Module list in KLD (0.2 beta1<=)<br>
<b>icon source</b> : www.kaishinlab.com
================================================
FILE: elf_an.py
================================================
#!/usr/bin/python
# -*- coding: utf-8 -*-
# -*- mode: python; -*-
#
# elf_an - elf file format analysis
# Copyright by n0fate - rapfer@gmail.com, n0fate@live.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
"""
@author: Kyeongsik Lee
@license: GNU General Public License 2.0 or later
@contact: rapfer@gmail.com n0fate@live.com
"""
"""Module for dealing with x86 architecture stuff
"""
import sys
import binascii
import struct
# define
ELF_SIG = '7f454c46' # ELF Signature
SYMBOL_SIZE = 16
# Let's map the elf file format types
#Elf32_Addr = c_uint # unsigned program address
#Elf32_Half = c_ushort # unsigned medium integer
#Elf32_Off = c_uint # unsigned file offset
#Elf32_Sword = c_int # signed large integer
#Elf32_Word = c_uint # Unsigned large integer
#
#class ELF32HEADER(Structure):
# _fields_ = [
# ("e_type", Elf32_Half),
# ("e_machine", Elf32_Half),
# ("e_version", Elf32_Word),
# ("e_entry", Elf32_Addr),
# ("e_phoff", Elf32_Off),
# ("e_shoff", Elf32_Off),
# ("e_flags", Elf32_Word),
# ("e_ehsize", Elf32_Half),
# ("e_phentsize", Elf32_Half),
# ("e_phnum", Elf32_Half),
# ("e_shentsize", Elf32_Half),
# ("e_shnum", Elf32_Half),
# ("e_shstrndx", Elf32_Half)
# ]
###############################################################################
#
# Class: elf32_an() - 2010-11-01
# Description: This analysis module can support Intel X86 Architecture
# We need to have more research time ;)
#
###############################################################################
class elf32_an():
def __init__(self, filename):
self.filename = filename
self.buf = ""
self.fp = 0
self.header = []
def load(self):
self.fp = open(self.filename, 'rb')
self.buf = self.fp.read()
if ELF_SIG != binascii.b2a_hex(self.buf[0:4]):
return 0
return 1
def close(self):
self.fp.close()
def getheader(self):
self.header = struct.unpack('=16sHHIIIIIHHHHHH', self.buf[0:52])
return self.header
def getmachine(self):
machine = int(self.header[2])
return machine
def getshoff(self):
shoff = int(self.header[6])
return shoff
def getshsize(self):
shsize = int(self.header[11])
return shsize
def getshcount(self):
shcount = int(self.header[12])
return shcount
#### section header ####
def getsecheader(self, offset, size, count):
return header
def getstrsec(self, offset, size, count):
for i in range(0, count):
pos = offset + size*i
section_header = struct.unpack('=IIIIIIIIII', self.buf[pos:pos+size])
if section_header[1] == 0x03 and section_header[0] == 0x09:
return section_header
def getsymsec(self, offset, size, count):
for i in range(0, count):
pos = offset + size*i
section_header = struct.unpack('=IIIIIIIIII', self.buf[pos:pos+size])
if section_header[1] == 0x02:
return section_header
#### get symbol list (dictionary) ####
def getsymbol(self, offset, size, str_offset, str_size):
symbol_list = {}
strtable = self.buf[str_offset:str_offset+str_size]
for i in range(0, size, SYMBOL_SIZE):
pos = offset + i
symbol = struct.unpack('=IIIBBH', self.buf[pos:pos+SYMBOL_SIZE])
symbolname = strtable[symbol[0]:symbol[0]+strtable[symbol[0]:].index('\x00')]
if symbol[1] == 0:
continue
symbol_list[symbolname] = symbol[1]
#print 'symbolname: %s, address: %x'%(symbolname, int(symbol[1]))
return symbol_list
def main():
elf = elf32_an(sys.argv[1])
nret = elf.load()
if 0 == nret:
return 0
header = elf.getheader()
shoff = elf.getshoff()
if 0 == shoff:
return 0
shsize = elf.getshsize()
shcount = elf.getshcount()
section_header = elf.getsymsec(shoff, shsize, shcount)
strtab_header = elf.getstrsec(shoff, shsize, shcount)
symbol_list = elf.getsymbol(section_header[4], section_header[5], strtab_header[4], strtab_header[5])
print '%x'%symbol_list['IdlePTD']
if __name__ == "__main__":
main()
================================================
FILE: flatten.py
================================================
#!/usr/bin/env python
#
# Copyright 2011 ATC-NY (http://www.cyber-marshal.com/)
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# This program takes a mach-o image produced by the Mac Memory Reader and
# turns it into a flat file (an offset into the file is the physical memory
# address).
#
# NOTE - Using this on the 64-bit kernels is probably a mistake and may be
# buggy, because there are often large gaps in the mach-o image, which
# will result in extremely large flat file images.
import sys
import mmap
import volafox.vatopa.machaddrspace
if len(sys.argv) != 3:
print "Usage: %s <MAC MEMORY READER IMAGE> <FLAT IMAGE>."%sys.argv[0]
exit(0)
fin = open(sys.argv[1], 'rb')
ncmds = volafox.vatopa.machaddrspace.getncmds(fin)
lcmds = volafox.vatopa.machaddrspace.loadcommand(fin, ncmds)
fout = open(sys.argv[2], 'wb')
def copy(fin, fin_where, fout, fout_where, size):
fin.seek(fin_where)
fout.seek(fout_where)
remaining = size
while remaining > 0:
if remaining > 4096*16:
buffer = fin.read(4096*16)
remaining = remaining - 4096*16
else:
buffer = fin.read(remaining)
remaining = 0
fout.write(buffer)
for cmd in lcmds:
print("Copying: %s" % cmd)
copy(fin, cmd.fileoff, fout, cmd.vmaddr, cmd.filesize)
fin.close
fout.close
================================================
FILE: overlay_generator.py
================================================
#!/usr/bin/env python # path
import sys
from volafox.binan.macho_an import *
import pickle
def usage():
print 'overlay generator - n0fate(Chris Leat\'s Idea) '
print 'Contact: rapfer@gmail.com or n0fate@live.com'
print 'usage: python %s KERNELIMAGE OVERAY [32/64]\n'%sys.argv[0]
def main():
try:
if not(sys.argv[1]) or not(sys.argv[2]) or not(sys.argv[3]):
usage()
sys.exit()
except IndexError:
usage()
sys.exit()
is_universal_binary = 1
macho = macho_an(sys.argv[1])
arch_count = macho.load()
if arch_count == -1:
is_universal_binary = 0
if int(sys.argv[3]) is not 32 and int(sys.argv[3]) is not 64:
usage()
sys.exit()
elif int(sys.argv[3]) == 32:
if not(is_universal_binary):
symbol_list = macho.macho_getsymbol_x86(0, macho.getfilesize())
else:
header = macho.get_header(arch_count, ARCH_I386) # only support Intel x86
symbol_list = macho.macho_getsymbol_x86(header[2], header[3])
elif int(sys.argv[3]) == 64:
if not(is_universal_binary):
symbol_list = macho.macho_getsymbol_x64(0, macho.getfilesize())
else:
header = macho.get_header(arch_count, ARCH_X86_64) # only support Intel x86
symbol_list = macho.macho_getsymbol_x64(header[2], header[3])
###### Added by CL
f = open(sys.argv[2], 'wb')
pickle.dump(symbol_list, f)
f.close()
if __name__ == "__main__":
main()
================================================
FILE: overlays/10.6.2_32.overlay
================================================
(dp0
S'_hfs_attrdatafilename'
p1
I6022696
sS'_nanoseconds_to_absolutetime'
p2
I2777254
sS'__ZN22_IOOpenServiceIteratorC1Ev'
p3
I5476668
sS'__ZN18IORegistryIterator9metaClassE'
p4
I6323184
sS'__ZN6OSKext22loadKextWithIdentifierEP8OSStringhhhhP7OSArray'
p5
I5274012
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_rtminexpire'
p6
I8648992
sS'_vfs_ioattr'
p7
I3097758
sS'_nd6_recalc_reachtm_interval'
p8
I8562384
sS'___set___sysctl_set_sym_sysctl__net_key_blockacq_lifetime'
p9
I8649920
sS'_copyin'
p10
I2731951
sS'_dt_kmem_alloc_aligned'
p11
I5143406
sS'__ZN12IOUserClient23releaseAsyncReference64EPy'
p12
I5658734
sS'__ZN16IOKitDiagnosticsC2EPK11OSMetaClass'
p13
I5668012
sS'_sysctl__net_inet_ipsec_children'
p14
I8727700
sS'_vm_fault_wire'
p15
I2461508
sS'_kminit'
p16
I5169470
sS'__ZN17IOPowerConnectionC1EPK11OSMetaClass'
p17
I5683358
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_rip6stats'
p18
I8649800
sS'__ZN13IOPMWorkQueueC1Ev'
p19
I5491298
sS'_tcp_freeq'
p20
I3496825
sS'_siginit'
p21
I6424911
sS'_ksyn_queue_init'
p22
I5003118
sS'_vm_user_wire_limit'
p23
I8775568
sS'_mac_file_check_get'
p24
I5780676
sS'_IOFreePageable'
p25
I5422493
sS'_mac_devfs_label_associate_directory'
p26
I5743241
sS'___set___sysctl_set_sym_sysctl__sysctl_debug'
p27
I8650376
sS'__ZN13IOEventSource23_RESERVEDIOEventSource2Ev'
p28
I5540366
sS'_buf_markaged'
p29
I2913165
sS'_nfs_node_set_busy'
p30
I3881013
sS'_mnt_list_lck_attr'
p31
I8726392
sS'_esp6_ctlinput'
p32
I3544018
sS'_maxprocperuid'
p33
I8615948
sS'_raw_mtx_attr'
p34
I8727440
sS'_dup_sockaddr'
p35
I4919589
sS'_vm_region_object_create'
p36
I2619067
sS'_vm_page_grab_fictitious'
p37
I2600512
sS'_sysctl__vfs_generic_ctlbyfsid'
p38
I8531904
sS'_dsmos_page_transform_hook'
p39
I2239170
sS'__ZN24IOBufferMemoryDescriptor9MetaClassC1Ev'
p40
I5559564
sS'__ZN16IOPlatformExpert10superClassE'
p41
I6347620
sS'_read_nocancel'
p42
I4811327
sS'_ubc_getcred'
p43
I4855126
sS'__ZN12IOPMinformeeC2EPK11OSMetaClass'
p44
I5524426
sS'__ZdlPv'
p45
I5298607
sS'_ipc_kmsg_copyin_from_kernel'
p46
I2159072
sS'_sbrelease'
p47
I4924529
sS'_spec_kqfilter'
p48
I3172942
sS'__ZN21IOSubMemoryDescriptor12withSubRangeEP18IOMemoryDescriptormmm'
p49
I5607826
sS'_bsd_ast'
p50
I4745683
sS'_fp_drop_written'
p51
I4629862
sS'_sysctl__vm_cs_blob_size_peak'
p52
I8608512
sS'___set___sysctl_set_sym_sysctl__net_inet_ipsec_ecn'
p53
I8649612
sS'_OSMalloc_init'
p54
I2228310
sS'_clock_wakeup_calendar'
p55
I2200785
sS'_devfs_free_plane'
p56
I3197038
sS'_dtrace_helper_actions_max'
p57
I8616240
sS'_key_sa_stir_iv'
p58
I3782835
sS'__ZN10IOWorkLoop9MetaClassC1Ev'
p59
I5537964
sS'__ZN11OSSerialize10superClassE'
p60
I6299908
sS'___set___sysctl_set_sym_sysctl__net_inet_ipsec_esp_randpad'
p61
I8649620
sS'__ZTVN20OSCollectionIterator9MetaClassE'
p62
I6296832
sS'_CalcKeyRecordSize'
p63
I4487330
sS'_etimer_intr'
p64
I2709321
sS'_swapfile_pager_bootstrap'
p65
I2614760
sS'_t64_trap_1e'
p66
I2857472
sS'_ip6_input'
p67
I3640314
sS'_ip_id'
p68
I8729400
sS'_mac_cred_label_associate_kernel'
p69
I5738672
sS'_nop_setattr'
p70
I3066002
sS'_gIOHibernateWakeMapSize'
p71
I1105772
sS'_in_delayed_cksum_offset'
p72
I3443955
sS'_mac_cred_label_associate_user'
p73
I5738543
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_fw_dyn_udp_lifetime'
p74
I8649128
sS'___set___sysctl_set_sym_sysctl__hw_l3settings'
p75
I8650616
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_extfeatures'
p76
I8651080
sS'__ZN18IOTimerEventSource10setTimeoutE12UnsignedWide'
p77
I5554018
sS'_t64_trap_1d'
p78
I2857440
sS'_mac_lctx_label_update'
p79
I5737618
sS'_get_threadtask'
p80
I2314367
sS'__ZN6OSKext20getCompatibleVersionEv'
p81
I5247032
sS'_fdhash'
p82
I8726560
sS'_lock_free_EXT'
p83
I2231614
sS'_maxvfsslots'
p84
I8530308
sS'_sysctl__vfs_generic_nfs_server_request_queue_length'
p85
I8566816
sS'__ZN13_IOServiceJobC1Ev'
p86
I5477010
sS'__ZN7OSArray12withCapacityEj'
p87
I5234476
sS'_IONetworkNamePrefixMatching'
p88
I5676189
sS'__ZN14IOMemoryCursor10superClassE'
p89
I6343716
sS'__ZNK12OSDictionary20getCapacityIncrementEv'
p90
I5241938
sS'_nfsrv_read'
p91
I3936910
sS'___set___sysctl_set_sym_sysctl__vm_user_wire_limit'
p92
I8650360
sS'_UpdateHeader'
p93
I4487607
sS'_cons_ops_index'
p94
I8517404
sS'_PEGetGMTTimeOfDay'
p95
I5608979
sS'_vfork_return'
p96
I4694453
sS'_ipc_pset_destroy'
p97
I2175211
sS'__ZN15IORegistryEntry11setPropertyEPKcPvj'
p98
I5443770
sS'_ifnet_release'
p99
I3327794
sS'_ipsec6_output_tunnel'
p100
I3570161
sS'_ip4_ah_trans_deflev'
p101
I8555448
sS'_mac_proc_check_run_cs_invalid'
p102
I5739127
sS'__ZN13IOCommandPoolC1Ev'
p103
I5546544
sS'__ZN14IOPMrootDomain17setAggressivenessEmmm'
p104
I5702068
sS'_sigprop'
p105
I8595872
sS'_timer_queue_expire'
p106
I2297753
sS'_nfs_mount_state_error_should_restart'
p107
I4147870
sS'__ZN9IOService16didYouWakeSystemEv'
p108
I5487960
sS'_nfs3_lookup_rpc_async'
p109
I4083781
sS'_crc32'
p110
I2895194
sS'_IOLogv'
p111
I5419550
sS'__ZN15IOConditionLock12setConditionEi'
p112
I5423716
sS'_mac_vnode_label_copy'
p113
I5745092
sS'_keydomain'
p114
I8564128
sS'_sysctl__net_inet_ip_dummynet_hash_size'
p115
I8545088
sS'__ZN8OSSymbol10withStringEPK8OSString'
p116
I5309872
sS'_IOBSDRegistryEntryForDeviceTree'
p117
I5675858
sS'_convert_port_to_ledger'
p118
I2230280
sS'_tcp_keepinit'
p119
I8729984
sS'__ZTV8IOSyncer'
p120
I6322976
sS'_sysctl__net_inet_tcp_win_scale_factor'
p121
I8553344
sS'__ZN8OSObjectnwEm'
p122
I5229843
sS'_thread_info'
p123
I2287955
sS'___set___sysctl_set_sym_sysctl__debug_lowpri_IO_window_inc'
p124
I8648792
sS'__ZNK14IOMemoryCursor12getMetaClassEv'
p125
I5577274
sS'__ZN6OSKext11getKmodInfoEPP9kmod_infoPj'
p126
I5247720
sS'_tcp6_ctlinput'
p127
I3496377
sS'_ifnet_offload'
p128
I3323779
sS'_sysctl__net_inet_tcp_sack_maxholes'
p129
I8551296
sS'_ttselect'
p130
I4826525
sS'_swap_task_map'
p131
I2316166
sS'_lck_mtx_lock_spinwait_x86'
p132
I2735005
sS'_ml_phys_read_double'
p133
I2733054
sS'_host_processor_set_priv'
p134
I2210271
sS'_sysctl__hw_children'
p135
I8775616
sS'__ZN11IOMemoryMap10gMetaClassE'
p136
I8783424
sS'__ZN12IOCopyMapper7breakUpEjjj'
p137
I5574344
sS'_fasttrap_tracepoint_remove'
p138
I5202233
sS'_sysctl__net_inet_ip_fw_dyn_rst_lifetime'
p139
I8546880
sS'__ZN17IOSharedDataQueue16initWithCapacityEm'
p140
I5671756
sS'__ZN8OSStringC2EPK11OSMetaClass'
p141
I5306220
sS'__ZNK28IOFilterInterruptEventSource9MetaClass5allocEv'
p142
I5551390
sS'_ifnet_set_baudrate'
p143
I3324213
sS'_PESavePanicInfo'
p144
I5608934
sS'_pmap_cache_count'
p145
I8697712
sS'_tasks'
p146
I8683140
sS'_ipc_mqueue_receive_on_thread'
p147
I2168186
sS'__ZN17IOPolledInterface27_RESERVEDIOPolledInterface3Ev'
p148
I5411268
sS'_ip_dn_ctl_ptr'
p149
I8729412
sS'__ZN28IOFilterInterruptEventSource20interruptEventSourceEP8OSObjectPFvS1_P22IOInterruptEventSourceiEP9IOServicei'
p150
I5550666
sS'_pmc_reservation_start'
p151
I2325451
sS'_pmc_get_name'
p152
I2317023
sS'_aes_cbc_decrypt'
p153
I5191028
sS'__ZN8OSObjectD0Ev'
p154
I5231268
sS'_get_procrustime'
p155
I4611323
sS'__ZN19IOPMPowerStateQueue9metaClassE'
p156
I6332448
sS'_vm_fault'
p157
I2454506
sS'_fifo_vnodeop_entries'
p158
I8536576
sS'_lck_rw_lock_shared_lockstat_patch_point'
p159
I8399944
sS'_KPTphys'
p160
I8699996
sS'_kernel_ldt_desc64'
p161
I8513232
sS'___mac_get_lcid'
p162
I5731763
sS'_kfse_list_head'
p163
I8535776
sS'_strtoul'
p164
I5672756
sS'_mac_posixshm_enforce'
p165
I8647972
sS'_pv_kern_free_count'
p166
I8398864
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_ecn_initiate_out'
p167
I8649348
sS'_sysctl__vfs_generic_nfs_server_export_hash_size'
p168
I8566688
sS'_dtrace_vtime_enable'
p169
I5138882
sS'__ZN16IODMAEventSourceD0Ev'
p170
I5550374
sS'__Z23IODTGetInterruptOptionsP15IORegistryEntryiPm'
p171
I5427304
sS'__ZN11IOCatalogue23recordStartupExtensionsEv'
p172
I5527502
sS'__ZN11IOCatalogue5resetEv'
p173
I5527562
sS'__ZN15IOPMPowerSource20setExternalConnectedEb'
p174
I5533738
sS'_ipc_kobject_notify'
p175
I2217056
sS'__ZN8IOSyncerD0Ev'
p176
I5426120
sS'__ZN13IOPMWorkQueueD1Ev'
p177
I5491914
sS'_thread_assign_default'
p178
I2286447
sS'_if_name'
p179
I3323552
sS'__ZN9IODTNVRAM10superClassE'
p180
I6357860
sS'__ZN12IOUserClientD2Ev'
p181
I5660332
sS'__ZN9IOService20_RESERVEDIOService37Ev'
p182
I5453590
sS'_IOFreePhysical'
p183
I5571431
sS'__ZN9IOService15terminateThreadEPvi'
p184
I5469436
sS'_ifnet_find_by_name'
p185
I3329841
sS'_audit_semctl_to_event'
p186
I4564549
sS'__ZN12OSSerializer9MetaClassC2Ev'
p187
I5300222
sS'__ZN15IODMAController18completeDMACommandEP16IODMAEventSourceP12IODMACommand'
p188
I5636596
sS'_cyclic_remove_omni'
p189
I5142679
sS'_igmp_leavegroup'
p190
I3336584
sS'_fd_rdwr'
p191
I4638112
sS'_IOSpinUnlock'
p192
I5685064
sS'___set___sysctl_set_sym_sysctl__sysctl_proc_cputype'
p193
I8650332
sS'_sysctl__hw_optional_sse4_1'
p194
I8604512
sS'_sysctl__hw_optional_sse4_2'
p195
I8604576
sS'_sysctl__net_inet_tcp_v6mssdflt'
p196
I8551584
sS'_sysctl__kern_sysv_ipcs_shm'
p197
I8612096
sS'_ifioctllocked'
p198
I3234842
sS'_vm_pageout_reactivation_limit_exceeded'
p199
I8397180
sS'__ZN29IOInterleavedMemoryDescriptor10superClassE'
p200
I6340292
sS'_psemnument'
p201
I8780664
sS'__ZN12PMHaltWorker14__OSFinalClassEv'
p202
I5685108
sS'__ZNK18IOTimerEventSource9MetaClass5allocEv'
p203
I5553446
sS'_VNOP_INACTIVE'
p204
I3116153
sS'_is_io_catalog_send_data'
p205
I5645748
sS'_copy_debug_state64'
p206
I2765443
sS'___set___sysctl_set_sym_sysctl__vm_cs_force_hard'
p207
I8650104
sS'__ZN17IOSharedDataQueue7dequeueEPvPm'
p208
I5671444
sS'_PE_incoming_interrupt'
p209
I5720751
sS'___set___sysctl_set_sym_sysctl__debug_lowpri_max_waiting_msecs'
p210
I8648800
sS'_vm_shared_region_lock'
p211
I8694544
sS'__ZN14IOCommandQueue12commandQueueEP8OSObjectPFvS1_PvS2_S2_S2_Ei'
p212
I5548378
sS'__ZN16IODMAEventSource16notifyDMACommandEP12IODMACommandim'
p213
I5549176
sS'_sysctl__net_local_dgram'
p214
I8609376
sS'__ZN15IOPMPowerSource8locationEv'
p215
I5532492
sS'_mac_proc_check_wait'
p216
I5741808
sS'_sysctl__net_inet_ip_fw_enable'
p217
I8545984
sS'_ipsec4_getpolicybysock'
p218
I3567092
sS'_apple_protect_pager_lck_attr'
p219
I8695208
sS'__ZN12IODMACommand14OutputLittle64EPS_NS_9Segment64EPvm'
p220
I5568114
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_defmcasthlim'
p221
I8649760
sS'_vnode_pager_bootstrap'
p222
I6408036
sS'_ipc_mqueue_init'
p223
I2165470
sS'__ZN11OSMetaClass19printInstanceCountsEv'
p224
I5226520
sS'_kprintf'
p225
I5720379
sS'__ZN8IOMapper18_RESERVEDIOMapper9Ev'
p226
I5572514
sS'_copyoutstr'
p227
I5169799
sS'_kernel_debug1'
p228
I4595449
sS'_lockstat_probemap'
p229
I8780832
sS'__ZTV14IOMemoryCursor'
p230
I6344832
sS'_mach_port_insert_right'
p231
I2192767
sS'_vfs_rootmountalloc'
p232
I2999870
sS'_fw_bypass'
p233
I8548680
sS'_dead_select'
p234
I3164734
sS'_vnop_removenamedstream_desc'
p235
I8535328
sS'_memory_object_change_attributes'
p236
I2437862
sS'_task_threads'
p237
I2276373
sS'_NDR_record'
p238
I8392924
sS'__ZN11IODataQueue10gMetaClassE'
p239
I8783952
sS'_hfs_quotaon'
p240
I4336122
sS'_vnode_getattr'
p241
I3116554
sS'_ttymalloc'
p242
I4819945
sS'__ZN8OSSymbol4freeEv'
p243
I5310718
sS'_spec_offtoblk'
p244
I3170667
sS'_pmtu_expire'
p245
I8559056
sS'__ZN9IOService16requestTerminateEPS_m'
p246
I5450898
sS'_nfsspec_vnop_close'
p247
I4053542
sS'_ipc_kmsg_destroy'
p248
I2163534
sS'_err_copyfile'
p249
I3066732
sS'__ZNK8OSString12getMetaClassEv'
p250
I5304792
sS'__ZN16IOPMRequestQueue19signalWorkAvailableEv'
p251
I5491060
sS'__ZN15PMSettingObject9metaClassE'
p252
I6372216
sS'_PE_init_platform'
p253
I5719874
sS'_vnop_reclaim_vp_offsets'
p254
I8534216
sS'_select'
p255
I4806325
sS'__ZN27IOSharedInterruptController9MetaClassC2Ev'
p256
I5639308
sS'__ZN11IODataQueue29sendDataAvailableNotificationEv'
p257
I5669768
sS'_sorwakeup'
p258
I4923594
sS'_uio_curriovlen'
p259
I4746611
sS'_ml_phys_write_half_64'
p260
I2732849
sS'__ZN21IOSubMemoryDescriptorD1Ev'
p261
I5608176
sS'_sysctl__kern_singleuser'
p262
I8599584
sS'__ZN5IOCPU11setCPUStateEm'
p263
I5620224
sS'_mach_host_server'
p264
I2349134
sS'_mach_msg_rpc_from_kernel'
p265
I2219598
sS'_sysctl__net_link_generic_ifdata_children'
p266
I8727420
sS'_zalloc_next_space'
p267
I8685544
sS'_sysctl__kern_children'
p268
I8775592
sS'__ZN8OSObject10superClassE'
p269
I6295236
sS'_mach_get_task_label'
p270
I2261371
sS'_sysctl__net_inet_ip_linklocal_in_children'
p271
I8729396
sS'_kauth_listen_scope'
p272
I4609357
sS'_nd6_ns_input'
p273
I3715052
sS'_sockopt_valsize'
p274
I5000458
sS'_OSKextRetainKextWithLoadTag'
p275
I5321818
sS'__ZN9IOService18assertPMThreadCallEv'
p276
I5492914
sS'_thread_should_halt'
p277
I2280906
sS'_ipc_right_delta'
p278
I2179319
sS'__ZN18IODTPlatformExpert28_RESERVEDIODTPlatformExpert4Ev'
p279
I5611154
sS'__ZN13IOEventSourceD2Ev'
p280
I5540642
sS'_nd6_is_addr_neighbor'
p281
I3696232
sS'_selthreadclear'
p282
I4801245
sS'_dtrace_deadman_timeout'
p283
I8616416
sS'_decmpfs_cnode_set_vnode_state'
p284
I3208888
sS'_is_io_service_add_notification_ool_64'
p285
I5665008
sS'__ZN7OSArray15initWithObjectsEPPK8OSObjectjj'
p286
I5231712
sS'__ZN12IOUserClient22_RESERVEDIOUserClient3Ev'
p287
I5642964
sS'_mbuf_set_csum_requested'
p288
I4772364
sS'_vm_page_queue_zf'
p289
I8692316
sS'_ipflow_create'
p290
I3390828
sS'_sane_size'
p291
I8400128
sS'___set___sysctl_set_sym_sysctl__sysctl_next'
p292
I8650384
sS'_ipc_kmsg_copyin_port_descriptor'
p293
I2160014
sS'_poll'
p294
I4802416
sS'__ZN20OSCollectionIterator9MetaClassC1Ev'
p295
I5238210
sS'_fp_getfpipe'
p296
I4635081
sS'_vfs_context_bind'
p297
I3102857
sS'__ZN14IOMemoryCursor17withSpecificationEPFvNS_15PhysicalSegmentEPvmEmmm'
p298
I5578622
sS'_blaundrycnt'
p299
I8530140
sS'___set___sysctl_set_sym_sysctl__net_inet_ipsec_ah_offsetmask'
p300
I8649604
sS'_apple_protect_pager_create'
p301
I2669536
sS'__ZN9IOService18changePowerStateToEm'
p302
I5496422
sS'__ZNK12IORootParent12getMetaClassEv'
p303
I5685662
sS'__ZN11IOMemoryMap19setMemoryDescriptorEP18IOMemoryDescriptory'
p304
I5582320
sS'_uuid_unparse'
p305
I5328713
sS'_inp_route_copyin'
p306
I3363325
sS'__ZN9IOService20_RESERVEDIOService21Ev'
p307
I5454038
sS'_mac_proc_check_mprotect'
p308
I5742518
sS'__ZN13IOCommandPoolD1Ev'
p309
I5547014
sS'_nfsrv_pathconf'
p310
I3887963
sS'_wait_queue_unlink_all'
p311
I2303854
sS'_lock_make_unstable'
p312
I2263688
sS'_nfs_gss_svc_cred_get'
p313
I3854421
sS'_sysctl__net_inet_ip_rtminexpire'
p314
I8544672
sS'__consume_panic_args'
p315
I2208606
sS'_sysctl__net_inet_tcp_msl'
p316
I8552864
sS'_cfreelist'
p317
I8615996
sS'_vm_pageout_continue'
p318
I2582944
sS'_device_pager_synchronize'
p319
I2429354
sS'__ZN6OSKext24setInfoDictionaryAndPathEP12OSDictionaryP8OSString'
p320
I5279536
sS'__ZN17IOSharedDataQueue12withCapacityEm'
p321
I5672110
sS'_rn_match'
p322
I3290442
sS'_sysctl__net_link_ether_inet_keep_announcements'
p323
I8541984
sS'_sysctl__machdep_cpu_mwait_linesize_max'
p324
I8635488
sS'_useracc'
p325
I5048528
sS'___set___sysctl_set_sym_sysctl__net_inet_udp_randomize_ports'
p326
I8649552
sS'__ZNK17IOPolledInterface9MetaClass5allocEv'
p327
I5402644
sS'_kalloc_kernmap_size'
p328
I8682256
sS'_psignal_locked'
p329
I4743433
sS'__ZN15PMSettingObjectC1Ev'
p330
I5687568
sS'__ZN21IONaturalMemoryCursor21initWithSpecificationEmmm'
p331
I5577740
sS'__ZN15IORegistryEntry26_RESERVEDIORegistryEntry29Ev'
p332
I5435506
sS'_spec_select'
p333
I3170839
sS'_ubc_range_op'
p334
I4856477
sS'__ZNK18_IOServiceNotifier9MetaClass5allocEv'
p335
I5486288
sS'_microuptime'
p336
I4776864
sS'__ZN15IOPMPowerSource24capacityPercentRemainingEv'
p337
I5533084
sS'__ZN15IOConditionLock10superClassE'
p338
I6322468
sS'__ZNK7OSArray9isEqualToEPK15OSMetaClassBase'
p339
I5232632
sS'__enable_preemption_no_check'
p340
I2716240
sS'_sysctl_mib_init'
p341
I6424960
sS'_deflateInit_'
p342
I5341604
sS'_vm_page_lck_grp_bucket'
p343
I8694272
sS'__ZN12IODMACommand15genIOVMSegmentsEjPFiPvPS_NS_9Segment64ES0_mES0_PyS0_Pm'
p344
I5560370
sS'_desiredNodes'
p345
I8713936
sS'_kdp_print_phys'
p346
I2842029
sS'_pmap_map'
p347
I2689105
sS'_sysctl__security_mac_labelvnodes'
p348
I8647488
sS'__ZN15IOPMPowerSource11adapterInfoEv'
p349
I5532568
sS'_badport_bandlim'
p350
I3421271
sS'__ZN6OSKext5startEb'
p351
I5267732
sS'_sysctl__net_inet_udp_pcblist64'
p352
I8554752
sS'__ZN18_IOServiceNotifier6removeEv'
p353
I5455830
sS'_sched_poll_yield_shift'
p354
I8393928
sS'_clock_init'
p355
I2203066
sS'_lf_advlock'
p356
I4689472
sS'_rc4_init'
p357
I3808339
sS'__ZN18IOUserNotification4freeEv'
p358
I5661038
sS'_vnode_islnk'
p359
I3098410
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_server_require_resv_port'
p360
I8650020
sS'_cpuid_cpusubtype'
p361
I2703538
sS'_udpstat'
p362
I8730656
sS'_aes_encrypt_cbc'
p363
I5192004
sS'__ZN13IOEventSource10gMetaClassE'
p364
I8782936
sS'__ZN12IODMACommand22_RESERVEDIODMACommand9Ev'
p365
I5567178
sS'__ZN11IOServicePMD2Ev'
p366
I5490834
sS'_HMAC_SHA1_DES3KD_Update'
p367
I3867045
sS'__ZN9IOService5startEPS_'
p368
I5449886
sS'_dtrace_invop'
p369
I5138510
sS'__ZN9IODTNVRAM18getNVRAMPartitionsEv'
p370
I5625470
sS'__ZN12IOCopyMapper9metaClassE'
p371
I6342240
sS'_mach_port_allocate_full'
p372
I2195297
sS'__ZN10IOWorkLoop15runEventSourcesEv'
p373
I5538188
sS'_mutex_init_EXT'
p374
I2231403
sS'__ZN14IOPMrootDomain16tellNoChangeDownEm'
p375
I5704530
sS'_lapic_set_intr_func'
p376
I2808242
sS'_udp_in_cksum_stats'
p377
I3508811
sS'_hi64_stack_fault'
p378
I2866288
sS'__ZN26_IOServiceInterestNotifierD1Ev'
p379
I5476172
sS'_enterpgrp'
p380
I4716101
sS'__ZN11IOCatalogue9MetaClassC1Ev'
p381
I5529696
sS'_ip6_ah_trans_deflev'
p382
I8556364
sS'_vnode_fsnode'
p383
I3098144
sS'_nfs_connect'
p384
I3978733
sS'_ifa_ifwithnet'
p385
I3231386
sS'_sse2_flag'
p386
I8604140
sS'_vnode_pager_last_unmap'
p387
I2426590
sS'_get_aiotask'
p388
I4599509
sS'__ZN8IOMapper7gSystemE'
p389
I8644424
sS'_pmap_memory_region_current'
p390
I8695244
sS'__ZNK15IORegistryEntry7inPlaneEPK15IORegistryPlane'
p391
I5439924
sS'__dtrace_probe$1725___vminfo____scan'
p392
I8396988
sS'_uuid_generate_time'
p393
I5329233
sS'_vnop_blktooff_vp_offsets'
p394
I8534984
sS'__ZN11IOCatalogue10superClassE'
p395
I6332868
sS'_pmap_zone'
p396
I8697704
sS'__ZN9IOService11notifyChildEP17IOPowerConnectionb'
p397
I5500906
sS'__ZN17IOPowerConnection10superClassE'
p398
I6369412
sS'_vm_map_get_upl'
p399
I2623849
sS'_key_spdacquire'
p400
I3747194
sS'__ZN16IOPMinformeeList9addToListEP12IOPMinformee'
p401
I5525912
sS'___set___sysctl_set_sym_sysctl__net_inet_icmp_timestamp'
p402
I8649148
sS'_kget'
p403
I2228907
sS'_kauth_cred_ismember_gid'
p404
I4620339
sS'_sysctl__kern_sysv_semume'
p405
I8612480
sS'__ZTVN17IOBigMemoryCursor9MetaClassE'
p406
I6344064
sS'__ZN12OSDictionary22_RESERVEDOSDictionary5Ev'
p407
I5244882
sS'_memmove'
p408
I5169574
sS'_mac_roman_to_utf8'
p409
I4306403
sS'_mac_sysvmsq_label_recycle'
p410
I5769916
sS'_host_get_boot_info'
p411
I2235983
sS'_tcp_clean_sackreport'
p412
I3489764
sS'_mach_vm_remap'
p413
I2626583
sS'_host_set_exception_ports'
p414
I2216208
sS'_cache_enter_with_gen'
p415
I2930806
sS'__ZN11OSMetaClassD0Ev'
p416
I5227198
sS'_IOHibernateSystemWake'
p417
I5405946
sS'_vm_countdirtypages'
p418
I2555813
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_tlb_data_large_level1'
p419
I8651216
sS'_reset_mem_on_reboot'
p420
I8517316
sS'__ZN5OSSet4freeEv'
p421
I5302062
sS'__ZN5IOCPU16getMachProcessorEv'
p422
I5620280
sS'___set___sysctl_set_sym_sysctl__kern_ipc_mb_normalized'
p423
I8650704
sS'__ZN15_IOConfigThread12configThreadEv'
p424
I5477210
sS'_memory_object_release_name'
p425
I2438613
sS'_sysctl__hw_activecpu'
p426
I8601152
sS'__ZN6OSKext24copyAllKextPersonalitiesEb'
p427
I5259878
sS'_cpu_thread_halt'
p428
I2704951
sS'__ZN15IOWatchDogTimer9MetaClassC1Ev'
p429
I5684596
sS'_nd6_setdefaultiface'
p430
I3727419
sS'_vm32_inherit'
p431
I2632676
sS'__ZN6OSKext11removeClassEP11OSMetaClass'
p432
I5260664
sS'__ZN14IOCommandQueue14enqueueCommandEbPvS0_S0_S0_'
p433
I5547620
sS'__ZNK11OSSerialize9MetaClass5allocEv'
p434
I5300070
sS'_thread_selfid'
p435
I5018643
sS'__audit_slck_destroy'
p436
I4526406
sS'__ZN8OSObject19_RESERVEDOSObject10Ev'
p437
I5230848
sS'_thread_policy_set_internal'
p438
I2295663
sS'__ZN28IOFilterInterruptEventSourceC2Ev'
p439
I5551434
sS'_semaphore_init'
p440
I6406134
sS'_get_task_userstop'
p441
I2314423
sS'_mlock'
p442
I4699348
sS'___set___sysctl_set_sym_sysctl__machdep_pmap_hashmax'
p443
I8651272
sS'__ZN16IOKitDiagnostics11diagnosticsEv'
p444
I5668104
sS'_vm_page_more_fictitious'
p445
I2600034
sS'__ZN15IORegistryEntryD2Ev'
p446
I5446104
sS'__ZTVN16IOKitDiagnostics9MetaClassE'
p447
I6366624
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_out_sw_cksum_bytes'
p448
I8649500
sS'_defrtrlist_del'
p449
I3727565
sS'___set___sysctl_set_sym_sysctl__kern_tfp_policy'
p450
I8650936
sS'__Z32iocpu_get_platform_quiesce_queuev'
p451
I5619707
sS'_tasks_count'
p452
I8683156
sS'__ZN25IOGeneralMemoryDescriptor8completeE11IODirection'
p453
I5593798
sS'_hi_remap_data'
p454
I8400896
sS'_fuword8_noerr'
p455
I5139782
sS'_clfree'
p456
I4849314
sS'_sysctl__machdep_pmap_children'
p457
I8781420
sS'_sched_safe_duration'
p458
I8684480
sS'__ZN24IOCPUInterruptController16disableInterruptEP9IOServicei'
p459
I5620336
sS'_sysctl__vm_memory_pressure'
p460
I8614080
sS'_update_low_high'
p461
I5003156
sS'_signal_setast'
p462
I4735482
sS'__ZN12IODMACommand11OutputBig32EPS_NS_9Segment64EPvm'
p463
I5568304
sS'_apple_protect_pager_data_unlock'
p464
I2669441
sS'_vm_lopage_max_count'
p465
I8398128
sS'_ah_hdrsiz'
p466
I3536282
sS'_nfs_lock_owner_clear_busy'
p467
I4165287
sS'__ZN18IODTPlatformExpert28_RESERVEDIODTPlatformExpert1Ev'
p468
I5611238
sS'_vm_page_deactivate_internal'
p469
I2596427
sS'___mac_get_lctx'
p470
I5731280
sS'_hfs_vnodeop_entries'
p471
I8570272
sS'_host_page_size'
p472
I2210243
sS'_pidhashtbl'
p473
I8775488
sS'_ip6_defmcasthlim'
p474
I8558988
sS'_OSlibkernInit'
p475
I5298480
sS'_nfiles'
p476
I8775380
sS'__ZNK10IOWorkLoop20disableAllInterruptsEv'
p477
I5537330
sS'_sysctl__machdep_cpu_arch_perf_fixed_number'
p478
I8636384
sS'_memory_object_map'
p479
I2430252
sS'__ZNK18IORegistryIterator12getMetaClassEv'
p480
I5435104
sS'_gIOCopyMapper'
p481
I8644616
sS'_utf_extrabytes'
p482
I8532032
sS'_pset_create'
p483
I2246502
sS'_ip6_auto_linklocal'
p484
I8557284
sS'_nfs_interval_timer_start'
p485
I3994030
sS'__ZN21IONaturalMemoryCursor9metaClassE'
p486
I6343720
sS'_proc_selfpgrpid'
p487
I4706885
sS'_VNOP_OPEN'
p488
I3120058
sS'_mac_vnode_check_readdir'
p489
I5757968
sS'_in_pcblookup_local'
p490
I3364741
sS'__ZNK9IOCommand9MetaClass5allocEv'
p491
I5545208
sS'_acct_process'
p492
I4598633
sS'_blkclr'
p493
I2699312
sS'_slave_main'
p494
I2263417
sS'__ZN18IOTimerEventSource10setTimeoutE13mach_timespec'
p495
I5554088
sS'_sysctl__net_inet_udp_children'
p496
I8727684
sS'_vm_page_bucket_lock_count'
p497
I8397944
sS'_copyinstr_kern'
p498
I2745760
sS'_in_delmulti'
p499
I3337924
sS'__ZN6OSKext26reportOSMetaClassInstancesEj'
p500
I5260452
sS'__ZN11IOPMRequest10gMetaClassE'
p501
I8782628
sS'_vnode_isvroot'
p502
I3098190
sS'_MD5_DESCBC_Update'
p503
I3864814
sS'__ZN15IOPMPowerSource10superClassE'
p504
I6333220
sS'__ZNK8OSObject13taggedReleaseEPKvi'
p505
I5230378
sS'_dtrace_cleanrate_default'
p506
I8616272
sS'__ZTVN9OSBoolean9MetaClassE'
p507
I6296064
sS'_kauth_lck_grp'
p508
I8775308
sS'_nfs_request_destroy'
p509
I3956512
sS'_nfs_lockd_send_request'
p510
I3869567
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_server_fsevents'
p511
I8650048
sS'_buf_setfsprivate'
p512
I2913916
sS'_in_gif_input'
p513
I3517776
sS'___set___sysctl_set_sym_sysctl__security_mac_posixshm_enforce'
p514
I8651412
sS'_rtalloc1_scoped'
p515
I3307595
sS'_mach_port_space_info'
p516
I2187174
sS'_convert_mig_object_to_port'
p517
I2218375
sS'_pth_glob_hashtbl'
p518
I8780744
sS'_PE_get_hotkey'
p519
I5718983
sS'__ZN13IOCommandPool18gatedReturnCommandEP9IOCommand'
p520
I5545900
sS'_ipcomp4_output'
p521
I3675392
sS'__ZN9IOService16setCPUSnoopDelayEm'
p522
I5456438
sS'__ZNK15IORegistryEntry11getPropertyEPK8OSSymbol'
p523
I5446702
sS'_nd6_prefix_onlink'
p524
I3720872
sS'_mach_vm_write'
p525
I2627251
sS'_sysctl__net_inet_ip_check_interface'
p526
I8548448
sS'_rn_lookup'
p527
I3293266
sS'_assert_wait_timeout'
p528
I2258590
sS'__ZN13IOCommandPool23_RESERVEDIOCommandPool2Ev'
p529
I5546380
sS'__ZN18IOTimerEventSource9MetaClassC2Ev'
p530
I5553598
sS'_x86_set_lcpu_numbers'
p531
I2703954
sS'__ZN16IOPMRequestQueueD1Ev'
p532
I5492026
sS'_dounmount'
p533
I3058300
sS'__ZN12OSDictionary12withCapacityEj'
p534
I5245450
sS'_mach_vm_region'
p535
I2625395
sS'_name_cache_unlock'
p536
I2927888
sS'_kau_init'
p537
I4527734
sS'_fifo_close_internal'
p538
I3168483
sS'_mac_sysvmsq_check_msgrmid'
p539
I5769242
sS'_ttioctl'
p540
I4830715
sS'_uuid_parse'
p541
I5328887
sS'_kd_mapsize'
p542
I8591572
sS'_wq_yielded_window_usecs'
p543
I8613028
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_subnets_are_local'
p544
I8648868
sS'__ZN19IOPMPowerSourceListD0Ev'
p545
I5536306
sS'__ZNK7OSArray9serializeEP11OSSerialize'
p546
I5232332
sS'_ml_state_is64bit'
p547
I2752841
sS'__ZN22IOInterruptEventSource20interruptEventSourceEP8OSObjectPFvS1_PS_iEP9IOServicei'
p548
I5541696
sS'_sbuf_copyin'
p549
I4795518
sS'_memory_object_control_deallocate'
p550
I2430415
sS'_pmap_is_referenced'
p551
I2681906
sS'__ZN15_IOConfigThread4mainEPvi'
p552
I5480224
sS'_fdesc_vnodeop_p'
p553
I8726552
sS'_kdp_intr_enbl'
p554
I2842322
sS'_nop_mmap'
p555
I3066104
sS'_dp_memory_object_last_unmap'
p556
I2120724
sS'__ZN17IOPowerConnection10gMetaClassE'
p557
I8784024
sS'_vnop_mnomap_desc'
p558
I8533472
sS'_au_to_arg32'
p559
I4567973
sS'_fdesc_getattr'
p560
I3165778
sS'_cnioctl'
p561
I5167064
sS'_ipc_kmsg_destroy_dest'
p562
I2163663
sS'___set___sysctl_set_sym_sysctl__vfs_generic_noremotehang'
p563
I8648784
sS'_selwait'
p564
I8779872
sS'__ZN12OSSerializerC2Ev'
p565
I5299892
sS'_vm_map_create'
p566
I2497996
sS'_nfsrv_wg_timer_call'
p567
I8771556
sS'__ZN9IOService20_RESERVEDIOService43Ev'
p568
I5453422
sS'_IORecursiveLockAlloc'
p569
I5423526
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_win_scale_factor'
p570
I8649484
sS'_ip6_sendredirects'
p571
I8558980
sS'_clustered_reads'
p572
I8655808
sS'_pru_sopoll_notsupp'
p573
I4919253
sS'__ZNK15IORegistryEntry13getChildEntryEPK15IORegistryPlane'
p574
I5434950
sS'_ip6_output'
p575
I3654689
sS'_nfs_async_write_start'
p576
I3813123
sS'_deflateBound'
p577
I5340490
sS'_lock_set_create'
p578
I2264474
sS'__ZN12IOUserClient17setAsyncReferenceEPjP8ipc_portPvS3_'
p579
I5642096
sS'_memcmp'
p580
I2730770
sS'__ZN6OSData16_RESERVEDOSData2Ev'
p581
I5240700
sS'_proto_register_plumber'
p582
I3330311
sS'_vm_map_is_64bit'
p583
I2468280
sS'_unregister_cpu_setup_func'
p584
I5058242
sS'_accept'
p585
I4944123
sS'_IOKitBSDInit'
p586
I5675910
sS'_ipsec4_hdrsiz'
p587
I3568223
sS'_sysctl__kern_ipc_sosendjcl_ignore_capab'
p588
I8610048
sS'_sysctl__net_inet_udp_log_in_vain'
p589
I8554368
sS'__ZN24IOBufferMemoryDescriptorC2Ev'
p590
I5559512
sS'_audit_arg_euid'
p591
I4522397
sS'_sched_load_average'
p592
I8684492
sS'__ZN10IOMachPort4freeEv'
p593
I5661514
sS'__ZN6OSKext32considerRebuildOfPrelinkedKernelEv'
p594
I5264398
sS'__ZTV16IOPMRequestQueue'
p595
I6330976
sS'_call_entry_enqueue_tail'
p596
I2297440
sS'_dt_kmem_zalloc_aligned'
p597
I5143460
sS'__ZNK9OSBoolean12taggedRetainEPKv'
p598
I5235042
sS'__ZN26_IOServiceInterestNotifierC1Ev'
p599
I5483774
sS'_pv_free_list'
p600
I8398844
sS'_machport_filtops'
p601
I8392944
sS'_vtonfsv2_mode'
p602
I3999469
sS'__ZNK15IORegistryEntry16getPathComponentEPcPiPK15IORegistryPlane'
p603
I5442528
sS'_sbdroprecord'
p604
I4920425
sS'__ZN16IOPMRequestQueue9MetaClassC2Ev'
p605
I5490474
sS'_sysctl__kern_osversion'
p606
I8596640
sS'_sysctl__net_inet_ipsec_esp_randpad'
p607
I8556192
sS'__ZNK15IOWatchDogTimer9MetaClass5allocEv'
p608
I5683982
sS'_ml_thread_is64bit'
p609
I2752867
sS'__ZN8OSString18_RESERVEDOSString9Ev'
p610
I5305900
sS'_sem_getvalue'
p611
I4983228
sS'_bpf_filter'
p612
I3223109
sS'_sysctl__net_inet6_ip6_use_deprecated'
p613
I8560448
sS'__ZN19IOPMCompletionQueueC2EPK11OSMetaClass'
p614
I5491258
sS'_semaphore_timedwait_trap_internal'
p615
I2270948
sS'_registerSleepWakeInterest'
p616
I5685129
sS'_vm_pageout_scan'
p617
I2577716
sS'__ZN20RootDomainUserClient10gMetaClassE'
p618
I8784000
sS'_key_output'
p619
I3784484
sS'_in6_mapped_sockaddr'
p620
I3680940
sS'_stack_snapshot2'
p621
I4590500
sS'_ipc_object_translate'
p622
I2170789
sS'__ZN12OSDictionary22_RESERVEDOSDictionary3Ev'
p623
I5244938
sS'_lapic_shutdown'
p624
I2809996
sS'__ZN23IOMultiMemoryDescriptor19initWithDescriptorsEPP18IOMemoryDescriptorm11IODirectionb'
p625
I5603508
sS'__ZN12OSSymbolPoolD1Ev'
p626
I5311188
sS'__ZN23IOMultiMemoryDescriptorD2Ev'
p627
I5604374
sS'_assert_wait_possible'
p628
I2258873
sS'_hfs_mark_volume_inconsistent'
p629
I4374441
sS'_sysctl__machdep_cpu_signature'
p630
I8634912
sS'_buf_callback'
p631
I2913555
sS'_inflateCopy'
p632
I5347014
sS'_nop_readlink'
p633
I3066235
sS'_throttle_lowpri_io'
p634
I3172533
sS'_sysctl__kern_ipc_maxsockbuf'
p635
I8610240
sS'_ipport_lowfirstauto'
p636
I8542144
sS'_mac_system_check_acct'
p637
I5765336
sS'_ipc_port_multiple_lock_data_ext'
p638
I8656736
sS'__ZN9IOService20_RESERVEDIOService38Ev'
p639
I5453562
sS'__ZN18IODTPlatformExpert18readNVRAMPartitionEPK8OSSymbolmPhm'
p640
I5609774
sS'_kauth_cred_get_with_ref'
p641
I4618539
sS'__ZN18IOMemoryDescriptor3mapEm'
p642
I5591370
sS'_vnode_putname'
p643
I2928644
sS'_boottime_sec'
p644
I4777144
sS'_convert_mo_control_to_port'
p645
I2430067
sS'__ZN12OSOrderedSet22_RESERVEDOSOrderedSet3Ev'
p646
I5295722
sS'_in6mask64'
p647
I6232304
sS'_vnode_pager_data_unlock'
p648
I2424606
sS'_nfsrv_export_lookup'
p649
I3986896
sS'__ZN8OSString19_RESERVEDOSString14Ev'
p650
I5305760
sS'__ZN18IODTPlatformExpert10superClassE'
p651
I6347628
sS'_eventsw'
p652
I8591840
sS'__ZN6OSData16_RESERVEDOSData7Ev'
p653
I5240560
sS'_ksyn_wq_hash_lookup'
p654
I5002962
sS'__ZN16IOPlatformExpert13savePanicInfoEPhm'
p655
I5609046
sS'__ZN10IONotifier9MetaClassC1Ev'
p656
I5474892
sS'_ipsec_init_policy'
p657
I3562447
sS'_ip4_ipsec_dfbit'
p658
I8555436
sS'_rt6_flush'
p659
I3719785
sS'_mnt_lck_grp_attr'
p660
I8726376
sS'__ZN18IORegistryIterator9exitEntryEv'
p661
I5437198
sS'_vaddlog'
p662
I4793378
sS'_kernel_memory_allocate'
p663
I2465210
sS'__ZN18IORegistryIterator9MetaClassC2Ev'
p664
I5438812
sS'_inet_domain_mutex'
p665
I8729372
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_rfc3465'
p666
I8649312
sS'_kevent_description'
p667
I4652951
sS'__ZNK7OSArray9getObjectEj'
p668
I5232128
sS'_ipport_lowlastauto'
p669
I8542148
sS'___set___sysctl_set_sym_sysctl__kern_sugid_coredump'
p670
I8650292
sS'__ZN18IOMemoryDescriptor19createMappingInTaskEP4taskymyy'
p671
I5590968
sS'_kdp_machine_msr64_write'
p672
I2845250
sS'_gIOHibernateCurrentHeader'
p673
I1097736
sS'_audit_session_mksend'
p674
I2199665
sS'_commpage_set_timestamp'
p675
I2789849
sS'_audit_sysclose'
p676
I4525978
sS'_vfs_authopaqueaccess'
p677
I3097661
sS'_safedounmount'
p678
I3059372
sS'__ZN32IOServiceMessageUserNotification13getNextObjectEv'
p679
I5642070
sS'_audit_arg_file'
p680
I4524389
sS'_PESetGMTTimeOfDay'
p681
I5609010
sS'_mac_lctx_notify_create'
p682
I5738083
sS'__ZN17IOPolledInterface28_RESERVEDIOPolledInterface13Ev'
p683
I5410988
sS'_sysctl__net_inet_ip_fw_children'
p684
I8727720
sS'_sysctl__security_mac_vnode_enforce'
p685
I8648512
sS'_nfs_mount_check_dead_timeout'
p686
I3952960
sS'__ZN5OSSet15_RESERVEDOSSet2Ev'
p687
I5303472
sS'__ZN18IODTPlatformExpert10gMetaClassE'
p688
I8783552
sS'_audit_arg_vnpath_withref'
p689
I4524291
sS'__ZNK11OSSerialize11getCapacityEv'
p690
I5299424
sS'__ZN11OSMetaClass18getClassDictionaryEv'
p691
I5224738
sS'_swapfile_pager_count'
p692
I8398184
sS'___set___sysctl_set_sym_sysctl__net_link_ether_inet_maxtries'
p693
I8648896
sS'_mac_posixsem_enforce'
p694
I8647908
sS'_pv_hash_lock_table'
p695
I8697524
sS'__ZN9IOService24mapDeviceMemoryWithIndexEjm'
p696
I5452512
sS'_ifnet_set_addrlen'
p697
I3324073
sS'_memname'
p698
I8592704
sS'_sysctl__sysctl_proc_exec_affinity'
p699
I8599328
sS'_vm_shared_region_lookup'
p700
I2611308
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_arch_perf_events_number'
p701
I8651152
sS'_encodinglst_lck_grp_attr'
p702
I8772080
sS'_sysctl__net_inet6_ip6_stats'
p703
I8559680
sS'_nfsrv_zapsock'
p704
I4013963
sS'__ZTVN12IOPMinformee9MetaClassE'
p705
I6331840
sS'_nfs_vnop_fsync'
p706
I4056734
sS'_vm_purgeable_token_delete_first'
p707
I2588308
sS'_execve'
p708
I4668835
sS'_lastNapClear'
p709
I8513528
sS'_sysctl__net_link_generic'
p710
I8539264
sS'_pthread_list_lock'
p711
I5004869
sS'_mmMalloc'
p712
I2874342
sS'_ddi_get_soft_state'
p713
I5138755
sS'_mrt6stat'
p714
I8765088
sS'_fips_initialize'
p715
I2867314
sS'_get_tcp_str_size'
p716
I3490730
sS'_vm_page_speculative_count_drift_max'
p717
I8397232
sS'_hw_lock_init'
p718
I2712144
sS'__ZN15PMSettingObjectD2Ev'
p719
I5688332
sS'_vm_fault_page_blocked_access'
p720
I8396812
sS'_sysctl__net_inet_ip_sourceroute'
p721
I8548000
sS'_not_in_kdp'
p722
I8396844
sS'_sem_init'
p723
I4983208
sS'_vm_map'
p724
I2630471
sS'_nswapmap'
p725
I8775244
sS'_lck_grp_deallocate'
p726
I2234684
sS'___semwait_signal_nocancel'
p727
I4738423
sS'_wr_uio'
p728
I4807865
sS'_mac_proc_check_setauid'
p729
I5722791
sS'__ZN20RootDomainUserClient10superClassE'
p730
I6367684
sS'_lock_acquire'
p731
I2265089
sS'_kauth_authorize_allow'
p732
I4607879
sS'__Z21IODTResolveAddressingP15IORegistryEntryPKcP14IODeviceMemory'
p733
I5428881
sS'__ZN8IOMapper18_RESERVEDIOMapper4Ev'
p734
I5572654
sS'__ZN9OSBoolean9MetaClassC1Ev'
p735
I5236086
sS'_kdp_intr_disbl'
p736
I2842331
sS'__ZNK12OSCollection9MetaClass5allocEv'
p737
I5236458
sS'_tcp_do_sack'
p738
I8551200
sS'_dtrace_pid_probe_ptr'
p739
I8781428
sS'_vm_page_deactivate_behind_count'
p740
I8396808
sS'_vnode_ismountedon'
p741
I3098615
sS'_catch_mach_exception_raise_state_identity'
p742
I5051532
sS'_security_version_minor'
p743
I8648564
sS'_kvtophys'
p744
I2776308
sS'_sysctl__net_link_ether_inet_send_conflicting_probes'
p745
I8542048
sS'_clock_adjtime'
p746
I2201543
sS'__ZN8IOSyncer10superClassE'
p747
I6322820
sS'__ZN15IOPMPowerSource9setSerialEP8OSSymbol'
p748
I5533344
sS'__ZNK19IOPMPowerStateQueue12getMetaClassEv'
p749
I5526226
sS'_vnode_ref_ext'
p750
I2987746
sS'_vm_submap_object'
p751
I8687400
sS'_hibernate_write_image'
p752
I5414068
sS'__ZN9IOService40ParentUpNotifyInterestedDriversDidChangeEv'
p753
I5512344
sS'__ZNK10IOWorkLoop21enableAllEventSourcesEv'
p754
I5536750
sS'_vm_pageout_inactive_throttled'
p755
I8397112
sS'_x86_toggle_sysenter_arg_store'
p756
I2765342
sS'__ZN18IOTimerEventSource11setWorkLoopEP10IOWorkLoop'
p757
I5552408
sS'__ZN8OSObject18_RESERVEDOSObject3Ev'
p758
I5231044
sS'_soclose_wait_locked'
p759
I4901267
sS'_mac_cred_label_destroy'
p760
I5740448
sS'__ZN9IOCommandC1EPK11OSMetaClass'
p761
I5545024
sS'_vm32_make_memory_entry_64'
p762
I2630842
sS'_au_preselect'
p763
I4563948
sS'__ZN17IOSharedDataQueue27_RESERVEDIOSharedDataQueue2Ev'
p764
I5671360
sS'__ZN12IOUserClient23getExternalTrapForIndexEm'
p765
I5642508
sS'_sectSizeTEXT'
p766
I8700080
sS'_sysctl__net_inet_tcp_isn_reseed_interval'
p767
I8552160
sS'__ZN9IODTNVRAM10writeXPRAMEmPhm'
p768
I5626698
sS'_edata'
p769
I8700068
sS'_default_pager_backing_store_info'
p770
I2103553
sS'_dtrace_fuword16'
p771
I5140749
sS'__ZN10OSIterator20_RESERVEDOSIterator3Ev'
p772
I5246394
sS'_in_inithead'
p773
I3371706
sS'__ZN16IOPlatformExpert14getChipSetTypeEv'
p774
I5608506
sS'_sysctl__net_link_ether'
p775
I8539328
sS'_machine_thread_get_state'
p776
I2772926
sS'_sysctl__net_link'
p777
I8539200
sS'_hfs_group_attr'
p778
I8772100
sS'_open'
p779
I3052721
sS'_setaudit'
p780
I4583298
sS'__ZN16IOPMRequestQueue9metaClassE'
p781
I6329740
sS'__Z16OSUnserializeXMLPKcPP8OSString'
p782
I5321207
sS'_dead_vnodeop_opv_desc'
p783
I8536224
sS'___set___sysctl_set_sym_sysctl__net_link_generic_ifalldata'
p784
I8648840
sS'_ipc_port_release_sonce'
p785
I2172345
sS'_fstat_extended'
p786
I4634236
sS'_workqueue_destroy_lock'
p787
I5023663
sS'_di_root_image'
p788
I5680849
sS'__ZN17IOSharedDataQueueD2Ev'
p789
I5672472
sS'_in6_mapped_peeraddr'
p790
I3681056
sS'_icmpstat'
p791
I8727744
sS'__ZNK12OSOrderedSet20getCapacityIncrementEv'
p792
I5293956
sS'_spechash_mtx_lock'
p793
I8726356
sS'__ZN28IOFilterInterruptEventSource38_RESERVEDIOFilterInterruptEventSource1Ev'
p794
I5551100
sS'__ZN8OSString19_RESERVEDOSString11Ev'
p795
I5305844
sS'__ZN15IOWatchDogTimer4stopEP9IOService'
p796
I5683990
sS'_ifnet_set_metric'
p797
I3324171
sS'_kevent64'
p798
I4658817
sS'_pthread_lck_grp'
p799
I8780764
sS'_ifmaddr_release'
p800
I3324829
sS'__ZN15IORegistryPlaneD0Ev'
p801
I5445912
sS'_nfs_gss_clnt_ctx_unref'
p802
I3841966
sS'_vm_fault_list_request'
p803
I2587841
sS'_dtrace_fasttrap_exec_ptr'
p804
I8781000
sS'_copyin_user'
p805
I2745680
sS'_devfs_lck_grp_attr'
p806
I8727364
sS'__ZN12OSCollection14copyCollectionEP12OSDictionary'
p807
I5236544
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_address_bits_virtual'
p808
I8651232
sS'_m_mtod'
p809
I4860466
sS'_host_priv_subsystem'
p810
I6146688
sS'_ml_phys_read_half_64'
p811
I2733250
sS'__ZN9IOService17comparePropertiesEP12OSDictionaryP12OSCollection'
p812
I5456898
sS'_auditon_command_event'
p813
I4564642
sS'___set___sysctl_set_sym_sysctl__hw_optional'
p814
I8650544
sS'__ZTVN8IOPMprot9MetaClassE'
p815
I6331520
sS'_sysctl__hw_cpufrequency'
p816
I8602176
sS'_IOBSDNameMatching'
p817
I5677691
sS'_exchangedata'
p818
I3043488
sS'_mac_labelzone_free'
p819
I5737153
sS'_file_vnode'
p820
I4634834
sS'_nfsrv_credcheck'
p821
I3987974
sS'_fifo_select'
p822
I3168820
sS'__ZN17IOSharedDataQueueC2EPK11OSMetaClass'
p823
I5671938
sS'__ZN14IODeviceMemory9withRangeEmm'
p824
I5569078
sS'_tty_pgsignal'
p825
I4736028
sS'__ZN5OSSet16initWithCapacityEj'
p826
I5303278
sS'__ZN6OSKext6unloadEv'
p827
I5266226
sS'__ZN9IOService15retirePMRequestEP11IOPMRequestP13IOPMWorkQueue'
p828
I5508442
sS'_ipc_table_dnrequests'
p829
I8656860
sS'_pmMarkAllCPUsOff'
p830
I2786193
sS'_dqsync'
p831
I2978494
sS'_ipsec6_hdrsiz'
p832
I3566383
sS'_averunnable'
p833
I8596028
sS'_tcp_in_cksum_stats'
p834
I3503605
sS'_PE_cpu_machine_init'
p835
I5622252
sS'_dp_memory_object_map'
p836
I2120749
sS'__ZN12IODMACommand22_RESERVEDIODMACommand6Ev'
p837
I5567262
sS'__ZN14IOPMrootDomain16registerInterestEPK8OSSymbolPFiPvS3_mP9IOServiceS3_jES3_S3_'
p838
I5696052
sS'_nfs_up'
p839
I3953242
sS'___set___sysctl_set_sym_sysctl__vm'
p840
I8650404
sS'_get_vmmap_entries'
p841
I2316017
sS'__ZN12OSSymbolPool12removeSymbolEP8OSSymbol'
p842
I5310192
sS'__dtrace_probe$2236___vminfo____pgin'
p843
I8396732
sS'_ipc_port_release'
p844
I2315651
sS'_nfs_attrcachetimeout'
p845
I3994089
sS'_fifo_read'
p846
I3169222
sS'_eopnotsupp'
p847
I4796367
sS'_nfsd_lck_grp'
p848
I8771544
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_isn_reseed_interval'
p849
I8649420
sS'_sysctl__net_inet_ipsec_bypass'
p850
I8556256
sS'__ZN6OSKext24removeKextWithIdentifierEPKcb'
p851
I5275128
sS'_memory_object_recover_named'
p852
I2534918
sS'_devioc'
p853
I8536930
sS'_sysctl__kern_maxfiles'
p854
I8596768
sS'_cmask'
p855
I8581052
sS'_munge_w'
p856
I5178048
sS'_sysctl__net_inet_ip_linklocal'
p857
I8548704
sS'__ZN12IOUserClient13connectClientEPS_'
p858
I5642376
sS'_sysctl__kern_ipc_nmbclusters'
p859
I8610496
sS'_buf_drop'
p860
I2914418
sS'__ZN15IOPMPowerSource11powerSourceEv'
p861
I5535178
sS'_mach_port_get_attributes'
p862
I2192108
sS'_strcat'
p863
I2666467
sS'_nchrdev'
p864
I8633928
sS'__ZN15IOWatchDogTimerC2EPK11OSMetaClass'
p865
I5684860
sS'_vm_page_lck_grp_purge'
p866
I8693696
sS'_bpfpoll'
p867
I3218350
sS'_IOMapperInsertPPNPages'
p868
I5571646
sS'_find_vnode_object'
p869
I2424631
sS'_clock_subsystem'
p870
I6146400
sS'__dtrace_probe$1945___vminfo____anonfree'
p871
I8396996
sS'__ZN14IOPMrootDomain29acknowledgeSystemWillShutdownEP9IOService'
p872
I5688668
sS'_vnode_pager_get_object_pathname'
p873
I2427027
sS'_IODelay'
p874
I5419696
sS'___set___sysctl_set_sym_sysctl__security_mac_sysvsem_enforce'
p875
I8651432
sS'_sysctl__vfs_generic_always_do_fullfsync'
p876
I8569792
sS'__ZNK11IOServicePM9MetaClass5allocEv'
p877
I5489994
sS'_thread_is_io_throttled'
p878
I4724428
sS'__ZN14IOPMrootDomain13askChangeDownEm'
p879
I5695908
sS'_act_set_astbsd'
p880
I2289971
sS'_ipc_object_destroy'
p881
I2170723
sS'_mmGetPtr'
p882
I2874302
sS'__ZN15IOWatchDogTimerC1EPK11OSMetaClass'
p883
I5684820
sS'_get_bsdthread_info'
p884
I2314217
sS'_task_init'
p885
I6406186
sS'_vm_pageout_internal_start'
p886
I2576098
sS'_ip6_process_hopopts'
p887
I3639010
sS'_sysctl__net_inet_igmp'
p888
I8544352
sS'_pru_bind_notsupp'
p889
I4919063
sS'_vm_pageout_inactive_relief'
p890
I8397068
sS'_hfs_generate_volume_notifications'
p891
I4334285
sS'_get_task_map_reference'
p892
I2314737
sS'__ZN13PMTraceWorkerD1Ev'
p893
I5688412
sS'__ZN13IOCommandPool4freeEv'
p894
I5545680
sS'_t64_int3'
p895
I2856800
sS'_GetRecordByIndex'
p896
I4489915
sS'_hi64_mach_scall'
p897
I2865248
sS'_in_gif_output'
p898
I3516435
sS'__ZN8OSSymbol18_RESERVEDOSSymbol0Ev'
p899
I5307654
sS'_strtouq'
p900
I5673534
sS'_processor_doshutdown'
p901
I2236270
sS'__ZN8IOSyncer9metaClassE'
p902
I6322816
sS'__ZN11IOServicePMC2EPK11OSMetaClass'
p903
I5489666
sS'__ZN14IOPMrootDomain9constructEv'
p904
I5686586
sS'_pmsBuild'
p905
I2786870
sS'_sysctl__machdep_pmap_hashwalks'
p906
I8638048
sS'_inflateSync'
p907
I5354031
sS'__ZN14IOPMrootDomain14publishFeatureEPKc'
p908
I5699056
sS'_tcp_sbspace'
p909
I3490740
sS'_OSRuntimeInitializeCPP'
p910
I5297800
sS'__ZN12PMHaltWorkerD0Ev'
p911
I5688476
sS'_vfs_context_thread'
p912
I3098001
sS'_vfs_extendedsecurity'
p913
I3097678
sS'_vm_page_grab_guard'
p914
I2600491
sS'__ZN11IOResources13setPropertiesEP8OSObject'
p915
I5469646
sS'_hfs_converterinit'
p916
I4306275
sS'__ZN9IOService21ParentUpSetPowerStateEv'
p917
I5515646
sS'__ZNK16IOKitDiagnostics9serializeEP11OSSerialize'
p918
I5667796
sS'_kernel_object_iopl_request'
p919
I2616318
sS'_splhigh'
p920
I4790536
sS'_ipc_notify_port_destroyed'
p921
I2169162
sS'_nfs_data_update_size'
p922
I3880431
sS'_ip_mrouter_get'
p923
I8549040
sS'_processor_up'
p924
I2236476
sS'___set___sysctl_set_sym_sysctl__hw_cacheconfig'
p925
I8650476
sS'_thread_policy_reset'
p926
I2295270
sS'_nfsiod_lck_grp'
p927
I8772036
sS'_chown'
p928
I3033950
sS'_unicode_decomposeable'
p929
I3067081
sS'_BTScanInitialize'
p930
I4492477
sS'_defrouter_delreq'
p931
I3726108
sS'_procfdtbl_reservefd'
p932
I4628382
sS'___set___sysctl_set_sym_sysctl__machdep_memmap_RuntimeServices'
p933
I8651288
sS'__ZTV16IOPMinformeeList'
p934
I6332288
sS'_mig_user_deallocate'
p935
I2218600
sS'_sysctl__net_inet6_children'
p936
I8766908
sS'_bs_port_table'
p937
I8615136
sS'___set___sysctl_set_sym_sysctl__security_mac_iokit_enforce'
p938
I8651400
sS'_vn_listxattr'
p939
I3086893
sS'__ZN17IOPowerConnection14setAwaitingAckEb'
p940
I5683274
sS'_vnode_pager_get_isinuse'
p941
I2427177
sS'_processor_data_init'
p942
I2246657
sS'__ZN22IOInterruptEventSource9metaClassE'
p943
I6335744
sS'_hi_diag_scall'
p944
I2729952
sS'__ZN18IODTPlatformExpert15getNubResourcesEP9IOService'
p945
I5614720
sS'_ddi_soft_state_free'
p946
I5143353
sS'__ZN6OSKext20getAutounloadEnabledEv'
p947
I5247512
sS'__ZN21IOSubMemoryDescriptorC1EPK11OSMetaClass'
p948
I5607694
sS'__ZN14IOCommandQueueC2Ev'
p949
I5548510
sS'_sysctl__vfs_generic_nfs_server_wg_delay'
p950
I8566432
sS'__ZN18_IOServiceNotifierC1Ev'
p951
I5484478
sS'__ZN11OSSerialize21_RESERVEDOSSerialize5Ev'
p952
I5301374
sS'_nfs_buf_page_inval'
p953
I3838057
sS'__ZN18IODTPlatformExpert9configureEP9IOService'
p954
I5609182
sS'_IOSetProcessorCacheMode'
p955
I5419821
sS'__ZN18IORegistryIteratorC2Ev'
p956
I5438704
sS'_absolutetime_to_nanoseconds'
p957
I2777235
sS'_fasttrap_tracepoint_t_zone'
p958
I8781320
sS'_high_sb_max'
p959
I8610148
sS'__ZTVN29IOInterleavedMemoryDescriptor9MetaClassE'
p960
I6340320
sS'__ZNK22IOInterruptEventSource12getMetaClassEv'
p961
I5540948
sS'_max_linkhdr'
p962
I8780524
sS'_i386_signal_cpus'
p963
I2812246
sS'_nfs_node_unlock'
p964
I3877995
sS'_ulock_release_all'
p965
I2264412
sS'_msleep'
p966
I4751929
sS'_uipc_usrreqs'
p967
I8610880
sS'_SHA256_Update'
p968
I3790543
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_packetchain'
p969
I8649356
sS'_defrouter_addreq'
p970
I3725746
sS'_vcgetc'
p971
I2820855
sS'_mach_timebase_info_trap'
p972
I2202910
sS'_err_exchange'
p973
I3066094
sS'_nfs3_remove_rpc'
p974
I4094492
sS'_nfs_gss_clnt_args_restore'
p975
I3844837
sS'__ZN11OSSerializeD1Ev'
p976
I5300550
sS'_err_open'
p977
I3065941
sS'_pv_head_table'
p978
I8697316
sS'_task_release'
p979
I2277046
sS'_vnode_setmultipath'
p980
I2928116
sS'_nfs_lock_owner_insert_held_lock'
p981
I4148785
sS'_eHIB'
p982
I8700052
sS'_bsd_exec_setup'
p983
I4589420
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_client_access_cache_timeout'
p984
I8649972
sS'__ZN17IOBigMemoryCursor13outputSegmentEN14IOMemoryCursor15PhysicalSegmentEPvm'
p985
I5579590
sS'_device_pager_data_return'
p986
I2429627
sS'___old_semwait_signal_nocancel'
p987
I4738817
sS'_nfs4_cb_id'
p988
I8564648
sS'__ZN25IOGeneralMemoryDescriptor4freeEv'
p989
I5598264
sS'_swapfile_pager_init'
p990
I2614868
sS'_vnode_authorize_delete'
p991
I3004386
sS'__ZN9IODTNVRAM15initOFVariablesEv'
p992
I5631978
sS'__ZN13IOPMWorkQueue10superClassE'
p993
I6329752
sS'_vm_pageout_scan_throttle_aborted'
p994
I8397204
sS'__ZNK6OSData9isEqualToEPK8OSString'
p995
I5238996
sS'_vnop_pathconf_vp_offsets'
p996
I8534280
sS'__audit_cv_destroy'
p997
I4526154
sS'_VNOP_KQFILT_REMOVE'
p998
I3105712
sS'__ZN18IORegistryIterator11iterateOverEPK15IORegistryPlanem'
p999
I5437630
sS'_IOMallocAligned'
p1000
I5421084
sS'_sectLINKB'
p1001
I8700100
sS'_mac_system_check_reboot'
p1002
I5764793
sS'_MCFail'
p1003
I8780552
sS'_VNOP_PAGEIN'
p1004
I3099667
sS'_ip6_init'
p1005
I3639463
sS'__ZN10IOMachPort14setHoldDestroyEP8OSObjectj'
p1006
I5665434
sS'__ZN29IOInterleavedMemoryDescriptorD2Ev'
p1007
I5570852
sS'__ZN24IOBufferMemoryDescriptor13initWithBytesEPKvj11IODirectionb'
p1008
I5554964
sS'_thread_set_child'
p1009
I2697497
sS'__ZN14IOPMrootDomain18dispatchPowerEventEjPvS0_'
p1010
I5712582
sS'_nfs_gss_svc_ctx_init'
p1011
I3849797
sS'_nfs_vnop_pathconf'
p1012
I4055167
sS'_gIOPlatformActiveActionKey'
p1013
I8782588
sS'__ZN18IOMemoryDescriptor30withPersistentMemoryDescriptorEPS_'
p1014
I5601008
sS'_ifunit'
p1015
I3229961
sS'_sysctl__kern_rage_vnode'
p1016
I8598944
sS'_random_init'
p1017
I2867922
sS'_nfs4_commit_rpc'
p1018
I4190581
sS'_igmp_joingroup'
p1019
I3337547
sS'_kext_get_kmod_info'
p1020
I5321492
sS'_host_ipc_hash_info'
p1021
I2188435
sS'__ZN10IOMachPortD2Ev'
p1022
I5662260
sS'_task_create_internal'
p1023
I2278116
sS'__ZN11IOResources18matchPropertyTableEP12OSDictionary'
p1024
I5457046
sS'_nop_read'
p1025
I3066019
sS'__ZN16IOPMinformeeList11firstInListEv'
p1026
I5525112
sS'_cpuid_cputype'
p1027
I2703581
sS'__ZNK15PMSettingObject13taggedReleaseEPKvi'
p1028
I5685640
sS'_unused_except_for_debugging'
p1029
I8685452
sS'_MDFail'
p1030
I8780560
sS'_tcp_unlock'
p1031
I3494308
sS'__ZN9IOService13addPowerChildEPS_'
p1032
I5510260
sS'_auditon'
p1033
I4584238
sS'___set___sysctl_set_sym_sysctl__kern_stack_size'
p1034
I8650368
sS'_ledger_transfer'
p1035
I2230363
sS'__ZN16IOPMinformeeListC2Ev'
p1036
I5525402
sS'__ZN9IOService16registerInterestEPK8OSSymbolPFiPvS3_mPS_S3_jES3_S3_'
p1037
I5483826
sS'_ip6_setpktoptions'
p1038
I3662244
sS'___set___sysctl_set_sym_sysctl__net_key_natt_keepalive_interval'
p1039
I8649940
sS'_nfs4_write_rpc_async_finish'
p1040
I4207389
sS'_sysctl__net_inet6_icmp6_nd6_drlist'
p1041
I8562400
sS'__ZN9IOService19installNotificationEPK8OSSymbolP12OSDictionaryPFbPvS5_PS_P10IONotifierES5_S5_lPP10OSIterator'
p1042
I5485820
sS'_memory_object_data_initialize'
p1043
I2430201
sS'__ZN16IOPlatformExpert25PMInstantiatePowerDomainsEv'
p1044
I5617550
sS'_thread_tid'
p1045
I2280878
sS'_sysctl__net_inet_tcp_minmss'
p1046
I8551648
sS'__ZNK18IORegistryIterator9MetaClass5allocEv'
p1047
I5438660
sS'_nd6_na_input'
p1048
I3717180
sS'_mac_socket_check_connect'
p1049
I5776276
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_tlb_data_small_level1'
p1050
I8651204
sS'_ip6_temp_regen_advance'
p1051
I8562532
sS'_pmap_clear_reference'
p1052
I2682344
sS'__ZN5IOCPU15_RESERVEDIOCPU7Ev'
p1053
I5621416
sS'__ZN9IOService13checkResourceEP8OSObject'
p1054
I5485280
sS'___set___sysctl_set_sym_sysctl__machdep_memmap_Unusable'
p1055
I8651308
sS'__ZNK8OSObject9MetaClass5allocEv'
p1056
I5229524
sS'_limit0'
p1057
I8774112
sS'_m_dtom'
p1058
I4860477
sS'_dp_memory_object_data_return'
p1059
I2122603
sS'__ZN17IOPolledInterface10gMetaClassE'
p1060
I8781984
sS'_sysctl_doproc'
p1061
I4758600
sS'__ZN10IOWorkLoop20_RESERVEDIOWorkLoop3Ev'
p1062
I5537590
sS'_vm_read'
p1063
I2626932
sS'_sysctl__net_inet6_ip6_v6only'
p1064
I8560768
sS'_ip6_mloopback'
p1065
I3652687
sS'___set___sysctl_set_sym_sysctl__vm_allow_stack_exec'
p1066
I8650916
sS'_sysctl__machdep_cpu_address_bits_physical'
p1067
I8637472
sS'__ZN15IOPMPowerSource8setModelEP8OSSymbol'
p1068
I5533380
sS'_vm_page_queue_fictitious'
p1069
I8692296
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_linklocal_in'
p1070
I8649232
sS'__ZN8OSObjectD1Ev'
p1071
I5231316
sS'_is_io_connect_map_memory'
p1072
I5661840
sS'__audit_rlck_unlock'
p1073
I4527091
sS'__ZN6OSKext4freeEv'
p1074
I5255960
sS'_kauth_cred_copy_real'
p1075
I4625367
sS'__ZN16IOKitDiagnosticsC2Ev'
p1076
I5668212
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_client_allow_async'
p1077
I8649976
sS'__ZN9IOService16resolveInterruptEPS_i'
p1078
I5479854
sS'_nfs_buf_release'
p1079
I3815708
sS'__ZN12IODMACommand8completeEbb'
p1080
I5565332
sS'__ZN12OSDictionary9setObjectEPKcPK15OSMetaClassBase'
p1081
I5243340
sS'__ZN22IOInterruptEventSource9MetaClassC1Ev'
p1082
I5541886
sS'_stat64'
p1083
I3038638
sS'_hfs_vnop_pagein'
p1084
I4345388
sS'_err_readlink'
p1085
I3066242
sS'__ZN14IOPMrootDomain5startEP9IOService'
p1086
I5714736
sS'_dtrace_jstackframes_default'
p1087
I8616360
sS'_pthread_list_lock_convert_spin'
p1088
I5004890
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_fw_verbose_limit'
p1089
I8649684
sS'_ip_ctloutput'
p1090
I3454512
sS'__ZN11OSSerialize9metaClassE'
p1091
I6299904
sS'__ZN15IORegistryEntryC2EPK11OSMetaClass'
p1092
I5445872
sS'__ZTV10OSIterator'
p1093
I6298208
sS'_buf_setlblkno'
p1094
I2913807
sS'_multicast_register_if'
p1095
I8766496
sS'___set___sysctl_set_sym_sysctl__net_key_spi_trycnt'
p1096
I8649896
sS'_virtual_avail'
p1097
I8700040
sS'__ZN11IOMemoryMap9metaClassE'
p1098
I6345008
sS'_tcp_rtlookup6'
p1099
I3494718
sS'_sysctl__net_inet_tcp_reass'
p1100
I8549952
sS'_gIOModuleIdentifierKey'
p1101
I8782832
sS'__ZN13IOCommandPool10superClassE'
p1102
I6337028
sS'_if_up'
p1103
I3230632
sS'_file_attribute_exist'
p1104
I4459987
sS'_sysctl__security_mac_system_enforce'
p1105
I8648192
sS'__ZTVN8OSSymbol9MetaClassE'
p1106
I6301536
sS'_proc_pidregioninfo'
p1107
I5034496
sS'_nulldev'
p1108
I4796384
sS'_ps_select_segment'
p1109
I2106344
sS'__ZN13IOCommandGate9MetaClassC1Ev'
p1110
I5544344
sS'_t_int3'
p1111
I2723872
sS'_nfs_dir_cookie_cache'
p1112
I4059881
sS'_hi_sysenter'
p1113
I2729968
sS'_mbuf_tag_find'
p1114
I4773170
sS'_larval_sav_count'
p1115
I8563776
sS'_dtrace_ptss_release_entry'
p1116
I5138044
sS'_registerPrioritySleepWakeInterest'
p1117
I5685184
sS'_IOPageableMapForAddress'
p1118
I5419468
sS'_rtalloc'
p1119
I3306614
sS'_security_osrelease'
p1120
I8648737
sS'_vm_memory_pressure'
p1121
I8397564
sS'_pinsertchild'
p1122
I4715028
sS'__ZN5IOCPU8initCPUsEv'
p1123
I5622924
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_portrange_hilast'
p1124
I8648948
sS'__ZN8IOMapper5startEP9IOService'
p1125
I5572128
sS'_sonewconn'
p1126
I4925846
sS'_keydb_newsecashead'
p1127
I3785276
sS'_desiredvnodes'
p1128
I8615960
sS'_bit_unlock'
p1129
I2716400
sS'__ZNK8OSSymbol9isEqualToEPK15OSMetaClassBase'
p1130
I5307352
sS'_lockd_request'
p1131
I2128471
sS'_au_to_socket_ex'
p1132
I4569855
sS'_fbt_id'
p1133
I8781088
sS'_sysctl__net_link_ether_inet_apple_hwcksum_rx'
p1134
I8541600
sS'_hibernate_machine_init'
p1135
I5411716
sS'_sysctl__kern_file'
p1136
I8596320
sS'_num_events_outstanding'
p1137
I8535780
sS'__ZN16IOPlatformExpert14getBootROMTypeEv'
p1138
I5608494
sS'_std_quantum_us'
p1139
I8684324
sS'__ZN22IOInterruptEventSource32_RESERVEDIOInterruptEventSource3Ev'
p1140
I5541452
sS'_PE_halt_restart'
p1141
I8644632
sS'_ip6_id'
p1142
I8559044
sS'_mac_file_check_ioctl'
p1143
I5781627
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_background_io_enabled'
p1144
I8649424
sS'__ZN12IODMACommand12OutputHost32EPS_NS_9Segment64EPvm'
p1145
I5562878
sS'_getuid'
p1146
I4720808
sS'_vn_setxattr'
p1147
I3092354
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_stepping'
p1148
I8651056
sS'_nfsrv_slpfree'
p1149
I4013437
sS'__ZN12IODMACommand14OutputLittle32EPS_NS_9Segment64EPvm'
p1150
I5568180
sS'_time_zone_slock_init'
p1151
I6425548
sS'_nfs_sync_callout'
p1152
I4024976
sS'___set___sysctl_set_sym_sysctl__vm_cs_debug'
p1153
I8650108
sS'_udp6_ctlinput'
p1154
I3741889
sS'_audit_qctrl'
p1155
I8772176
sS'__dtrace_probe$3176___vminfo____cow_fault'
p1156
I8396772
sS'_cs_procs_invalidated'
p1157
I8595464
sS'__ZN8OSString18_RESERVEDOSString4Ev'
p1158
I5306040
sS'__ZN24IOCPUInterruptController10superClassE'
p1159
I6354988
sS'__dtrace_probe$2697___vminfo____execpgin'
p1160
I8397012
sS'__ZN9IODTNVRAM4syncEv'
p1161
I5625366
sS'_tcp_free_sackholes'
p1162
I3490584
sS'_enodev'
p1163
I4796322
sS'__ZN7OSArrayC2Ev'
p1164
I5234594
sS'_key_gettunnel'
p1165
I3782149
sS'_gIOHibernateDebugFlags'
p1166
I1105764
sS'_vm_map_page_info'
p1167
I2474969
sS'_thread_set_timer_deadline'
p1168
I2257588
sS'_vnode_istty'
p1169
I3098236
sS'_tscFCvtn2t'
p1170
I8513584
sS'__ZN12IODMACommand15genIOVMSegmentsEPyPvPm'
p1171
I5562312
sS'_thread_call_func'
p1172
I2293658
sS'_VNOP_MNOMAP'
p1173
I3108256
sS'_proto_inject'
p1174
I3331354
sS'_memory_object_create_named'
p1175
I2554486
sS'_vnode_pager_get_filename'
p1176
I5039579
sS'_audit_panic_on_write_fail'
p1177
I8772220
sS'__ZN9IOService20_RESERVEDIOService44Ev'
p1178
I5453394
sS'_ClearNode'
p1179
I4490431
sS'__ZN14IOPMrootDomain28shouldSleepOnClamshellClosedEv'
p1180
I5689498
sS'_nfs_gss_clnt_cred_put'
p1181
I3859597
sS'_kill'
p1182
I4743578
sS'_ip6_optlen'
p1183
I3652578
sS'_exception_deliver'
p1184
I2208703
sS'__dtrace_probe$1942___vminfo____dfree'
p1185
I8396992
sS'_stack_alloc_try'
p1186
I2262558
sS'__ZNK16IOPMinformeeList12getMetaClassEv'
p1187
I5525080
sS'_mac_policy_initmach'
p1188
I5723720
sS'_IONDRVLibrariesInitialize'
p1189
I5427294
sS'_nfs_buf_iowait'
p1190
I3812393
sS'_lookup'
p1191
I2970863
sS'_sysctl__net_inet_ip_dummynet_red_lookup_depth'
p1192
I8545600
sS'__ZN27IOSharedInterruptController10gMetaClassE'
p1193
I8783768
sS'__ZN16IOPMinformeeListD2Ev'
p1194
I5525690
sS'_vn_create'
p1195
I2994054
sS'_dtrace_casptr'
p1196
I5142033
sS'___set___sysctl_set_sym_sysctl__kern_sysv_shmmin'
p1197
I8650828
sS'__ZNK18IOMemoryDescriptor12getMetaClassEv'
p1198
I5580888
sS'_kdbg_setpid'
p1199
I4591985
sS'__ZN16IOPlatformDevice9metaClassE'
p1200
I6347640
sS'_proc_pidworkqueueinfo'
p1201
I5033202
sS'_write_buffer'
p1202
I8535836
sS'_des_decrypt3'
p1203
I3794567
sS'_invalidate_icache64'
p1204
I2730851
sS'_net_add_proto'
p1205
I4859609
sS'_mac_vnode_label_update'
p1206
I5749454
sS'_InsertOffset'
p1207
I4490284
sS'_ps_deallocate_cluster'
p1208
I2105736
sS'_hfs_quotacheck'
p1209
I4336787
sS'_ipc_hash_local_insert'
p1210
I2152852
sS'_sysctl__net_key_int_random'
p1211
I8563136
sS'_cpu_desc_load'
p1212
I2760007
sS'_host_notify_lock_attr'
p1213
I8669892
sS'_calcru'
p1214
I4725506
sS'_OSDecrementAtomic'
p1215
I5223063
sS'_vnode_isdir'
p1216
I3098391
sS'__ZN13_IOServiceJobC2Ev'
p1217
I5477106
sS'_mbuf_settype'
p1218
I4774121
sS'_pmc_find_by_name'
p1219
I2324360
sS'___set___sysctl_set_sym_sysctl__kern_maxfilesperproc'
p1220
I8650116
sS'__ZNK9IODTNVRAM17getOFVariableTypeEPK8OSSymbol'
p1221
I5625530
sS'__ZN18IOTimerEventSource28_RESERVEDIOTimerEventSource7Ev'
p1222
I5553010
sS'_cs_force_hard'
p1223
I8595472
sS'_readlink'
p1224
I3036240
sS'_netboot_rootpath'
p1225
I4256655
sS'_gIONameMatchedKey'
p1226
I8782468
sS'_funnel_unlock'
p1227
I2281525
sS'__ZN21IONaturalMemoryCursor9MetaClassC1Ev'
p1228
I5578172
sS'_fdatasync'
p1229
I3030689
sS'__ZN12IOUserClient22_RESERVEDIOUserClient2Ev'
p1230
I5642992
sS'_nfsrv_update_user_stat'
p1231
I3987564
sS'_kern_os_realloc'
p1232
I5298649
sS'_apple_protect_pager_lck_grp_attr'
p1233
I8695204
sS'_wait_queue_assert_wait'
p1234
I2303279
sS'_unmountroot_pre_hook'
p1235
I8775288
sS'_dp_pages_reserve'
p1236
I8392840
sS'_pmap_nesting_size_min'
p1237
I8398904
sS'_memory_object_upl_request'
p1238
I2436669
sS'_issignal'
p1239
I4744227
sS'_audit_arg_len'
p1240
I4522223
sS'__ZN11IOMemoryMap21_RESERVEDIOMemoryMap0Ev'
p1241
I5583240
sS'_mac_sysvmsq_label_associate'
p1242
I5770198
sS'_vector_upl_is_valid'
p1243
I2555529
sS'_sectSizeDATA'
p1244
I8700088
sS'_ifnet_attach_protocol_v2'
p1245
I3243031
sS'_msgbufp'
p1246
I8775680
sS'_in_localaddr'
p1247
I3338904
sS'_nfsrv_rcv'
p1248
I3952310
sS'__ZN11IOResourcesD1Ev'
p1249
I5478688
sS'__ZN17IOPowerConnection14getAwaitingAckEv'
p1250
I5683288
sS'_sysctl__machdep_cpu_arch_perf_version'
p1251
I8636064
sS'_alllctx_lock'
p1252
I8775464
sS'__ZN8IOSyncer6createEb'
p1253
I5425826
sS'_bs_get_global_clsize'
p1254
I2110092
sS'_mca_cpu_alloc'
p1255
I2758470
sS'__ZN9IOService23actionDriverCalloutDoneEP8OSObjectPvS2_S2_S2_'
p1256
I5511250
sS'__ZN8IOSyncer6reinitEv'
p1257
I5425378
sS'__ZN12IODMACommand17withSpecificationEPFbPS_NS_9Segment64EPvmEhyNS_14MappingOptionsEymP8IOMapperS2_'
p1258
I5567506
sS'__ZN9IOService20_RESERVEDIOService20Ev'
p1259
I5454066
sS'_mach_vm_pressure_monitor'
p1260
I2588027
sS'_fasttrap_pid_getarg'
p1261
I5200677
sS'_audit_fail_stop'
p1262
I8772224
sS'___set___sysctl_set_sym_sysctl__kern_job_control'
p1263
I8650180
sS'_sysctl__vm_page_reusable_count'
p1264
I8614336
sS'__ZN12IOUserClient19clientMemoryForTypeEmPmPP18IOMemoryDescriptor'
p1265
I5642386
sS'_BTInsertRecord'
p1266
I4477438
sS'_t_into'
p1267
I2723888
sS'__ZN8OSNumber8addValueEx'
p1268
I5292236
sS'_upl_page_present'
p1269
I2555661
sS'_memory_object_lock_page'
p1270
I2430584
sS'___set___sysctl_set_sym_sysctl__hw_l1dcachesize_compat'
p1271
I8650572
sS'_fuulong'
p1272
I5049126
sS'__ZN14IOPMrootDomainD0Ev'
p1273
I5687362
sS'_halt_all_cpus'
p1274
I2805564
sS'_vector_upl_set_pagelist'
p1275
I2587614
sS'__ZN8IOMapper19_RESERVEDIOMapper13Ev'
p1276
I5572402
sS'_proc_forcequota'
p1277
I4705665
sS'_spec_fsync'
p1278
I3175677
sS'__ZN16IOPlatformExpertC1EPK11OSMetaClass'
p1279
I5612356
sS'_sysctl__net_key_debug'
p1280
I8562880
sS'_vnop_mknod_desc'
p1281
I8532384
sS'__ZN12IOCopyMapper9MetaClassC1Ev'
p1282
I5575262
sS'__ZN18_IOServiceNotifier6enableEb'
p1283
I5455682
sS'_copyoutmsg'
p1284
I2731843
sS'_lck_mtx_lock_get_pri'
p1285
I2715872
sS'_in_pcbdisconnect'
p1286
I3367273
sS'__ZN12IODMACommand22_RESERVEDIODMACommand8Ev'
p1287
I5567206
sS'_zone_steal_memory'
p1288
I2308633
sS'_buf_markfua'
p1289
I2913201
sS'_audit_session_procexit'
p1290
I4579476
sS'_nfs_open_owner_clear_busy'
p1291
I4168684
sS'__ZN24IOCPUInterruptController34_RESERVEDIOCPUInterruptController1Ev'
p1292
I5621360
sS'_nfsm_chain_get_path_namei'
p1293
I3993731
sS'_VNOP_EXCHANGE'
p1294
I3108556
sS'__ZN17IOBigMemoryCursorC2EPK11OSMetaClass'
p1295
I5580572
sS'__ZN19IOPMCompletionQueue14queuePMRequestEP11IOPMRequest'
p1296
I5490978
sS'_ifaddr_withdstaddr'
p1297
I3324963
sS'_isbackground'
p1298
I4819515
sS'_buf_clear'
p1299
I2916160
sS'_copyout_user'
p1300
I2745888
sS'__ZN14IOPMrootDomain17setAggressivenessEmm'
p1301
I5702574
sS'_ipc_mqueue_changed'
p1302
I2165360
sS'_dtrace_fuword32'
p1303
I5140496
sS'_gIOFirstPublishNotification'
p1304
I8782544
sS'_vnop_getattr_vp_offsets'
p1305
I8532616
sS'_sysctl__net_inet6_ip6_fw_debug'
p1306
I8557088
sS'_UNDReply_subsystem'
p1307
I6145184
sS'_idtptr64'
p1308
I8521594
sS'_catch_exception_raise_state'
p1309
I5051502
sS'_stackshot_snapbuf'
p1310
I8591564
sS'_getpgrp'
p1311
I4717666
sS'__ZN11IOCatalogueD2Ev'
p1312
I5529888
sS'_pru_disconnect_notsupp'
p1313
I4919113
sS'_lck_mtx_ilk_unlock'
p1314
I2715936
sS'___set___sysctl_set_sym_sysctl__net_link'
p1315
I8648816
sS'__ZN15IOWatchDogTimerD2Ev'
p1316
I5684788
sS'_uuid_is_null'
p1317
I5329064
sS'_psynch_cvbroad'
p1318
I5016134
sS'_sysctl__net_key_ah_keymin'
p1319
I8563520
sS'__ZN7OSArray5mergeEPKS_'
p1320
I5232904
sS'_vfs_64bitready'
p1321
I3097596
sS'__ZN24IOBufferMemoryDescriptorD1Ev'
p1322
I5559724
sS'_vm_colors'
p1323
I8690992
sS'_sysctl__kern_vnode'
p1324
I8531712
sS'__ZN5IOCPU13setPropertiesEP8OSObject'
p1325
I5622554
sS'_vnode_rage_list'
p1326
I8726484
sS'_crgetgid'
p1327
I5138708
sS'_vfsinit'
p1328
I6414465
sS'_perf_monitor_unregister'
p1329
I2320185
sS'_sysctl__vm_all_reuse_calls'
p1330
I8614848
sS'__ZN18IOTimerEventSourceC1EPK11OSMetaClass'
p1331
I5553234
sS'_vnop_setattr_desc'
p1332
I8532704
sS'__ZN9IOService13askChangeDownEm'
p1333
I5519886
sS'_pshm_mmap'
p1334
I4989299
sS'_nfs_open_state_clear_busy'
p1335
I4179493
sS'__ZN15IORegistryEntry17matchPathLocationEPKcPK15IORegistryPlane'
p1336
I5442728
sS'_sysctl__kern_stack_size'
p1337
I8600032
sS'__ZN6OSKext21printKextsInBacktraceEPjjPFiPKczEb'
p1338
I5248422
sS'_ip_fw_chk_ptr'
p1339
I8729348
sS'__ZN7OSArray17_RESERVEDOSArray1Ev'
p1340
I5233838
sS'_fifo_ioctl'
p1341
I3168972
sS'__ZN9IOService17addNeededResourceEPKc'
p1342
I5467544
sS'_proc_transcommit'
p1343
I4707641
sS'_clock_get_attributes'
p1344
I2203967
sS'_ml_phys_write_word_64'
p1345
I2732751
sS'_vnop_getattr_desc'
p1346
I8532640
sS'__ZN9IOService20_RESERVEDIOService13Ev'
p1347
I5454262
sS'_sysctl__net_link_generic_system_multi_threaded_input'
p1348
I8539648
sS'_sysctl__net_inet_tcp_socket_unlocked_on_output'
p1349
I8551136
sS'_pmap_switch'
p1350
I2679887
sS'_sysctl__kern_ipc_sockbuf_waste_factor'
p1351
I8610368
sS'_IOHibernateSystemInit'
p1352
I5405646
sS'__ZN24IOCPUInterruptController17registerInterruptEP9IOServiceiPvPFvS2_S2_S2_iES2_'
p1353
I5624008
sS'__ZN27IOSharedInterruptController19unregisterInterruptEP9IOServicei'
p1354
I5639876
sS'__ZN9IOService11handleCloseEPS_m'
p1355
I5451518
sS'_processor_pset'
p1356
I2244332
sS'_ps_vstruct_transfer_from_segment'
p1357
I2115948
sS'__ZN16IOPlatformDeviceD2Ev'
p1358
I5612516
sS'_OSUnserializenerrs'
p1359
I8781928
sS'_nd6_gctimer'
p1360
I8562292
sS'__ZNK19IOPMCompletionQueue9MetaClass5allocEv'
p1361
I5491122
sS'_udp_lock'
p1362
I3512427
sS'_maxclsyspri'
p1363
I8781084
sS'_mach_notify_port_destroyed'
p1364
I2355503
sS'_nmbclusters'
p1365
I8615972
sS'_ttwrite'
p1366
I4830794
sS'__ZN13IOCommandGateC2Ev'
p1367
I5544292
sS'__ZN16IORangeAllocator19getFragmentCapacityEv'
p1368
I5604590
sS'_dhcp'
p1369
I3347707
sS'_switch_to_video_console'
p1370
I2669077
sS'_processor_set_policy_disable'
p1371
I2244716
sS'_device_pager_init'
p1372
I2429716
sS'__ZN12OSDictionaryC1Ev'
p1373
I5245130
sS'_ifaref'
p1374
I3223965
sS'_shmsys'
p1375
I4955801
sS'_vfs_setauthopaqueaccess'
p1376
I3104747
sS'__ZN8OSObjectdlEPvm'
p1377
I5229710
sS'__ZN17IOPowerConnection23getPreventIdleSleepFlagEv'
p1378
I5683162
sS'__ZN15IOPMPowerSource9metaClassE'
p1379
I6333216
sS'_sysctl__kern_sysv'
p1380
I8611648
sS'_kmod'
p1381
I8643912
sS'___set___sysctl_set_sym_sysctl__net_inet_raw_pcblist64'
p1382
I8649264
sS'_vnode_setmountedon'
p1383
I3102423
sS'__ZTV32IOServiceMessageUserNotification'
p1384
I6365472
sS'__ZN8OSSymbolD2Ev'
p1385
I5307990
sS'_max_unsafe_quanta'
p1386
I8393920
sS'__ZN24IOBufferMemoryDescriptor14getBytesNoCopyEjj'
p1387
I5555224
sS'_sysctl__kern_num_taskthreads'
p1388
I8597408
sS'_assert_wait'
p1389
I2257468
sS'_au_to_header64_tm'
p1390
I4571714
sS'__Z20IODTMakeNVDescriptorP15IORegistryEntryP17IONVRAMDescriptor'
p1391
I5426934
sS'_IOCDMatching'
p1392
I5676483
sS'___set___sysctl_set_sym_sysctl__kern_aiomax'
p1393
I8650216
sS'_nfsrv_rename'
p1394
I3914449
sS'_ifnet_lastchange'
p1395
I3325974
sS'_devfs_vnodeop_p'
p1396
I8727372
sS'_ifmaddr_address'
p1397
I3324363
sS'_hibernate_free_gobble_pages'
p1398
I2604307
sS'_machine_set_current_thread'
p1399
I2765241
sS'_page_mask'
p1400
I8397952
sS'_mbuf_pulldown'
p1401
I4774343
sS'_VFS_MOUNT'
p1402
I3116338
sS'__ZTVN12OSDictionary9MetaClassE'
p1403
I6297600
sS'__ZN6OSData19initWithBytesNoCopyEPvj'
p1404
I5238606
sS'_sysctl__net_inet6'
p1405
I8559104
sS'__ZN5OSSetD2Ev'
p1406
I5304598
sS'__ZN15IORegistryEntry26_RESERVEDIORegistryEntry26Ev'
p1407
I5435590
sS'_cluster_copy_upl_data'
p1408
I2936247
sS'__ZN8OSSymbol15initWithCStringEPKc'
p1409
I5307244
sS'_thread_block'
p1410
I2256788
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_neighborgcthresh'
p1411
I8649808
sS'__ZN14IOPMrootDomain24receivePowerNotificationEm'
p1412
I5696280
sS'_mac_socket_check_receive'
p1413
I5775615
sS'_dead_blktooff'
p1414
I3164821
sS'_sysctl__net_link_ether_inet'
p1415
I8541280
sS'_in_pcbladdr'
p1416
I3367552
sS'_setpriority'
p1417
I4728480
sS'_ubc_upl_pageinfo'
p1418
I4851364
sS'_vfs_mntlabel'
p1419
I3097400
sS'_ip6_v6only'
p1420
I8559024
sS'__ZN22_IOOpenServiceIterator9MetaClassC1Ev'
p1421
I5475004
sS'__ZN19IOPMPowerSourceList10superClassE'
p1422
I6334596
sS'_meta_zones'
p1423
I8530176
sS'_find_seq_till'
p1424
I5007043
sS'_device_pager_ops'
p1425
I6153536
sS'_pmap_cache_lock'
p1426
I8697728
sS'_ip6_use_deprecated'
p1427
I8559016
sS'_mac_system_check_nfsd'
p1428
I5764984
sS'_nop_mkdir'
p1429
I3066159
sS'_set_64bit_debug_regs'
p1430
I2856448
sS'_tcp_lq_overflow'
p1431
I8549796
sS'__ZN16IOPMinformeeList22getSharedRecursiveLockEv'
p1432
I5525238
sS'__ZN19IOPMCompletionQueue9MetaClassC1Ev'
p1433
I5490194
sS'_performSHA1WithinKernelOnly'
p1434
I8781932
sS'__ZN15IOPMPowerSource8amperageEv'
p1435
I5532796
sS'_ifnet_reference'
p1436
I3327906
sS'_random'
p1437
I2895244
sS'__ZN16IOKitDiagnostics12updateOffsetEP12OSDictionarymPKc'
p1438
I5667692
sS'_x86_pkgs'
p1439
I8399920
sS'_ml_phys_write_64'
p1440
I2732800
sS'_master_device_port'
p1441
I8694896
sS'_host_request_notification'
p1442
I2214434
sS'_vm_page_validate_cs_mapped'
p1443
I2439785
sS'__ZN15IOPMPowerSourceD2Ev'
p1444
I5535516
sS'_nfsiod_continue'
p1445
I4020122
sS'_mac_vm_enforce'
p1446
I8648420
sS'_default_removexattr'
p1447
I3087644
sS'_lcfind'
p1448
I4706092
sS'__ZN25IOGeneralMemoryDescriptor9metaClassE'
p1449
I6345000
sS'__ZN6OSKextD1Ev'
p1450
I5257330
sS'__ZN13IOEventSourceD1Ev'
p1451
I5540610
sS'_fpu_free'
p1452
I2711587
sS'__ZN9IOService16command_receivedEPvS0_S0_S0_'
p1453
I5486562
sS'__ZN17IOPowerConnectionC2EPK11OSMetaClass'
p1454
I5683398
sS'__ZN11IOCatalogue24addExtensionsFromArchiveEP6OSData'
p1455
I5527510
sS'_dtrace_get_kernel_stack'
p1456
I2281025
sS'__ZN9IOService8all_doneEv'
p1457
I5499620
sS'__ZN15IORegistryPlane9MetaClassC1Ev'
p1458
I5438868
sS'__ZN9IOService17requestPowerStateEPK8OSSymbolj'
p1459
I5496128
sS'_dtrace_copyin'
p1460
I5141434
sS'_errsys'
p1461
I4796391
sS'_nfs_file_lock_alloc'
p1462
I4161695
sS'_sysctl__vm_global_no_user_wire_amount'
p1463
I8599776
sS'_in6_inithead'
p1464
I3685873
sS'_vm_purgeable_object_remove'
p1465
I2588618
sS'_ipc_object_alloc_name'
p1466
I2171086
sS'_pthread_list_mlock'
p1467
I8780740
sS'_dtrace_helptrace_nlocals'
p1468
I8780808
sS'_PE_poll_input'
p1469
I8647136
sS'_gIODTInterruptCellKey'
p1470
I8782116
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_hlim'
p1471
I8649720
sS'_vm_allocate_cpm_privileged'
p1472
I8398200
sS'_buf_uploffset'
p1473
I2913963
sS'_sysctl__machdep_cpu_tlb_inst'
p1474
I8636832
sS'_ifnet_set_eflags'
p1475
I3327256
sS'_vm_page_gobble_count'
p1476
I8397996
sS'__ZN25IOGeneralMemoryDescriptor14initWithRangesEP14IOVirtualRangem11IODirectionP4taskb'
p1477
I5581234
sS'_ifnet_output'
p1478
I3326993
sS'_convert_processor_to_port'
p1479
I2216484
sS'_psynch_rw_upgrade'
p1480
I5011807
sS'_vm32_read_overwrite'
p1481
I2632152
sS'__ZTV15_IOConfigThread'
p1482
I6326976
sS'_zlibVersion'
p1483
I5363399
sS'_inflateSetDictionary'
p1484
I5347704
sS'_vm_pageout_inactive'
p1485
I8397108
sS'_buf_setdevice'
p1486
I2913838
sS'_port_name_to_task'
p1487
I2227810
sS'_abnormal_exit_notify'
p1488
I2210054
sS'_mld6_stop_listening'
p1489
I3690345
sS'__ZNK15IORegistryEntry11getPropertyEPK8OSStringPK15IORegistryPlanem'
p1490
I5438388
sS'_nop_allocate'
p1491
I3066327
sS'_machdep_call_table64'
p1492
I8399040
sS'__ZN18IORegistryIterator5resetEv'
p1493
I5435144
sS'__ZN9IOServiceC1Ev'
p1494
I5478300
sS'_in6_pcblookup_hash'
p1495
I3676128
sS'_sysctl__net_inet6_ipsec6_ecn'
p1496
I8556768
sS'_vm_page_steal_pageout_page'
p1497
I8397248
sS'_blist_destroy'
p1498
I5147175
sS'_in6_aliasreq_64_to_32'
p1499
I3601168
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_log_in_vain'
p1500
I8649268
sS'_commpage32_map'
p1501
I8398172
sS'___mac_get_link'
p1502
I5726124
sS'__ZN9IOService18actionDidTerminateEPS_m'
p1503
I5464400
sS'_ledger_terminate'
p1504
I2231168
sS'_key_init'
p1505
I3773704
sS'_in_pcbnotifyall'
p1506
I3366050
sS'_pru_control_notsupp'
p1507
I4919093
sS'__ZN8IOMapper4freeEv'
p1508
I5573290
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_cache_L2_associativity'
p1509
I8651176
sS'_sysctl__net_inet_tcp_pmtud_blackhole_detection'
p1510
I8553056
sS'_iokit_lookup_connect_ref'
p1511
I2634242
sS'__dtrace_probe$2227___proc____exec__failure'
p1512
I8592424
sS'_ipc_kmsg_copyin_header'
p1513
I2160674
sS'_mac_label_journal_add'
p1514
I5733422
sS'__ZN12IORootParent10wakeSystemEv'
p1515
I5686038
sS'__ZN20IOLittleMemoryCursorC2EPK11OSMetaClass'
p1516
I5580256
sS'_rl_add'
p1517
I4475834
sS'_proc_limitreplace'
p1518
I4724988
sS'__ZTVN17IOPolledInterface9MetaClassE'
p1519
I6321952
sS'_apple_protect_pager_cache_limit'
p1520
I8398784
sS'_pid_vnodeinfo'
p1521
I5031891
sS'_sysctl__net_inet6_icmp6_nodeinfo'
p1522
I8561792
sS'__ZN9IOService43ParentDownNotifyInterestedDriversWillChangeEv'
p1523
I5512416
sS'_mach_port_names'
p1524
I2195967
sS'__dtrace_probe$748___proc____lwp__create'
p1525
I8396584
sS'_preheat_pages_min'
p1526
I8396920
sS'_nfs_removeit'
p1527
I4050702
sS'_vm_page_free_list'
p1528
I2604570
sS'_rip6_ctlinput'
p1529
I3736738
sS'_proc_checkdeadrefs'
p1530
I4705561
sS'__ZN18_IOServiceNotifier4freeEv'
p1531
I5451750
sS'_shared_region_unnest_logging'
p1532
I8613540
sS'_ipsec_get_reqlevel'
p1533
I3558526
sS'_dtrace_copyinstr'
p1534
I5141789
sS'_ipfw_mutex_grp'
p1535
I8727724
sS'_pffindproto'
p1536
I4859847
sS'_nfs_reqbusy'
p1537
I3950218
sS'_au_to_exit'
p1538
I4569122
sS'__lockstat_open'
p1539
I5136749
sS'_cfree'
p1540
I8780780
sS'_mount_iterreset'
p1541
I2982654
sS'_munge_wwwwwl'
p1542
I5178400
sS'_dis_opFP1n2'
p1543
I6291296
sS'_ipc_host_init'
p1544
I6403179
sS'__ZNK10IONotifier9MetaClass5allocEv'
p1545
I5449844
sS'_nfs_mount_state_in_use_start'
p1546
I4183645
sS'_sysctl__net_inet_ip_fw_dyn_ack_lifetime'
p1547
I8546688
sS'___set___sysctl_set_sym_sysctl__hw_cpufrequency_min'
p1548
I8650504
sS'_tk_rawcc'
p1549
I8772984
sS'_pmap_create'
p1550
I2690684
sS'__ZNK5OSSet14containsObjectEPK15OSMetaClassBase'
p1551
I5302348
sS'_kauth_cred_guid2ntsid'
p1552
I4623363
sS'_nfstov_type'
p1553
I3985993
sS'_vm_page_queue_speculative'
p1554
I8690816
sS'_nfs_buf_read_rpc_finish'
p1555
I3828450
sS'__ZN19IOPMPowerStateQueue9MetaClassC1Ev'
p1556
I5526928
sS'_sysctl__kern_sysv_children'
p1557
I8780608
sS'__ZN14IOPMrootDomain20callPlatformFunctionEPK8OSSymbolbPvS3_S3_S3_'
p1558
I5690324
sS'_nfs_vnop_blktooff'
p1559
I4050471
sS'_host_security_server_routine'
p1560
I2341160
sS'_sysctl__net_inet_ip_linklocal_in'
p1561
I8548832
sS'_vm_page_speculate_ageit'
p1562
I2590744
sS'_tcp_drain'
p1563
I3496687
sS'__ZN12OSDictionaryD2Ev'
p1564
I5246150
sS'_kauth_cred_ref'
p1565
I4615261
sS'_host_get_clock_control'
p1566
I2203861
sS'__ZN14IOPMrootDomain18privateSleepSystemEPKc'
p1567
I5707414
sS'__ZN5IOCPU17enableCPUTimeBaseEb'
p1568
I5620140
sS'__ZN21IOInterruptController9MetaClassC2Ev'
p1569
I5639420
sS'_clusters_committed_peak'
p1570
I8392860
sS'_lock_alloc'
p1571
I2738918
sS'_mach_port_dnrequest_info'
p1572
I2186955
sS'_nfs_vnop_offtoblk'
p1573
I4050367
sS'_des3_cbc_encrypt'
p1574
I3867054
sS'__ZN8OSString18_RESERVEDOSString5Ev'
p1575
I5306012
sS'_uio_resid'
p1576
I4746533
sS'_vm_map_disable_NX'
p1577
I2468603
sS'__ZN27IOSharedInterruptController37_RESERVEDIOSharedInterruptController3Ev'
p1578
I5638972
sS'_blist_create'
p1579
I5147226
sS'_sem_pool'
p1580
I8612204
sS'_lck_grp_free'
p1581
I2234739
sS'_machdep_syscall64'
p1582
I2697878
sS'_nop_ioctl'
p1583
I3066053
sS'__ZN24IOCPUInterruptControllerC1Ev'
p1584
I5621720
sS'_mac_vnop_setxattr'
p1585
I5763053
sS'__ZN8IOMapper19iovmAllocDMACommandEP12IODMACommandm'
p1586
I5571064
sS'_sbspace'
p1587
I4919286
sS'_comp_end'
p1588
I2874432
sS'_m_prepend_2'
p1589
I4892335
sS'_decmpfs_cnode_destroy'
p1590
I3209876
sS'__ZN12PMHaltWorker9MetaClassC1Ev'
p1591
I5687138
sS'_vnode_authorize'
p1592
I2985381
sS'_ttioctl_locked'
p1593
I4827314
sS'_aes_encrypt_key128'
p1594
I5181808
sS'__ZN8OSSymbol14initWithStringEPK8OSString'
p1595
I5307252
sS'_nfs_write_rpc'
p1596
I4062299
sS'_quota_list_lck_grp_attr'
p1597
I8726420
sS'_pmCPUControl'
p1598
I2786490
sS'__ZN12IOPMinformeeD0Ev'
p1599
I5524726
sS'_inet6_cksum'
p1600
I3614591
sS'_sysctl__net_inet_tcp_minmssoverload'
p1601
I8551712
sS'_OSIncrementAtomic16'
p1602
I5223461
sS'_kdp_panic_dump'
p1603
I2144836
sS'_vm_page_fictitious_addr'
p1604
I8397988
sS'_mach_msg_trap'
p1605
I2190269
sS'__ZN19IOPMPowerStateQueueD2Ev'
p1606
I5527120
sS'_mbuf_get_vlan_tag'
p1607
I4772310
sS'_vm_global_no_user_wire_amount'
p1608
I8775552
sS'_vnop_mknod_vp_offsets'
p1609
I8532360
sS'_sysctl__net_inet_tcp_rfc3465'
p1610
I8550336
sS'_nfs_vnop_access'
p1611
I4122313
sS'___set___sysctl_set_sym_sysctl__kern_posix_sem_max'
p1612
I8650888
sS'__ZN12IODMACommand12getAlignmentEv'
p1613
I5560120
sS'_proc_lck_grp'
p1614
I8772916
sS'__ZN12IODMACommandD1Ev'
p1615
I5568018
sS'_mac_port_check_access'
p1616
I2261418
sS'___set___sysctl_set_sym_sysctl__machdep_memmap_Other'
p1617
I8651312
sS'_printf'
p1618
I2242604
sS'__ZN11IOResourcesC2Ev'
p1619
I5483026
sS'_lightning_bolt'
p1620
I4589513
sS'_journal_owner'
p1621
I3122182
sS'_setsockopt'
p1622
I4936033
sS'__ZNK15IOConditionLock9MetaClass5allocEv'
p1623
I5424150
sS'_kd_entropy_buffer'
p1624
I8591484
sS'__ZNK16IOKitDiagnostics12getMetaClassEv'
p1625
I5667650
sS'_nfs4_mount_callback_shutdown'
p1626
I3956130
sS'_vm32_make_memory_entry'
p1627
I2630755
sS'_ip_mutex_grp_attr'
p1628
I8729368
sS'__ZN8OSString10gMetaClassE'
p1629
I8781872
sS'_nkdbufs'
p1630
I8591532
sS'_sysctl__net_inet6_ip6_redirect'
p1631
I8559552
sS'__ZN13IOCommandGate13attemptActionEPFiP8OSObjectPvS2_S2_S2_ES2_S2_S2_S2_'
p1632
I5544600
sS'_cpu_topology_start_cpu'
p1633
I2708292
sS'_kwq_handle_downgrade'
p1634
I5009056
sS'__ZN12IOCopyMapperD0Ev'
p1635
I5575374
sS'_hw_atomic_or'
p1636
I2716480
sS'_cinit'
p1637
I4848101
sS'__ZN16IOPlatformDevice9MetaClassC2Ev'
p1638
I5610454
sS'_gIOPMStatsApplicationResponseTimedOut'
p1639
I8784088
sS'_evpipefree'
p1640
I4797315
sS'_sysctl__net_inet6_ip6_log_interval'
p1641
I8560000
sS'_thread_setstatus'
p1642
I2289045
sS'__ZNK11OSSerialize12getMetaClassEv'
p1643
I5298918
sS'__ZN18IOMemoryDescriptorD2Ev'
p1644
I5592206
sS'__ZN18_IOServiceNotifierD1Ev'
p1645
I5476284
sS'_pmap_cpu_high_shared_remap'
p1646
I2684658
sS'_nfs3_fsinfo'
p1647
I4034361
sS'__ZN21IOSubMemoryDescriptor4freeEv'
p1648
I5607242
sS'__ZNK15IORegistryEntry12copyPropertyEPK8OSSymbolPK15IORegistryPlanem'
p1649
I5438116
sS'_OSAddAtomic'
p1650
I5401928
sS'_err_select'
p1651
I3066077
sS'_sysctl__machdep_cpu_cache_L2_associativity'
p1652
I8636640
sS'__ZN18IOMemoryDescriptor11withAddressEjm11IODirectionP4task'
p1653
I5602452
sS'_rtclock_init'
p1654
I2778791
sS'_convert_port_to_locked_task'
p1655
I2223094
sS'_host_security_subsystem'
p1656
I6147360
sS'_vmem_alloc'
p1657
I5142752
sS'_in6_ifaddrs'
p1658
I8760736
sS'_upl_encrypt'
p1659
I2584733
sS'_nfsrv_commit'
p1660
I3893408
sS'_first_k_zone'
p1661
I8393316
sS'_run_queue_remove'
p1662
I2248258
sS'_sysctl__kern_posix1version'
p1663
I8596896
sS'_KUNCUserNotificationCancel'
p1664
I2132660
sS'_bpf_tap_out'
p1665
I3217806
sS'__ZN6OSKextC1Ev'
p1666
I5256788
sS'__ZNK8OSString9serializeEP11OSSerialize'
p1667
I5305094
sS'_vnode_list_spin_lock'
p1668
I8726352
sS'_krb5_nfold'
p1669
I3866553
sS'_sysctl__security_children'
p1670
I8784532
sS'_wait_queue_link_size'
p1671
I2298860
sS'_bpfdetach'
p1672
I3217083
sS'__ZN11IOResources10gMetaClassE'
p1673
I8782360
sS'_in_addmulti'
p1674
I3338159
sS'_ml_cpu_set_ldt'
p1675
I2754828
sS'_dtrace_modload'
p1676
I8781012
sS'_kmod_panic_dump'
p1677
I5321543
sS'__ZN12OSSymbolPool4log2Ej'
p1678
I5307100
sS'__ZN29IOInterleavedMemoryDescriptor18getPhysicalSegmentEmPmm'
p1679
I5569884
sS'__ZN12OSSymbolPoolD0Ev'
p1680
I5311080
sS'_lck_rw_sleep_deadline'
p1681
I2233001
sS'_processor_avail_count'
p1682
I8683240
sS'_ipc_table_init'
p1683
I6402861
sS'__ZN9IOService15getDeviceMemoryEv'
p1684
I5454486
sS'_shutdown'
p1685
I4936270
sS'__ZN13IOEventSource9closeGateEv'
p1686
I5539820
sS'_leavepgrp'
p1687
I4715337
sS'__ZN15IORegistryEntry15detachFromChildEPS_PK15IORegistryPlane'
p1688
I5448306
sS'_union_dircache'
p1689
I3182069
sS'_gIOPlatformSleepActionKey'
p1690
I8782576
sS'_key_sa_routechange'
p1691
I3745293
sS'_ip6_rr_prune'
p1692
I8559020
sS'_machine_idle'
p1693
I2787732
sS'___set___sysctl_set_sym_sysctl__hw_busfrequency_compat'
p1694
I8650556
sS'_au_to_return64'
p1695
I4572558
sS'_dev_root'
p1696
I8537944
sS'_sysctl__kern_boottime'
p1697
I8598368
sS'__ZN8OSObject18_RESERVEDOSObject2Ev'
p1698
I5231072
sS'__ZN9IOService11setPlatformEP16IOPlatformExpert'
p1699
I5450418
sS'__audit_rlck_lock'
p1700
I4527151
sS'__ZN9IODTNVRAM22readNVRAMPropertyType1EP15IORegistryEntryPPK8OSSymbolPP6OSData'
p1701
I5634788
sS'__ZNK15IORegistryEntry7getNameEPK15IORegistryPlane'
p1702
I5443616
sS'_aes_decrypt_cbc'
p1703
I5191419
sS'_waitevent'
p1704
I4797614
sS'__ZN16IOPMRequestQueueD2Ev'
p1705
I5492058
sS'_gIOMapperIDKey'
p1706
I8782500
sS'__ZN9IOService18doServiceTerminateEm'
p1707
I5451016
sS'_kdebug_ops'
p1708
I4758447
sS'_fifo_lookup'
p1709
I3168204
sS'_mig_reply_size'
p1710
I8682212
sS'_vfork'
p1711
I4695830
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_redirect'
p1712
I8649716
sS'_sysctl__kern_posix'
p1713
I8612800
sS'_is_io_catalog_terminate'
p1714
I5659326
sS'_sysctl__net_inet_ip_rtexpire'
p1715
I8544608
sS'_vm_map_raise_min_offset'
p1716
I2468408
sS'_hfs_relconverter'
p1717
I4305987
sS'_panic_machine_check32'
p1718
I2780634
sS'_nfs4_getlock'
p1719
I4149027
sS'_quota_list_lck_grp'
p1720
I8726416
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_kame_version'
p1721
I8649768
sS'__ZNK10IOWorkLoop9MetaClass5allocEv'
p1722
I5537868
sS'_no_paging_space_action'
p1723
I4713513
sS'_fcntl'
p1724
I4647062
sS'__ZN16IOKitDiagnosticsD2Ev'
p1725
I5668456
sS'__ZN15IOWatchDogTimer13setPropertiesEP8OSObject'
p1726
I5684072
sS'_rt_lock'
p1727
I3296173
sS'_mac_port_check_service'
p1728
I5733955
sS'__ZN9IOService19getMatchingServicesEP12OSDictionary'
p1729
I5462834
sS'_dtrace_ptss_claim_entry'
p1730
I5138354
sS'_debug_state_is_valid32'
p1731
I2764187
sS'__ZN23IOMultiMemoryDescriptorC2Ev'
p1732
I5604130
sS'_vnode_pager_get_object_filename'
p1733
I2426993
sS'_nocdev'
p1734
I8643488
sS'_ipc_kmsg_copyout_size'
p1735
I2154048
sS'_insl'
p1736
I2746128
sS'_insb'
p1737
I2746064
sS'_socketinit'
p1738
I6426592
sS'__ZN13_IOServiceJobD0Ev'
p1739
I5475900
sS'_lock_set_event'
p1740
I8684808
sS'__ZN24IOCPUInterruptControllerC2Ev'
p1741
I5621772
sS'_in_pcballoc'
p1742
I3370544
sS'__ZN28IOFilterInterruptEventSource38_RESERVEDIOFilterInterruptEventSource0Ev'
p1743
I5551128
sS'_bsd_init_task'
p1744
I8396696
sS'_insw'
p1745
I2746096
sS'_log_unnest_badness'
p1746
I5048647
sS'__ZN10OSIterator20_RESERVEDOSIterator2Ev'
p1747
I5246422
sS'_sysctl__net_inet_udp_checksum'
p1748
I8554048
sS'_cpuid_cpu_display'
p1749
I2700054
sS'_machine_signal_idle'
p1750
I2753903
sS'_consider_machine_collect'
p1751
I2764488
sS'_enosys'
p1752
I4796357
sS'__ZN15IORegistryPlaneD1Ev'
p1753
I5445960
sS'_mbuf_pkthdr_len'
p1754
I4772180
sS'_m_leadingspace'
p1755
I4860169
sS'_buf_resid'
p1756
I2913424
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_dummynet_hash_size'
p1757
I8649012
sS'__ZNK8OSString9isEqualToEPK6OSData'
p1758
I5304986
sS'_ipsec_dumpmbuf'
p1759
I3560057
sS'_waitidcontinue'
p1760
I4683950
sS'__ZN29IOInterleavedMemoryDescriptor10gMetaClassE'
p1761
I8783204
sS'_lchown'
p1762
I3033902
sS'_calend_gettime'
p1763
I2205094
sS'_ifnet_input'
p1764
I3236277
sS'_compute_averages'
p1765
I2246745
sS'__ZN11IOResources9metaClassE'
p1766
I6324552
sS'_rtc_nanotime_info'
p1767
I8513376
sS'_devfs_dntovn'
p1768
I3193244
sS'_dtrace_tally_fault'
p1769
I5139263
sS'_last_coalesced'
p1770
I8535808
sS'_BTSetLastSync'
p1771
I4476442
sS'_bpfioctl'
p1772
I3218785
sS'_kauth_unlisten_scope'
p1773
I4608976
sS'_nfsm_chain_add_opaque_nopad_f'
p1774
I3999184
sS'__ZN22IOPlatformExpertDevice32_RESERVEDIOPlatformExpertDevice0Ev'
p1775
I5611042
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_fw_dyn_buckets'
p1776
I8649092
sS'_pmCPUStateInit'
p1777
I2786467
sS'_load_machfile'
p1778
I4982619
sS'_current_processor'
p1779
I2699962
sS'_vm_map_verify'
p1780
I2469696
sS'_OSPrintMemory'
p1781
I5668488
sS'_setprivexec'
p1782
I4718042
sS'_sysctl__security_mac_children'
p1783
I8784536
sS'_seminfo'
p1784
I8612160
sS'__ZN19IOPMCompletionQueue6createEP9IOServicePFbS1_P11IOPMRequestPS_E'
p1785
I5488912
sS'__ZN13IOPMWorkQueue9MetaClassC1Ev'
p1786
I5490306
sS'_lock_read_EXT'
p1787
I2231582
sS'_ml_cpu_cache_sharing'
p1788
I2708909
sS'_ureadc'
p1789
I4748935
sS'_fsconf_lck_grp'
p1790
I8726360
sS'_nfs4_open'
p1791
I4244585
sS'_in_dinit'
p1792
I3435645
sS'_uthread_zone_free'
p1793
I4691849
sS'__ZN16IOPlatformExpert21numBatteriesSupportedEv'
p1794
I5608758
sS'_knote_unlink_wait_queue'
p1795
I4654644
sS'_mac_vnode_check_setutimes'
p1796
I5753931
sS'__ZN8IOPMprotD0Ev'
p1797
I5490866
sS'_icmp6_reflect'
p1798
I3583010
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_tlb_shared'
p1799
I8651220
sS'_vm_stat_discard_throttle'
p1800
I8397176
sS'_apple_protect_pager_queue'
p1801
I8694912
sS'_macx_backing_store_suspend'
p1802
I5051270
sS'__ZN9IOService20deassertPMThreadCallEv'
p1803
I5493026
sS'_ip6_freepcbopts'
p1804
I3654292
sS'__ZN9IOService15powerChangeDoneEm'
p1805
I5487984
sS'__ZN6OSKext25saveUnloadedKextPanicListEPS_'
p1806
I5249370
sS'_lock_set_server_routine'
p1807
I2343878
sS'_vnode_pager_shutdown'
p1808
I5039664
sS'__ZN28IOFilterInterruptEventSourceC1EPK11OSMetaClass'
p1809
I5551156
sS'__ZN20RootDomainUserClient17secureSleepSystemEPj'
p1810
I5682270
sS'_gdtptr64'
p1811
I8521578
sS'__ZN8IOMapper10iovmInsertEjmP13upl_page_infom'
p1812
I5571156
sS'_sysctl__machdep_cpu_tlb_data_children'
p1813
I8781388
sS'_ip6_unknown_opt'
p1814
I3638726
sS'_nfsspec_vnop_write'
p1815
I4052879
sS'__ZN14IOCommandQueue9metaClassE'
p1816
I6337408
sS'_maxvfsconf'
p1817
I8530316
sS'_mount_list_unlock'
p1818
I2969515
sS'_zone_bootstrap'
p1819
I6407632
sS'_current_act'
p1820
I2752819
sS'_machdep_call_count'
p1821
I8399124
sS'_AllocateNode'
p1822
I4485282
sS'__ZN6OSKext14getMetaClassesEv'
p1823
I5247368
sS'_fasttrap_probe_t_zones'
p1824
I8781324
sS'__ZN32IOServiceMessageUserNotification8_handlerEPvS0_mP9IOServiceS0_j'
p1825
I5642052
sS'_wq_reduce_pool_window_usecs'
p1826
I8613036
sS'_sysctl__net_inet6_ip6_rtminexpire'
p1827
I8562112
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_model'
p1828
I8651044
sS'_kOSBooleanFalse'
p1829
I6296044
sS'_DTEnterEntry'
p1830
I5717046
sS'_map_server_routine'
p1831
I2409720
sS'_task_act_iterate_wth_args'
p1832
I2314582
sS'_ifaof_ifpforaddr'
p1833
I3225422
sS'_sysctl__hw_optional_sse'
p1834
I8604256
sS'_mbuf_pkthdr_rcvif'
p1835
I4772219
sS'___set___sysctl_set_sym_sysctl__kern_ipc_soqlimitcompat'
p1836
I8650772
sS'_mach_vm_map'
p1837
I2626779
sS'_nfs_request'
p1838
I3978166
sS'___set___sysctl_set_sym_sysctl__vm_cs_validation'
p1839
I8650672
sS'_in_validate'
p1840
I3370887
sS'_lck_rw_done'
p1841
I2713568
sS'_sysctl__net_inet_tcp_reass_children'
p1842
I8729956
sS'_gIORegistryEntryIDKey'
p1843
I8782164
sS'_vfs_context_set_special_port'
p1844
I3103251
sS'_commpage64_entry'
p1845
I8398168
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_maxdynroutes'
p1846
I8649820
sS'___set___sysctl_set_sym_sysctl__hw_cpufamily'
p1847
I8650472
sS'_dtrace_lazy_dofs_duplicate'
p1848
I5089138
sS'_tcp_now'
p1849
I8729952
sS'__ZN12IOUserClient10clientDiedEv'
p1850
I5642302
sS'__ZN6OSKext21setUserSpaceLogFilterEjb'
p1851
I5258866
sS'_max_unsafe_computation'
p1852
I8684504
sS'_IOKitInitializeTime'
p1853
I5426764
sS'_sock_close'
p1854
I4995719
sS'_vm32_region_info_64'
p1855
I2438971
sS'_proc_signalstart'
p1856
I4732965
sS'_host_notify_lock_ext'
p1857
I8669568
sS'_vnode_pager_setup'
p1858
I2428104
sS'__ZN17IOPowerConnectionC2Ev'
p1859
I5683490
sS'__ZN12PMHaltWorkerD1Ev'
p1860
I5688524
sS'_njclbytes'
p1861
I8780520
sS'_vm_page_wait'
p1862
I2598680
sS'_ledger_copy'
p1863
I2230230
sS'__ZN6OSKext15getDependenciesEv'
p1864
I5247356
sS'__ZN12IOCopyMapper14invalidateDARTEjm'
p1865
I5574900
sS'__ZNK6OSData9getLengthEv'
p1866
I5238784
sS'__ZNK15IORegistryEntry19serializePropertiesEP11OSSerialize'
p1867
I5446846
sS'_gIOPlatformFunctionHandlerSet'
p1868
I8782592
sS'_dtrace_suspend'
p1869
I5084102
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_local_slowstart_flightsize'
p1870
I8649336
sS'_fsconf_lck_grp_attr'
p1871
I8726364
sS'__ZN21IOSubMemoryDescriptor10gMetaClassE'
p1872
I8783500
sS'_hibernate_newruntime_map'
p1873
I2806106
sS'_dtrace_statusrate_default'
p1874
I8616304
sS'_mach_msg_send_from_kernel'
p1875
I2218846
sS'_lck_mtx_init_ext'
p1876
I2737623
sS'_bsd_pageable_map'
p1877
I8775276
sS'_lapic_interrupt_base'
p1878
I8517332
sS'_mnt_lck_grp'
p1879
I8726372
sS'_vnop_kqfilt_add_desc'
p1880
I8533088
sS'_msginfo'
p1881
I8612672
sS'_mbuf_adj'
p1882
I4774334
sS'___set___sysctl_set_sym_sysctl__net_inet6_ipsec6_esp_randpad'
p1883
I8649664
sS'__ZN19IOPMPowerSourceList9MetaClassC2Ev'
p1884
I5536250
sS'_sysctl__net_inet_ipsec_ah_net_deflev'
p1885
I8555808
sS'__ZNK17IOPowerConnection12getMetaClassEv'
p1886
I5683082
sS'_page_shift'
p1887
I8397956
sS'_IOMallocPhysical'
p1888
I5571343
sS'__ZN29IOInterleavedMemoryDescriptor16initWithCapacityEm11IODirection'
p1889
I5570208
sS'__ZN9IOService15tellChangeDown1Em'
p1890
I5486906
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_tlb_inst_large'
p1891
I8651208
sS'_hfs_extname'
p1892
I8569701
sS'_sdt_probetab_size'
p1893
I8781288
sS'_pffinddomain'
p1894
I4859393
sS'_mach_port_rename'
p1895
I2195892
sS'_kmem_init'
p1896
I6408552
sS'__ZN9IOService19servicePMReplyQueueEP11IOPMRequestP16IOPMRequestQueue'
p1897
I5518390
sS'_ldisc_register'
p1898
I4835863
sS'__ZNK11IOCatalogue14isModuleLoadedEP8OSString'
p1899
I5531224
sS'_sysctl__vfs_generic_nfs_client_single_des'
p1900
I8566240
sS'_inet_ntop'
p1901
I2895540
sS'__ZN9IOService7messageEmPS_Pv'
p1902
I5452502
sS'_vnop_reclaim_desc'
p1903
I8534240
sS'_sysctl__kern_tty_children'
p1904
I8779880
sS'__ZN13IOCommandPool11commandPoolEP9IOServiceP10IOWorkLoopm'
p1905
I5546596
sS'__ZNK11IOCatalogue12getMetaClassEv'
p1906
I5527314
sS'_vm_himemory_mode'
p1907
I8398120
sS'__ZNK18IOMemoryDescriptor19dmaCommandOperationEmPvj'
p1908
I5581998
sS'_machdep_call_table'
p1909
I8398944
sS'_VNOP_PAGEOUT'
p1910
I3100632
sS'_swapfile_pager_ops'
p1911
I6153856
sS'_ifnet_get_wake_flags'
p1912
I3323973
sS'_mach_vm_page_query'
p1913
I2624178
sS'__ZNK5IOCPU11getPropertyEPK8OSSymbol'
p1914
I5620000
sS'_freevnodes'
p1915
I8726508
sS'_exception_triage'
p1916
I2209789
sS'__dtrace_probe$4803___vminfo____anonpgout'
p1917
I8396964
sS'_consdebug_putc_unbuffered'
p1918
I2242226
sS'_task_importance'
p1919
I2280407
sS'_getemajor'
p1920
I5138786
sS'_pmap_copy_part_page'
p1921
I2776409
sS'_audit_arg_data'
p1922
I4525136
sS'_zone_gc_forced'
p1923
I8396644
sS'_GetLogicalBlockSize'
p1924
I4413908
sS'__ZN20OSCollectionIteratorC1Ev'
p1925
I5237988
sS'_vnode_is_openevt'
p1926
I3098321
sS'_audit_arg_posix_ipc_perm'
p1927
I4523160
sS'_cyclic_timer_add'
p1928
I5144869
sS'_nfs_vnop_pagein'
p1929
I4050815
sS'_ip6_hdrnestlimit'
p1930
I8559000
sS'__ZN6OSKext22getPropertyForHostArchEPKc'
p1931
I5271854
sS'_sysctl__net_inet6_udp6'
p1932
I8559296
sS'__ZTVN13IOPMWorkQueue9MetaClassE'
p1933
I6330464
sS'__ZN18IOMemoryDescriptor20getPhysicalSegment64EmPm'
p1934
I5581672
sS'_sysctl__net_inet_tcp_packetchain'
p1935
I8551072
sS'__ZN25IOServiceUserNotification9metaClassE'
p1936
I6363820
sS'_funnel_free'
p1937
I2281588
sS'_hfs_vnop_removenamedstream'
p1938
I4462795
sS'__ZN12OSDictionary9metaClassE'
p1939
I6297568
sS'__ZN16IOKitDiagnostics10gMetaClassE'
p1940
I8783928
sS'_sectSizePRELINK'
p1941
I8700112
sS'_mach_port_get_srights'
p1942
I2187082
sS'_lock_vnode_and_post'
p1943
I3005343
sS'_interrupt'
p1944
I2781080
sS'_mac_sysvsem_label_destroy'
p1945
I5766554
sS'__ZN11OSSerialize20setCapacityIncrementEj'
p1946
I5299448
sS'_UpdateCatalogName'
p1947
I4498023
sS'_hzto'
p1948
I4611811
sS'__ZN12IOUserClient15mapClientMemoryEmP4taskmj'
p1949
I5642396
sS'_OSRuntimeFinalizeCPP'
p1950
I5297386
sS'_cpuid_set_info'
p1951
I2700422
sS'_sysctl__net_inet6_ip6_maxifdefrouters'
p1952
I8561152
sS'__ZN13IOEventSource12tryCloseGateEv'
p1953
I5539844
sS'_audit_suspended'
p1954
I8772168
sS'_lck_rw_try_lock_shared_lockstat_patch_point'
p1955
I8399948
sS'_hi_remap_text'
p1956
I2723840
sS'_ipc_space_kernel'
p1957
I8656848
sS'_sysctl__hw_cacheconfig'
p1958
I8601792
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_check_route_selfref'
p1959
I8649000
sS'_kdp_set_breakpoint_internal'
p1960
I2135389
sS'_nfs_get_stateid'
p1961
I4228781
sS'_pv_hash_table_lock'
p1962
I8697472
sS'__audit_rlck_assert'
p1963
I4527005
sS'_mac_proc_check_signal'
p1964
I5742040
sS'__ZN10IOWorkLoop13_maintRequestEPvS0_S0_S0_'
p1965
I5538664
sS'_convert_port_to_host_security'
p1966
I2215438
sS'_vnop_makenamedstream_desc'
p1967
I8535264
sS'_ifnet_event'
p1968
I3240636
sS'__ZNK12OSDictionary9getObjectEPK8OSSymbol'
p1969
I5241974
sS'_proc_lock'
p1970
I4691981
sS'_m_freem'
p1971
I4865391
sS'_ml_phys_write_double'
p1972
I2732579
sS'_m_tag_next'
p1973
I4898447
sS'_cpu_mode_init'
p1974
I2763271
sS'_sysctl__machdep_cpu_thermal_ACNT_MCNT'
p1975
I8635936
sS'_lo_diag_scall'
p1976
I2744576
sS'__ZN10IOWorkLoop8openGateEv'
p1977
I5537092
sS'__ZN12OSDictionary10gMetaClassE'
p1978
I8781664
sS'__ZN19IOPMPowerSourceList11firstInListEv'
p1979
I5535742
sS'_dupfdopen'
p1980
I4636354
sS'_sysctl__net_inet_tcp_pmtud_blackhole_mss'
p1981
I8553120
sS'_sysctl__vm_swapusage'
p1982
I8599200
sS'_RAW_file_offset'
p1983
I8591584
sS'_IODTFreeLoaderInfo'
p1984
I5432490
sS'_ip_savecontrol'
p1985
I3425685
sS'__ZN12IOUserClient23releaseNotificationPortEP8ipc_port'
p1986
I5658708
sS'_thread_bind'
p1987
I2258495
sS'_proc_name'
p1988
I4712111
sS'_mac_sysvsem_label_init'
p1989
I5766703
sS'_kmod_dump_log'
p1990
I5321501
sS'_rip_unlock'
p1991
I3458893
sS'_frag6_init'
p1992
I3576739
sS'_mach_vm_deallocate'
p1993
I2628906
sS'__ZN14IOMemoryCursorD2Ev'
p1994
I5578972
sS'_local_proto_count'
p1995
I8609152
sS'_cpu_thread_alloc'
p1996
I2705050
sS'_lowpri_IO_initial_window_msecs'
p1997
I8537264
sS'__dtrace_probe$1962___proc____create'
p1998
I8592428
sS'_ifnet_ioctl'
p1999
I3247372
sS'_sCPULatencyFunctionName'
p2000
I8782596
sS'__ZN22IOInterruptEventSourceC2EPK11OSMetaClass'
p2001
I5541604
sS'_file_flags'
p2002
I4636140
sS'_m_mchtype'
p2003
I4863517
sS'_sysdom'
p2004
I8591928
sS'__ZN19IOPMPowerSourceList10gMetaClassE'
p2005
I8782888
sS'__ZN16IORangeAllocator28setFragmentCapacityIncrementEm'
p2006
I5604602
sS'_vm_page_reactivate_local'
p2007
I2591995
sS'_LocateCatalogRecord'
p2008
I4498677
sS'_strprefix'
p2009
I2666563
sS'__ZN9IOService5closeEPS_m'
p2010
I5466978
sS'_IODiskMatching'
p2011
I5676601
sS'_kmod_destroy'
p2012
I2665619
sS'_nfs3_pathconf_rpc'
p2013
I4053904
sS'_sysctl__security'
p2014
I8647296
sS'_lock_set_handoff'
p2015
I8684812
sS'__FREE_ZONE'
p2016
I4696878
sS'_DisposePtr'
p2017
I4474306
sS'__ZNK16IOPlatformDevice12getMetaClassEv'
p2018
I5610066
sS'_vm_conflict_check'
p2019
I2462157
sS'_dtrace_probe_lookup'
p2020
I5074929
sS'__ZN16IOPlatformExpert26_RESERVEDIOPlatformExpert6Ev'
p2021
I5611434
sS'__ZN12IOUserClient26getTargetAndMethodForIndexEPP9IOServicem'
p2022
I5642420
sS'_mac_lctx_notify_leave'
p2023
I5737773
sS'_getxattr'
p2024
I3018789
sS'__ZN6OSKext16dispatchResourceEP12OSDictionary'
p2025
I5288056
sS'_chroot'
p2026
I3053395
sS'_mkcomplex'
p2027
I3014154
sS'__ZNK11OSMetaClass14reservedCalledEi'
p2028
I5224760
sS'_mach_vm_wire'
p2029
I2626188
sS'_gIOLocationKey'
p2030
I8782160
sS'_ipc_right_copyin'
p2031
I2178447
sS'_kalloc_large_inuse'
p2032
I8682260
sS'_vnop_write_desc'
p2033
I8532832
sS'_vm_map_lck_grp'
p2034
I8687136
sS'_m_pulldown'
p2035
I4898793
sS'_sysctl__hw_optional_x86_64'
p2036
I8604640
sS'_mac_vnode_label_update_extattr'
p2037
I5748414
sS'_nfslockdans'
p2038
I3871704
sS'__ZNK11IOResources11getWorkLoopEv'
p2039
I5480180
sS'__ZN24IOCPUInterruptController9metaClassE'
p2040
I6354984
sS'__ZN16IOPlatformDevice26_RESERVEDIOPlatformDevice0Ev'
p2041
I5610930
sS'_prtactive'
p2042
I8531700
sS'__ZN15_IOConfigThread10superClassE'
p2043
I6324540
sS'_sysctl__kern_tfp'
p2044
I8613696
sS'__ZN28IOFilterInterruptEventSource9MetaClassC2Ev'
p2045
I5551542
sS'_initproc'
p2046
I8772940
sS'_sysctl__machdep_cpu_tlb_data_small'
p2047
I8637024
sS'___set___sysctl_set_sym_sysctl__machdep_pmap_kernel_text_ps'
p2048
I8651276
sS'___set___sysctl_set_sym_sysctl__kern_num_vnodes'
p2049
I8650192
sS'_vmx_use_count'
p2050
I8521568
sS'__ZNK9IODTNVRAM19serializePropertiesEP11OSSerialize'
p2051
I5634050
sS'_vm_page_speculative_count_drifts'
p2052
I8397228
sS'__ZN8IOMapper18iovmFreeDMACommandEP12IODMACommandjm'
p2053
I5571072
sS'_ipc_mqueue_remove'
p2054
I2165452
sS'_sbuf_vprintf'
p2055
I4796074
sS'_UNDCancelNotification_rpc'
p2056
I2130275
sS'_dtrace_ptss_enable'
p2057
I5138266
sS'_audit_arg_pid'
p2058
I4522732
sS'_ml_probe_read_64'
p2059
I2734858
sS'__ZTVN10OSIterator9MetaClassE'
p2060
I6298080
sS'_ip_fw_default_rule'
p2061
I8727740
sS'_PEGetMachineName'
p2062
I5608804
sS'_zone_page_collect'
p2063
I2305478
sS'_scope6_ifattach'
p2064
I3739286
sS'__ZN18IOMemoryDescriptor28_RESERVEDIOMemoryDescriptor8Ev'
p2065
I5583016
sS'_ip6_log_interval'
p2066
I8558996
sS'_vnode_issock'
p2067
I3098511
sS'_PE_init_printf'
p2068
I5718845
sS'_vnode_removefsref'
p2069
I3000773
sS'__ZN12IOUserClient15sendAsyncResultEPjiPPvm'
p2070
I5658562
sS'__ZNK6OSData11getCapacityEv'
p2071
I5238796
sS'__ZN16IODMAEventSource14stopDMACommandEby'
p2072
I5548958
sS'__ZN6OSDataC1Ev'
p2073
I5240836
sS'_buf_iterate'
p2074
I2920009
sS'___set___sysctl_set_sym_sysctl__kern_symfile'
p2075
I8650268
sS'_buffer_map'
p2076
I8713536
sS'_sysctl__machdep_cpu_thermal_sensor'
p2077
I8635744
sS'_bdevsw_isfree'
p2078
I5221135
sS'_mmInit'
p2079
I2874297
sS'_sock_inject_data_in'
p2080
I5000573
sS'__ZN13IOCommandPool9MetaClassC1Ev'
p2081
I5546854
sS'_proc_limitblock'
p2082
I4725208
sS'__ZN15IORegistryEntry14removePropertyEPKc'
p2083
I5443334
sS'__ZN8OSString4freeEv'
p2084
I5305480
sS'_gIOLastPage'
p2085
I8783372
sS'_tprintf'
p2086
I4793534
sS'_sysctl__net_inet_ipsec_esp_trans_deflev'
p2087
I8555616
sS'_gIOConsoleSessionSecureInputPIDKey'
p2088
I8782532
sS'_is_io_service_add_notification_old'
p2089
I5665332
sS'__ZN9IOService9metaClassE'
p2090
I6324512
sS'_vnode_rele_ext'
p2091
I2995319
sS'_task_threadmax'
p2092
I8396604
sS'__ZN12IODMACommand19clientOutputSegmentEPvPS_NS_9Segment64ES0_m'
p2093
I5562606
sS'_i386_set_ldt'
p2094
I2784515
sS'__ZN14IOPMrootDomain22synchronizeAggressivesEP11queue_entryPK17AggressivesRecordi'
p2095
I5700552
sS'_udp_recvspace'
p2096
I8554792
sS'_uipc_ctloutput'
p2097
I4953956
sS'__ZN9IOService13startMatchingEm'
p2098
I5477596
sS'_ip6_addaux'
p2099
I3637258
sS'_g_kernel_kmod_info'
p2100
I8643744
sS'_logread'
p2101
I4792025
sS'_in_rtqdrain'
p2102
I3371070
sS'__ZN10IOWorkLoopC2Ev'
p2103
I5537912
sS'_ip_slowtimo'
p2104
I3426765
sS'_mac_kalloc'
p2105
I5721556
sS'_pipe'
p2106
I4814686
sS'___set___sysctl_set_sym_sysctl__net_inet_raw'
p2107
I8648980
sS'__ZN9IOService16resourceMatchingEPK8OSStringP12OSDictionary'
p2108
I5459496
sS'_mbuf_datastart'
p2109
I4771858
sS'__ZN9IOService11isPMBlockedEP11IOPMRequesti'
p2110
I5493166
sS'__ZN11IOMemoryMap21_RESERVEDIOMemoryMap4Ev'
p2111
I5583128
sS'_vnop_symlink_vp_offsets'
p2112
I8533896
sS'__ZTVN25IOServiceUserNotification9MetaClassE'
p2113
I6365664
sS'___set___sysctl_set_sym_sysctl__kern_ipc_sosendjcl_ignore_capab'
p2114
I8650736
sS'_device_pager_data_initialize'
p2115
I2429083
sS'_in6mask128'
p2116
I6232336
sS'__ZN25IOGeneralMemoryDescriptorD2Ev'
p2117
I5592318
sS'_ipc_pset_alloc_name'
p2118
I2175576
sS'__ZN9IOService20_RESERVEDIOService30Ev'
p2119
I5453786
sS'_dtrace_dof_maxsize'
p2120
I8616216
sS'_proc_is_classic'
p2121
I4705937
sS'_sysctl__kern_ostype'
p2122
I8596384
sS'_m_tag_init'
p2123
I4898421
sS'_vnode_clearmountedon'
p2124
I3102385
sS'__ZN13IOEventSourceC2EPK11OSMetaClass'
p2125
I5540714
sS'_makedevice'
p2126
I5138810
sS'_err_blockmap'
p2127
I3066448
sS'_sysctl__kern_safeboot'
p2128
I8599520
sS'__ZN14IOCommandQueueC1EPK11OSMetaClass'
p2129
I5548246
sS'_default_pager_triggers'
p2130
I2104101
sS'__ZTVN12IODMACommand9MetaClassE'
p2131
I6339904
sS'_nrinserts'
p2132
I8571280
sS'_nfs3_vnop_mknod'
p2133
I4098298
sS'_buf_brelse'
p2134
I2916228
sS'__ZN25IOServiceUserNotification4freeEv'
p2135
I5660502
sS'_nfs_reqdequeue'
p2136
I3953715
sS'_machine_stack_handoff'
p2137
I2775615
sS'__ZN8IOSyncerD2Ev'
p2138
I5426200
sS'_min_pages_trigger_port'
p2139
I8392772
sS'_vm_pageout_active'
p2140
I8397104
sS'__ZN13PMTraceWorker9MetaClassC1Ev'
p2141
I5686914
sS'_sched_startup'
p2142
I2260434
sS'_cpu_subtype'
p2143
I2699920
sS'_pfctlinput'
p2144
I4858748
sS'_upl_get_internal_vectorupl_pagelist'
p2145
I2555576
sS'__ZN21IOInterruptController16getInterruptTypeEP9IOServiceiPi'
p2146
I5637518
sS'_ipsec6_get_policy'
p2147
I3562712
sS'_memory_object_create'
p2148
I2430388
sS'_Assert'
p2149
I2208626
sS'__ZN11OSMetaClassdlEPvm'
p2150
I5298913
sS'_convert_port_entry_to_object'
p2151
I2468687
sS'__ZN18_IOServiceNotifierC2Ev'
p2152
I5484254
sS'__ZN17IOPowerConnection21getDesiredDomainStateEv'
p2153
I5683106
sS'_nfsm_mbuf_get_list'
p2154
I3996307
sS'_cache_purge_negatives'
p2155
I2930021
sS'__ZN13IOEventSource23_RESERVEDIOEventSource7Ev'
p2156
I5540226
sS'_gIOPowerPlane'
p2157
I8782436
sS'_apple_protect_pager_map'
p2158
I2671187
sS'_nfs_lock_owner_set_busy'
p2159
I4160874
sS'__ZN23IOMultiMemoryDescriptorC1EPK11OSMetaClass'
p2160
I5603846
sS'__ZNK21IOInterruptController12getMetaClassEv'
p2161
I5637500
sS'__ZN9IOService19computeDesiredStateEm'
p2162
I5515880
sS'_a_fpu_over'
p2163
I2723952
sS'_imageboot_setup'
p2164
I5166018
sS'_OSAddAtomic16'
p2165
I5222610
sS'_sysctl__kern_aiomax'
p2166
I8597600
sS'_halt_cpu'
p2167
I2805629
sS'_cttyioctl'
p2168
I4850361
sS'_GetOffsetAddress'
p2169
I4490203
sS'__ZNK27IOSharedInterruptController9MetaClass5allocEv'
p2170
I5640602
sS'__ZN9OSBoolean19_RESERVEDOSBoolean3Ev'
p2171
I5235438
sS'_sysctl__machdep_memmap_Conventional'
p2172
I8638432
sS'_audit_pipe_submit_user'
p2173
I4576003
sS'_gIOAppPowerStateInterest'
p2174
I8782568
sS'_ipc_hash_global_size'
p2175
I8656356
sS'_ps_enter'
p2176
I2103298
sS'__ZN18IOMemoryDescriptor15initWithOptionsEPvmmP4taskmP8IOMapper'
p2177
I5580916
sS'_ip6_log_time'
p2178
I8559052
sS'___set___sysctl_set_sym_sysctl__kern_wq_reduce_pool_window_usecs'
p2179
I8650904
sS'__ZN10IOMachPortC2EPK11OSMetaClass'
p2180
I5662140
sS'_mac_posixsem_check_post'
p2181
I5771313
sS'_copyoutphys_kern'
p2182
I2745872
sS'_sysctl__hw_cpufrequency_compat'
p2183
I8603136
sS'_nfsm_chain_reverse'
p2184
I3992875
sS'_in6_aliasreq_32_to_64'
p2185
I3600955
sS'_thread_sched_call'
p2186
I2280851
sS'_sysctl__net_local_dgram_pcblist64'
p2187
I8611424
sS'_ipc_port_check_circularity'
p2188
I2172904
sS'__ZN14IOMemoryCursor21initWithSpecificationEPFvNS_15PhysicalSegmentEPvmEmmm'
p2189
I5578396
sS'__ZN17IOSharedDataQueue4freeEv'
p2190
I5671692
sS'_thread_fast_set_cthread_self'
p2191
I2698464
sS'_compute_averunnable'
p2192
I4749804
sS'_mac_system_check_host_priv'
p2193
I5765160
sS'_hfs_vnop_bwrite'
p2194
I4343667
sS'_sendsig'
p2195
I5174394
sS'_sysctl__debug_kextlog'
p2196
I8643936
sS'_filehead'
p2197
I8775372
sS'_dp_encryption'
p2198
I8392800
sS'__ZN9IOService14actionFinalizeEPS_m'
p2199
I5464198
sS'_thread_max'
p2200
I8396600
sS'_nd6_delay'
p2201
I8562276
sS'___set___sysctl_set_sym_sysctl__hw_l1icachesize_compat'
p2202
I8650568
sS'_kernel_thread_start_priority'
p2203
I2284371
sS'_mtrr_update_all_cpus'
p2204
I2819141
sS'_adler32_combine'
p2205
I5331215
sS'_ttyselect'
p2206
I4826368
sS'_vm_page_free_count'
p2207
I8692332
sS'__ZN9IOCommand9MetaClassC1Ev'
p2208
I5545252
sS'_keydb_newsecpolicy'
p2209
I3785462
sS'_vnode_pager_reference'
p2210
I2426776
sS'_OSAddAtomicLong'
p2211
I5401928
sS'_ref_pset_port_locked'
p2212
I2215521
sS'_vm_map_pmap_enter_enable'
p2213
I8396852
sS'__ZN12IODMACommand23_RESERVEDIODMACommand15Ev'
p2214
I5567010
sS'_commpage64_handle'
p2215
I8398160
sS'_in_pseudo'
p2216
I5221560
sS'_IOLockInitWithState'
p2217
I5423326
sS'__ZN12IOUserClient4initEP12OSDictionary'
p2218
I5658818
sS'_mapping_set_mod'
p2219
I2733376
sS'__ZN9IOService20_RESERVEDIOService17Ev'
p2220
I5454150
sS'__ZN11IOMemoryMap4initEP4taskymyy'
p2221
I5590600
sS'_syscall_exit_funnelcheck'
p2222
I2316663
sS'__ZN9IOService21unregisterAllInterestEv'
p2223
I5456312
sS'__ZN6OSKext24lookupKextWithIdentifierEPKc'
p2224
I5250802
sS'_nfs4_vnop_mkdir'
p2225
I4158689
sS'_mac_system_check_swapon'
p2226
I5764394
sS'__ZN7OSArray10superClassE'
p2227
I6295556
sS'_tsc_rebase_abs_time'
p2228
I8513344
sS'__ZN5IOCPU15_RESERVEDIOCPU0Ev'
p2229
I5621612
sS'_cdevsw'
p2230
I8631520
sS'_cluster_push'
p2231
I2959001
sS'___set___sysctl_set_sym_sysctl__kern_version'
p2232
I8650152
sS'_setrlimit'
p2233
I4727960
sS'__ZTVN18IOTimerEventSource9MetaClassE'
p2234
I6338816
sS'___set___sysctl_set_sym_sysctl__kern_rage_vnode'
p2235
I8650300
sS'__ZTV8OSString'
p2236
I6301248
sS'_pmap_expand_pdpt'
p2237
I2678129
sS'_first_zone'
p2238
I8685992
sS'__ZN16IOPlatformExpert10gMetaClassE'
p2239
I8783524
sS'_thread_terminate_internal'
p2240
I2289512
sS'_dtrace_probe_arg'
p2241
I5098472
sS'_nfs4_unlock_rpc'
p2242
I4165375
sS'_hw_lock_byte_unlock'
p2243
I2712464
sS'_audit_arg_svipc_cmd'
p2244
I4523073
sS'_gIOConsoleSessionUIDKey'
p2245
I8782520
sS'__ZN16IORangeAllocator12allocElementEm'
p2246
I5604756
sS'_au_to_subject64_ex'
p2247
I4571363
sS'___set___sysctl_set_sym_sysctl__hw_usermem'
p2248
I8650600
sS'__ZN22IOInterruptEventSourceD0Ev'
p2249
I5541998
sS'__ZN8OSSymbol9metaClassE'
p2250
I6301504
sS'_outsw'
p2251
I2746000
sS'_uio_offset'
p2252
I4746750
sS'_mach_vm_protect'
p2253
I2628314
sS'_sysctl__kern_ngroups'
p2254
I8596960
sS'___set___sysctl_set_sym_sysctl__vm_global_user_wire_limit'
p2255
I8650356
sS'_OSReportWithBacktrace'
p2256
I5223908
sS'_cpu_threadtype'
p2257
I2699906
sS'_pfkey_stat_mutex_grp_attr'
p2258
I8767028
sS'__ZN19IOPMPowerStateQueueC1EPK11OSMetaClass'
p2259
I5526620
sS'__ZN25IOGeneralMemoryDescriptor11wireVirtualE11IODirection'
p2260
I5594178
sS'_sysctl__net_inet_raw'
p2261
I8544480
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_cache_linesize'
p2262
I8651172
sS'_m_makewritable'
p2263
I4898088
sS'_iss_zone'
p2264
I8700232
sS'_pmap_trace'
p2265
I8398824
sS'_vm_page_unwire'
p2266
I2602666
sS'__dtrace_probe$3128___io____wait__done'
p2267
I8530124
sS'__ZN24IOBufferMemoryDescriptorD0Ev'
p2268
I5559676
sS'__ZN9IOService17ack_timer_expiredEPvS0_'
p2269
I5486816
sS'_mnt_list_lck_grp'
p2270
I8726384
sS'_is_io_connect_method_structureI_structureO'
p2271
I5653943
sS'__ZN12IOUserClient26removeMappingForDescriptorEP18IOMemoryDescriptor'
p2272
I5655018
sS'_ipc_pset_init'
p2273
I2216657
sS'_timevalfix'
p2274
I4776653
sS'_mach_exc_server_routine'
p2275
I2347501
sS'_sysctl__hw_memsize'
p2276
I8602752
sS'_astbsd_on'
p2277
I2315605
sS'_vop_setxattr_vp_offsets'
p2278
I8534792
sS'__ZN22IOInterruptEventSource32_RESERVEDIOInterruptEventSource0Ev'
p2279
I5541536
sS'_firmware_PalCode_bytes'
p2280
I8638376
sS'_mach_port_deallocate'
p2281
I2195086
sS'__ZN9IODTNVRAM13savePanicInfoEPhm'
p2282
I5626224
sS'__ZN15PMSettingObjectC2Ev'
p2283
I5687664
sS'_semaphore_signal_all_trap'
p2284
I2268557
sS'_ifma_release'
p2285
I3226533
sS'__ZN26_IOServiceInterestNotifier10superClassE'
p2286
I6324532
sS'_sysctl__vfs_generic_children'
p2287
I8726524
sS'__ZN11OSMetaClass21_RESERVEDOSMetaClass1Ev'
p2288
I5224980
sS'_flush_cache_on_write'
p2289
I8569504
sS'_mach_port_type'
p2290
I2194940
sS'_IOProtectCacheMode'
p2291
I2633126
sS'__ZN12PMHaltWorkerC2EPK11OSMetaClass'
p2292
I5688212
sS'_audit_arg_sgid'
p2293
I4522472
sS'_pvs_cluster_read'
p2294
I2110724
sS'__ZN18IOTimerEventSource14setTimeoutFuncEv'
p2295
I5552778
sS'_buf_free'
p2296
I2914409
sS'__ZN20RootDomainUserClientD2Ev'
p2297
I5682888
sS'_mac_policy_removefrom_labellist'
p2298
I5723906
sS'_free_io_buf'
p2299
I2914226
sS'__ZN9IOService27OurChangeWaitForPowerSettleEv'
p2300
I5499594
sS'_vm_purgeable_object_purge_one'
p2301
I2589419
sS'_rt_unlock'
p2302
I3296032
sS'_m_getclr'
p2303
I4887877
sS'_kernel_text_ps_4K'
p2304
I8400148
sS'_mnt_list_lck_grp_attr'
p2305
I8726388
sS'_VNOP_GETATTR'
p2306
I3110099
sS'__ZN14IOPMrootDomain17getSleepSupportedEv'
p2307
I5685330
sS'_apple_hwcksum_rx'
p2308
I8541320
sS'_sdt_args'
p2309
I8617856
sS'_sysctl__net_inet_udp_blackhole'
p2310
I8554432
sS'_file_lck_grp_attr'
p2311
I8775388
sS'_root_paged_ledger'
p2312
I8682372
sS'_in6_init_prefix_ltimes'
p2313
I3720253
sS'_clear_wait'
p2314
I2257257
sS'_pmap_map_bd'
p2315
I2684700
sS'__ZTVN13PMTraceWorker9MetaClassE'
p2316
I6373888
sS'_sse4_1_flag'
p2317
I8604148
sS'_ipc_right_rename'
p2318
I2177132
sS'_mach_make_memory_entry_64'
p2319
I2619489
sS'_dhcpol_add'
p2320
I3352396
sS'_machine_task_get_state'
p2321
I2759130
sS'_pru_sosend_notsupp'
p2322
I4919213
sS'_fchflags'
p2323
I3035791
sS'___set___sysctl_set_sym_sysctl__net_inet6_ipsec6_debug'
p2324
I8649660
sS'_sync_iss_to_iks_unconditionally'
p2325
I2780716
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_extmodel'
p2326
I8651048
sS'_ipc_hash_init'
p2327
I6402016
sS'_swtch_pri'
p2328
I2273482
sS'__ZN11IOMemoryMap21_RESERVEDIOMemoryMap1Ev'
p2329
I5583212
sS'_in_pcbbind'
p2330
I3368471
sS'_num_pending_rename'
p2331
I8535784
sS'_nfs_vfsops'
p2332
I8567296
sS'__ZN11IOResourcesD0Ev'
p2333
I5478640
sS'_sysctl__kern_sysv_shmmin'
p2334
I8611776
sS'__ZN12IODMACommandC1Ev'
p2335
I5567454
sS'_get_dispatchqueue_offset_from_proc'
p2336
I5029611
sS'_nd6_dad_start'
p2337
I3714396
sS'_proc_pidregionpathinfo'
p2338
I5034213
sS'__ZN13_IOServiceJob10pingConfigEPS_'
p2339
I5477296
sS'_sysctl__net_inet6_tcp6_children'
p2340
I8766896
sS'__ZTV11IOServicePM'
p2341
I6329920
sS'_mach_memory_object_memory_entry_64'
p2342
I2619247
sS'_find_nexthighseq'
p2343
I5003322
sS'_nfs3_vnop_getattr'
p2344
I4080848
sS'_sysctl__net_link_ether_children'
p2345
I8727412
sS'_sysctl__kern_ipc_njcl'
p2346
I8610560
sS'_mach_vm_machine_attribute'
p2347
I2628002
sS'__ZNK11OSMetaClass14getRetainCountEv'
p2348
I5224446
sS'__ZN11OSMetaClass9metaClassE'
p2349
I6294848
sS'_commpage_32_routines'
p2350
I8388608
sS'__ZN16IOPlatformExpert9metaClassE'
p2351
I6347616
sS'_token_new_pagecount'
p2352
I8397908
sS'__ZN15IORegistryEntry11setPropertyEPK8OSSymbolP8OSObject'
p2353
I5446446
sS'_nfsrv_fmod_timer'
p2354
I3887452
sS'_OSTestAndSet'
p2355
I5222985
sS'_buf_setdrvdata'
p2356
I2913891
sS'_domain_proto_mtx_grp'
p2357
I8779888
sS'__ZN6OSKext19validateKextMappingEb'
p2358
I5268452
sS'_nfsrv_init'
p2359
I3947405
sS'_ip6intrq'
p2360
I8760740
sS'_IORecursiveLockSleepDeadline'
p2361
I5422861
sS'_sysctl__sysctl_children'
p2362
I8775596
sS'_rsvp_input'
p2363
I3441373
sS'_sysctl__vfs_generic_ctlbyfsid_children'
p2364
I8726528
sS'_commpage_64_routines'
p2365
I8388792
sS'_lock_write_EXT'
p2366
I2231564
sS'_mac_port_check_service_obj'
p2367
I2261408
sS'_nfs4_vnop_link'
p2368
I4183993
sS'_vm_map_pmap_is_empty'
p2369
I2472816
sS'_sock_getsockopt'
p2370
I4998475
sS'_getattrlist'
p2371
I2909651
sS'__ZN9IOService15lookupInterruptEibPP21IOInterruptController'
p2372
I5452616
sS'_sysctl__net_inet6_icmp6_errppslimit'
p2373
I8561856
sS'_buf_reset'
p2374
I2913334
sS'___set___sysctl_set_sym_sysctl__hw'
p2375
I8650420
sS'_putc'
p2376
I4849860
sS'__ZN14IOPMrootDomainC1Ev'
p2377
I5686438
sS'__ZN9IOService15addNotificationEPK8OSSymbolP12OSDictionaryPFbPvS5_PS_ES5_S5_l'
p2378
I5486100
sS'_nfs_vnop_select'
p2379
I4050332
sS'___set___sysctl_set_sym_sysctl__kern_netboot'
p2380
I8650272
sS'_proc_vfork_end'
p2381
I4692077
sS'_ipc_kmsg_clean_body'
p2382
I2155591
sS'_atoi_term'
p2383
I2666234
sS'_mac_vnode_check_readlink'
p2384
I5757707
sS'__ZNK7OSArray24getNextObjectForIteratorEPvPP8OSObject'
p2385
I5232266
sS'___set___sysctl_set_sym_sysctl__net_inet_icmp_stats'
p2386
I8649140
sS'_semaphore_wait_deadline'
p2387
I2270765
sS'_mac_kfree'
p2388
I5721538
sS'_ipc_object_alloc_dead_name'
p2389
I2169297
sS'_mach_port_set_attributes'
p2390
I2191849
sS'__ZTVN11IOResources9MetaClassE'
p2391
I6325216
sS'___set___sysctl_set_sym_sysctl__vm_page_free_wanted'
p2392
I8650960
sS'_IOHibernateSystemHasSlept'
p2393
I5406318
sS'_ffs'
p2394
I2746192
sS'_chflags'
p2395
I3036037
sS'_lapic_get_timer'
p2396
I2807941
sS'_mac_label_vnodes'
p2397
I8647464
sS'_default_pager_external_count'
p2398
I8392732
sS'_vm_page_free_wanted'
p2399
I8692360
sS'__ZN9IODTNVRAM18writeNVRAMPropertyEP15IORegistryEntryPK8OSSymbolP6OSData'
p2400
I5627312
sS'__ZN18IOTimerEventSource10wakeAtTimeEmm'
p2401
I5553952
sS'__ZN17IOSharedDataQueue10gMetaClassE'
p2402
I8783976
sS'_sysctl__net_inet6_ip6_kame_version'
p2403
I8560384
sS'_max_datalen'
p2404
I8780536
sS'_ps_write_file'
p2405
I2105176
sS'_fifo_vnodeop_p'
p2406
I8726580
sS'__ZN24IOCPUInterruptControllerD2Ev'
p2407
I5622172
sS'_so_cache_max_freed'
p2408
I8609736
sS'_ipc_kmsg_zone'
p2409
I8656676
sS'_BTReplaceRecord'
p2410
I4484115
sS'_machine_cpu_is_inactive'
p2411
I2787309
sS'_task_lck_attr'
p2412
I8684832
sS'_audit_arg_auditon'
p2413
I4523518
sS'_pkg_extensions_lck'
p2414
I8726400
sS'__ZN15IOWatchDogTimer9MetaClassC2Ev'
p2415
I5684652
sS'_soclose'
p2416
I4909300
sS'_dead_offtoblk'
p2417
I3164811
sS'_VNOP_BLOCKMAP'
p2418
I3118305
sS'_vnode_isfifo'
p2419
I3098429
sS'_proc_pgrp'
p2420
I4708245
sS'_sysctl__net_inet_ip_dummynet_ready_heap'
p2421
I8545216
sS'_pfkey_stat_mutex_grp'
p2422
I8767024
sS'_seteuid'
p2423
I4723626
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_rtexpire'
p2424
I8649872
sS'_sysctl__net_inet6_ipsec6_esp_trans_deflev'
p2425
I8556512
sS'_mac_task_check_service'
p2426
I2261391
sS'_paniccpu'
p2427
I8669224
sS'_SHA512_Last'
p2428
I3788209
sS'_sysctl__hw_optional_mmx'
p2429
I8604192
sS'_sysctl__vfs_generic_nfs_server_require_resv_port'
p2430
I8566560
sS'__ZN9OSBoolean11withBooleanEb'
p2431
I5235054
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_arch_perf_number'
p2432
I8651144
sS'_ip6_forward'
p2433
I3626817
sS'_in6_sin_2_v4mapsin6'
p2434
I3599554
sS'_lstatv'
p2435
I3014174
sS'_kauth_cred_setauditinfo'
p2436
I4616526
sS'__ZN14IOPMrootDomain24displayWranglerPublishedEPvS0_P9IOService'
p2437
I5685494
sS'_ipc_mqueue_remove_from_all'
p2438
I2165443
sS'__ZN8OSNumber4freeEv'
p2439
I5292144
sS'_nrdeletes'
p2440
I8571284
sS'_vnop_open_desc'
p2441
I8532448
sS'_mac_proc_enforce'
p2442
I8648036
sS'_sysctl__user'
p2443
I8601024
sS'_zone_lck_attr'
p2444
I8685584
sS'_dqfileclose'
p2445
I2976924
sS'__ZN21IOInterruptController9MetaClassC1Ev'
p2446
I5639364
sS'_assembly_probes'
p2447
I8617088
sS'_sadb_stat_mutex'
p2448
I8728176
sS'__ZN14IOMemoryCursorC2EPK11OSMetaClass'
p2449
I5578852
sS'__ZN9IOService20_RESERVEDIOService12Ev'
p2450
I5454290
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_max_ext'
p2451
I8651028
sS'_wait_queue_sub_init'
p2452
I2299972
sS'_ubc_info_init_withsize'
p2453
I4853232
sS'__ZN6OSKext21removeKextWithLoadTagEjb'
p2454
I5274944
sS'_ipc_pset_max'
p2455
I8656664
sS'_session_unlock'
p2456
I4706063
sS'_nfsrv_init_user_list'
p2457
I3986815
sS'_task_swap_exception_ports'
p2458
I2226192
sS'_dt_kmem_alloc'
p2459
I5143576
sS'_route_domain_mtx'
p2460
I8727652
sS'__ZN16IOPlatformExpert27registerInterruptControllerEP8OSSymbolP21IOInterruptController'
p2461
I5618170
sS'_buf_dirtyoff'
p2462
I2913449
sS'__ZN25IOGeneralMemoryDescriptor16getSourceSegmentEmPm'
p2463
I5581954
sS'_FlushCatalog'
p2464
I4498076
sS'__ZN6OSDataD2Ev'
p2465
I5241572
sS'_sysctl__kern_threadname'
p2466
I8596064
sS'_spltty'
p2467
I4790585
sS'_getsid'
p2468
I4718741
sS'__ZN9IOService27maxCapabilityForDomainStateEm'
p2469
I5487738
sS'_tokens'
p2470
I8690760
sS'__ZN8IOMapper9MetaClassC1Ev'
p2471
I5572710
sS'_sysctl__vfs_generic_nfs_server_user_stats'
p2472
I8566880
sS'_sysctl__kern_num_files'
p2473
I8597152
sS'_lck_grp_attr_alloc_init'
p2474
I2235931
sS'_sysctl_struct'
p2475
I4756116
sS'_hi64_diag_scall'
p2476
I2865312
sS'_pg_rele'
p2477
I4711269
sS'__ZN8IOMapper19_RESERVEDIOMapper14Ev'
p2478
I5572374
sS'_encap_attach_func'
p2479
I3518710
sS'_bsd_exception'
p2480
I2210142
sS'_fbt_init'
p2481
I5148407
sS'_pgrp_iterate'
p2482
I4715531
sS'_IOLibInit'
p2483
I5421706
sS'__ZN18IOMemoryDescriptor13removeMappingEP11IOMemoryMap'
p2484
I5582672
sS'_splsched'
p2485
I4790543
sS'_kwq_handle_unlock'
p2486
I5009720
sS'_vnode_set_openevt'
p2487
I3102651
sS'_busFreq'
p2488
I8513608
sS'_wait_queue_set_unlink_all'
p2489
I2303520
sS'_rc4_crypt'
p2490
I3808223
sS'__ZNK8OSString7getCharEj'
p2491
I5304908
sS'_vc_progress_set'
p2492
I2832191
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_dummynet_ready_heap'
p2493
I8649020
sS'_kauth_getgid'
p2494
I4618820
sS'__ZNK9OSBoolean7isFalseEv'
p2495
I5235092
sS'_proc_fdlock_assert'
p2496
I4634306
sS'_vnode_makenamedstream'
p2497
I3095803
sS'_current_thread_aborted'
p2498
I2315660
sS'_enablequotas'
p2499
I3059926
sS'_execsigs'
p2500
I4734839
sS'_n_storage_units'
p2501
I8591516
sS'_IOCopyLogNameForPID'
p2502
I5419276
sS'_vector_upl_set_submap'
p2503
I2556361
sS'__ZN16IOPlatformExpertD0Ev'
p2504
I5612660
sS'___set___sysctl_set_sym_sysctl__net_link_ether_inet_send_conflicting_probes'
p2505
I8648920
sS'__ZN10IOWorkLoop19signalWorkAvailableEv'
p2506
I5537188
sS'_intel_startCPU'
p2507
I2816468
sS'__ZN13IOEventSource10superClassE'
p2508
I6335332
sS'_vnode_vttoif'
p2509
I3098045
sS'_ifnet_family'
p2510
I3323679
sS'__ZN15IORegistryEntry26_RESERVEDIORegistryEntry23Ev'
p2511
I5435674
sS'_audit_syscall_exit'
p2512
I4519990
sS'__ZN6OSData12withCapacityEj'
p2513
I5241210
sS'__ZN17IOPowerConnection25setPreventSystemSleepFlagEm'
p2514
I5683182
sS'__ZN27IOSharedInterruptController37_RESERVEDIOSharedInterruptController2Ev'
p2515
I5639000
sS'__ZN13IOCommandPool23_RESERVEDIOCommandPool5Ev'
p2516
I5546296
sS'__ZN16IOPMinformeeListC1EPK11OSMetaClass'
p2517
I5525270
sS'_sem_open'
p2518
I4985900
sS'_mac_audit_text'
p2519
I5721991
sS'__ZNK15IORegistryEntry15applyToChildrenEPFvPS_PvES1_PK15IORegistryPlane'
p2520
I5440262
sS'_mdev'
p2521
I8712960
sS'_setsgroups'
p2522
I4717731
sS'__ZN15IORegistryEntry11setPropertyEPKcb'
p2523
I5443998
sS'___set___sysctl_set_sym_sysctl__security_mac_socket_enforce'
p2524
I8651420
sS'_mbuf_pkthdr_setrcvif'
p2525
I4772230
sS'_sysctl__hw_l1dcachesize_compat'
p2526
I8603328
sS'_kern_close_file_for_direct_io'
p2527
I4626212
sS'_VNOP_REMOVEXATTR'
p2528
I3106183
sS'_sysctl__vm_reusable_failure'
p2529
I8614464
sS'__ZN12IORootParentD0Ev'
p2530
I5687250
sS'_rtref'
p2531
I3296764
sS'_nd6_na_output'
p2532
I3711411
sS'_ipc_splay_tree_lookup'
p2533
I2184720
sS'_processor_get_assignment'
p2534
I2244373
sS'_vmx_resume'
p2535
I2855300
sS'_nfs4_cb_so'
p2536
I8564640
sS'_boot'
p2537
I4730308
sS'_nfs_node_set_busy4'
p2538
I3881243
sS'_mach_vm_ctl_page_free_wanted'
p2539
I2555333
sS'_sysctl_string'
p2540
I4761936
sS'__ZN12IOUserClient20exportObjectToClientEP4taskP8OSObjectPS3_'
p2541
I5663224
sS'_BTDeleteRecord'
p2542
I4477163
sS'_key_freesav'
p2543
I3760161
sS'_wait_queue_set_init'
p2544
I2299767
sS'_vm_shared_region_set'
p2545
I2610907
sS'_nd6_need_cache'
p2546
I3690464
sS'_lo_alltraps'
p2547
I2741920
sS'_union_updatevp'
p2548
I3179241
sS'_vnode_cache_is_authorized'
p2549
I2933129
sS'_BTIterateRecords'
p2550
I4478370
sS'___set___sysctl_set_sym_sysctl__debug'
p2551
I8650416
sS'_gIOKitDebug'
p2552
I8645408
sS'_mac_audit_data_zone'
p2553
I8784528
sS'_add_fsevent'
p2554
I3158415
sS'_do_bsdexception'
p2555
I4733947
sS'__ZN12OSOrderedSet14copyCollectionEP12OSDictionary'
p2556
I5296054
sS'_num_zones'
p2557
I8686000
sS'_npvhash'
p2558
I8398840
sS'_mach_port_insert_member'
p2559
I2191376
sS'_thread_stop'
p2560
I2260905
sS'_m_copym_with_hdrs'
p2561
I4884415
sS'__ZN12PMHaltWorkerC1EPK11OSMetaClass'
p2562
I5688172
sS'__ZN12PMHaltWorker6workerEv'
p2563
I5692188
sS'___set___sysctl_set_sym_sysctl__machdep_cpu_arch_perf_events'
p2564
I8651156
sS'_neghead'
p2565
I8713956
sS'__ZN15IOPMPowerSource7voltageEv'
p2566
I5532720
sS'__ZN14IOCommandQueue15performAndFlushEP8OSObjectPFvS1_PvS2_S2_S2_E'
p2567
I5547442
sS'_in6_update_ifa'
p2568
I3604032
sS'_is_io_connect_method'
p2569
I5653377
sS'_GetChildNodeNum'
p2570
I4490229
sS'__ZN12OSDictionaryC1EPK11OSMetaClass'
p2571
I5245050
sS'_ipc_pset_add'
p2572
I2175505
sS'_bsd_utaskbootstrap'
p2573
I6419134
sS'__ZN15IORegistryEntry9makePlaneEPKc'
p2574
I5444676
sS'_rmdir'
p2575
I3044609
sS'__systrace_open'
p2576
I5151314
sS'__ZN15OSMetaClassBase25_RESERVEDOSMetaClassBase3Ev'
p2577
I5225148
sS'_sysctl__net_link_ether_inet_children'
p2578
I8727664
sS'_spec_vnodeop_opv_desc'
p2579
I8537256
sS'_sysctl__kern_exec_archhandler_children'
p2580
I8775544
sS'__tr_flush_block'
p2581
I5361059
sS'_sysctl__kern_sysv_shmmax'
p2582
I8611712
sS'_tty_unlock'
p2583
I4822491
sS'_chdir'
p2584
I3054067
sS'_vfs_authopaque'
p2585
I3097644
sS'_cluster_write'
p2586
I2967740
sS'_in6_sin_2_v4mapsin6_in_sock'
p2587
I3614441
sS'_kdp_x86_xcpu_invoke'
p2588
I2813284
sS'_key_dst'
p2589
I8563840
sS'_ip_gif_ttl'
p2590
I8555040
sS'_tcp_timers'
p2591
I3500431
sS'_timer_queue_assign'
p2592
I2709694
sS'_is_io_registry_entry_get_property_recursively'
p2593
I5656217
sS'_mac_request_label'
p2594
I2261428
sS'_hfs_vnop_offtoblk'
p2595
I4338905
sS'_sysctl_register_all'
p2596
I4770704
sS'_vector_upl_get_iostate_byindex'
p2597
I2584434
sS'_kdp_machine_vm_read'
p2598
I2846585
sS'_ipc_table_entries_size'
p2599
I8392968
sS'__ZN12IOUserClient4freeEv'
p2600
I5642260
sS'__ZN23IOMultiMemoryDescriptorD1Ev'
p2601
I5604342
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_fw_static_count'
p2602
I8649108
sS'__ZN8OSObject9MetaClassC1Ev'
p2603
I5231156
sS'_thread_create_workq'
p2604
I2284516
sS'_mach_msg_send_from_kernel_with_options'
p2605
I2218618
sS'__ZN19IOPMCompletionQueue10gMetaClassE'
p2606
I8782700
sS'__ZN6OSKext23recordIdentifierRequestEP8OSString'
p2607
I5271650
sS'_IOMappedWrite32'
p2608
I5573941
sS'_convert_port_to_processor'
p2609
I2215588
sS'__ZN32IOServiceMessageUserNotification4freeEv'
p2610
I5660444
sS'_mac_policy_list'
p2611
I8784556
sS'_gIOTerminatedNotification'
p2612
I8782556
sS'_isdisk'
p2613
I5166759
sS'__ZNK15IORegistryEntry21getParentSetReferenceEPK15IORegistryPlane'
p2614
I5434820
sS'_tcp_sack_adjust'
p2615
I3488956
sS'__ZN15IORegistryEntry26_RESERVEDIORegistryEntry21Ev'
p2616
I5435730
sS'_in6_dinit'
p2617
I6419053
sS'_ubc_getobject'
p2618
I4850895
sS'_PE_init_kprintf'
p2619
I5720596
sS'_ipfw_convert_to_latest'
p2620
I3413202
sS'_au_to_exec_args'
p2621
I4567953
sS'_audit_worker_init'
p2622
I4587382
sS'_mac_cred_label_associate'
p2623
I5738394
sS'_audit_mac_init'
p2624
I4574006
sS'_spec_nfsv4nodeop_p'
p2625
I8772060
sS'_keydb_delsecreplay'
p2626
I3784906
sS'_dp_memory_object_data_initialize'
p2627
I2122139
sS'_getitimer'
p2628
I4778035
sS'_ipc_kernel_copy_map'
p2629
I8656668
sS'_vmem_create'
p2630
I5143114
sS'__ZNK17IOBigMemoryCursor12getMetaClassEv'
p2631
I5577792
sS'_apple_protect_pager_count_unmapped_max'
p2632
I8398792
sS'_vfs_authcache_ttl'
p2633
I3097616
sS'_sosendjcl_ignore_capab'
p2634
I8610020
sS'_RandomULong'
p2635
I2867892
sS'__ZN9IOService15setNotificationEPK8OSSymbolP12OSDictionaryPFbPvS5_PS_P10IONotifierES5_S5_l'
p2636
I5484530
sS'_nfsrv_getattr'
p2637
I3945155
sS'_ffsctl'
p2638
I3020369
sS'_swapfile_pager_data_initialize'
p2639
I2614710
sS'__ZN7OSArray13replaceObjectEjPK15OSMetaClassBase'
p2640
I5232796
sS'__ZN9IOService28ParentDownWaitForPowerSettleEv'
p2641
I5499568
sS'__ZNK5IOCPU9MetaClass5allocEv'
p2642
I5619992
sS'_wait_queue_sub_clearrefs'
p2643
I2299499
sS'_lck_mtx_destroy'
p2644
I2735869
sS'_nop_fsync'
p2645
I3066121
sS'_kdp_register_callout'
p2646
I2841538
sS'_ip6_ecn_ingress'
p2647
I3518462
sS'__ZN8OSObjectC2Ev'
p2648
I5231500
sS'_tcp_gettaocache'
p2649
I3495606
sS'_munge_wlw'
p2650
I5178240
sS'_accept_nocancel'
p2651
I4942615
sS'__ZN5OSSet15_RESERVEDOSSet5Ev'
p2652
I5303388
sS'__ZN12IODMACommand7walkAllEh'
p2653
I5563988
sS'__ZN16IOPlatformExpert26_RESERVEDIOPlatformExpert8Ev'
p2654
I5611378
sS'__ZTV12OSDictionary'
p2655
I6297728
sS'_rmdir_remove_orphaned_appleDouble'
p2656
I2992290
sS'__ZN9IOService29handlePowerDomainWillChangeToEP11IOPMRequest'
p2657
I5513668
sS'__ZTV10IOMachPort'
p2658
I6366432
sS'__Z18OSUnserializeparsev'
p2659
I5311365
sS'_ip6_mrouter_set'
p2660
I3649734
sS'__ZN16IODMAEventSource15startDMACommandEP12IODMACommand11IODirectionmm'
p2661
I5549592
sS'_catch_mach_exception_raise_state'
p2662
I5051512
sS'_memory_object_terminate'
p2663
I2430152
sS'_fdesc_inactive'
p2664
I3164978
sS'_pmap_clear_modify'
p2665
I2682371
sS'__ZN17IOBigMemoryCursor17withSpecificationEmmm'
p2666
I5580348
sS'__ZN15IOWatchDogTimer10superClassE'
p2667
I6370788
sS'_kco_ma_init'
p2668
I4664945
sS'_task_wait_locked'
p2669
I2277119
sS'_kxld_create_context'
p2670
I5373593
sS'_nfs_vnop_readlink'
p2671
I4076832
sS'_sdt_getargdesc'
p2672
I5151077
sS'_dis_opFP3'
p2673
I6291808
sS'__ZN6OSKextD2Ev'
p2674
I5257362
sS'_VNOP_READDIR'
p2675
I3107657
sS'_dis_opFP7'
p2676
I6292704
sS'_consdebug_putc'
p2677
I2242329
sS'_dis_opFP5'
p2678
I6292576
sS'_dis_opFP4'
p2679
I6292320
sS'_pru_attach_notsupp'
p2680
I4919053
sS'_VNOP_LOOKUP'
p2681
I3110620
sS'_gIOMatchedServiceCountKey'
p2682
I8782496
sS'_sysctl__machdep_cpu_address_bits_virtual'
p2683
I8637536
sS'_vm_external_copy'
p2684
I2439211
sS'__ZNK12IOCopyMapper9MetaClass5allocEv'
p2685
I5575218
sS'_unp_lock'
p2686
I4950404
sS'_dtrace_helptrace_enabled'
p2687
I8616440
sS'_fdesc_pathconf'
p2688
I3164997
sS'_ipc_table_free'
p2689
I2186519
sS'_cs_procs_killed'
p2690
I8595460
sS'_SHA1Final_r'
p2691
I5371758
sS'_frag6_nfragpackets'
p2692
I8756260
sS'__ZNK7OSArray12iteratorSizeEv'
p2693
I5232236
sS'_pmap_get_refmod'
p2694
I2681860
sS'_esp_aes_schedlen'
p2695
I3554271
sS'_ifaddr_withroute'
p2696
I3324916
sS'_ml_get_max_affinity_sets'
p2697
I2708188
sS'_lock_read_to_write_EXT'
p2698
I2231573
sS'___set___sysctl_set_sym_sysctl__kern_posix1version'
p2699
I8650172
sS'_gIOPathMatchKey'
p2700
I8782484
sS'_file_flist_lock'
p2701
I8775404
sS'_zone_page_free_element'
p2702
I2305685
sS'_kext_request'
p2703
I5322267
sS'__ZNK15OSMetaClassBase8metaCastEPK11OSMetaClass'
p2704
I5228430
sS'__ZN8OSNumber18_RESERVEDOSNumber5Ev'
p2705
I5292960
sS'_ldisc_deregister'
p2706
I4835741
sS'_numused_vfsslots'
p2707
I8530312
sS'__ZN22IOInterruptEventSource10superClassE'
p2708
I6335748
sS'_IOPause'
p2709
I5419669
sS'_copyinphys_kern'
p2710
I2745664
sS'_recvfrom'
p2711
I4938987
sS'_mount_iterref'
p2712
I2982756
sS'_dtrace_fasttrap_probe_ptr'
p2713
I8781044
sS'_swapfile_pager_lck_attr'
p2714
I8694888
sS'_is_io_registry_entry_get_child_iterator'
p2715
I5656136
sS'_nfs_request_async_finish'
p2716
I3977205
sS'__ZN12OSOrderedSet22_RESERVEDOSOrderedSet6Ev'
p2717
I5295638
sS'_sysctl_handle_opaque'
p2718
I4766675
sS'__ZN21IOSubMemoryDescriptor9MetaClassC2Ev'
p2719
I5608072
sS'__ZN28IOFilterInterruptEventSourceD2Ev'
p2720
I5551678
sS'_kdbg_mapinit'
p2721
I4593840
sS'__ZN9IOService20synchronizePowerTreeEv'
p2722
I5510078
sS'__ZN12IOUserClient19setAsyncReference64EPyP8ipc_portyy'
p2723
I5642126
sS'_VNOP_MAKENAMEDSTREAM'
p2724
I3099119
sS'_ipc_right_copyin_check'
p2725
I2176473
sS'__ZN8OSString9MetaClassC1Ev'
p2726
I5306630
sS'__ZN18IOTimerEventSourceC2Ev'
p2727
I5553490
sS'_ip6_savecontrol'
p2728
I3637952
sS'_in6_matchlen'
p2729
I3598865
sS'_vector_upl_set_iostate'
p2730
I2584569
sS'_maximum_pages_free'
p2731
I8392768
sS'__ZN20RootDomainUserClient11clientCloseEv'
p2732
I5681682
sS'_ipc_table_fill'
p2733
I2186391
sS'_vm_page_remove'
p2734
I2597366
sS'_proc_slock_grp'
p2735
I8772928
sS'_mac_vnode_label_internalize'
p2736
I5748834
sS'_nfs_data_lock_internal'
p2737
I3880812
sS'_waitid'
p2738
I4683890
sS'__ZN16IOPlatformExpert6attachEP9IOService'
p2739
I5608412
sS'_ipc_port_init'
p2740
I2173622
sS'_vnop_readdirattr_desc'
p2741
I8534048
sS'_gIODTSharedInterrupts'
p2742
I8782128
sS'__ZNK5OSSet11getCapacityEv'
p2743
I5302154
sS'_vm_map_64'
p2744
I2630315
sS'_processor_set_stack_usage'
p2745
I2261469
sS'_sectSizeLINK'
p2746
I8700104
sS'_vm_page_fictitious_count'
p2747
I8692336
sS'_des_set_odd_parity'
p2748
I3794880
sS'__ZN18IODTPlatformExpert5probeEP9IOServicePl'
p2749
I5609072
sS'___set___sysctl_set_sym_sysctl__net_inet_div'
p2750
I8648984
sS'_VNOP_STRATEGY'
p2751
I3099328
sS'_mac_sysvmsq_label_init'
p2752
I5770570
sS'___sysctl'
p2753
I4763007
sS'_lck_mtx_yield'
p2754
I2233701
sS'_nfs3_vnop_close'
p2755
I4066614
sS'_in_addword'
p2756
I5221518
sS'_proc_settargetconc'
p2757
I5018904
sS'_sysctl__vfs_generic_nfs_server_children'
p2758
I8771928
sS'___set___sysctl_set_sym_sysctl__kern_affinity_sets_enabled'
p2759
I8650344
sS'_uio_setoffset'
p2760
I4746772
sS'_fpu_set_fxstate'
p2761
I2711323
sS'__ZN8OSString18_RESERVEDOSString6Ev'
p2762
I5305984
sS'_sysctl__vm_cs_blob_size_max'
p2763
I8608576
sS'_net_affinity'
p2764
I8539320
sS'_fixjobc'
p2765
I4715871
sS'_nfs3_update_statfs'
p2766
I4043957
sS'_mac_mount_check_setattr'
p2767
I5751200
sS'_systrace_stub'
p2768
I5151299
sS'_strncat'
p2769
I5672701
sS'_prefix6_mutex'
p2770
I8765040
sS'_timer_advance'
p2771
I2296746
sS'__ZN12IOUserClient14externalMethodEjP25IOExternalMethodArgumentsP24IOExternalMethodDispatchP8OSObjectPv'
p2772
I5650780
sS'__ZN18IOTimerEventSource15setTimeoutTicksEm'
p2773
I5552180
sS'__ZN9IOService28ParentAcknowledgePowerChangeEv'
p2774
I5500442
sS'__ZN21IONaturalMemoryCursorD1Ev'
p2775
I5579276
sS'_union_vfsops'
p2776
I8537536
sS'_vm_page_release_fictitious'
p2777
I2600319
sS'_ipsec6_delete_pcbpolicy'
p2778
I3575407
sS'_IORecursiveLockAllocWithLockGroup'
p2779
I5423420
sS'_ip_fragment'
p2780
I3444916
sS'__ZTV5IOCPU'
p2781
I6356576
sS'_ip_fw_ctl_ptr'
p2782
I8729408
sS'___set___sysctl_set_sym_sysctl__hw_cachelinesize'
p2783
I8650512
sS'__ZN16IOPlatformExpert21RegisterServiceInTreeEP9IOServiceP12OSDictionaryS3_S1_'
p2784
I5612996
sS'__ZN11OSSerialize9MetaClassC1Ev'
p2785
I5300278
sS'_UNDNotificationCreated_rpc'
p2786
I2132205
sS'_rtalloc_ign_locked'
p2787
I3306422
sS'__ZN11OSMetaClass18allocClassWithNameEPK8OSSymbol'
p2788
I5224678
sS'_buf_setcallback'
p2789
I2913580
sS'_pv_hashed_free_list'
p2790
I8398848
sS'_get_pc'
p2791
I2746320
sS'__ZN9IOCommandC2EPK11OSMetaClass'
p2792
I5545064
sS'_device_pager_deallocate'
p2793
I2429406
sS'__ZNK13IOEventSource9isEnabledEv'
p2794
I5540086
sS'__ZTV18IOMemoryDescriptor'
p2795
I6345984
sS'_dtrace_difo_maxsize'
p2796
I8616208
sS'_swapfile_pager_lck_grp'
p2797
I8694624
sS'_ux_exception_port'
p2798
I8780776
sS'_NewPtr'
p2799
I4474333
sS'___set___sysctl_set_sym_sysctl__vm_allow_data_exec'
p2800
I8650920
sS'_UNDDisplayNoticeSimple_rpc'
p2801
I2129839
sS'__ZN26_IOServiceInterestNotifierC1EPK11OSMetaClass'
p2802
I5484398
sS'_dqrele'
p2803
I2979158
sS'_spec_close'
p2804
I3175294
sS'_gIOParentMatchKey'
p2805
I8782480
sS'_profile_aframes'
p2806
I8630440
sS'__ZN6OSKext10initializeEv'
p2807
I5286648
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_server_async'
p2808
I8650024
sS'_kdp_machine_ioport_write'
p2809
I2845416
sS'__ZN8IOPMprotC1Ev'
p2810
I5489890
sS'_task_affinity_info'
p2811
I2197257
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_server_request_queue_length'
p2812
I8650036
sS'_lck_mtx_unlockspin_wakeup'
p2813
I2233790
sS'__ZN5IOCPU12getCPUNumberEv'
p2814
I5620146
sS'_sysctl__net_inet_tcp_blackhole'
p2815
I8549696
sS'_copyinphys_user'
p2816
I2745648
sS'_sysctl__net_link_ether_inet_maxtries'
p2817
I8541664
sS'_mig_init'
p2818
I6403584
sS'_ipc_port_make_send_locked'
p2819
I2172213
sS'_kauth_getuid'
p2820
I4618852
sS'_vs_cluster_write'
p2821
I2112692
sS'__ZN12IODMACommandD2Ev'
p2822
I5568050
sS'_is_io_connect_method_scalarI_scalarO'
p2823
I5654516
sS'_vnode_vid'
p2824
I3098078
sS'_rip_usrreqs'
p2825
I8549536
sS'_vm_external_destroy'
p2826
I2439283
sS'__ZN15IODMAControllerC1EPK11OSMetaClass'
p2827
I5637258
sS'_issetugid'
p2828
I4717704
sS'_DTEntryIsEqual'
p2829
I5716554
sS'_file_drop'
p2830
I4635977
sS'_OSBitXorAtomic16'
p2831
I5222559
sS'__ZNK15IORegistryEntry7isChildEPS_PK15IORegistryPlaneb'
p2832
I5447936
sS'_vm_object_iopl_request_sleep_for_cleaning'
p2833
I8397568
sS'_esp6_output'
p2834
I3554026
sS'_kdp_machine_phys_write'
p2835
I2845553
sS'_aes_mode_reset'
p2836
I5191011
sS'__ZN16IOPMinformeeList8findItemEP9IOService'
p2837
I5525754
sS'_pmc_reservation_stop'
p2838
I2325371
sS'_pid_socketinfo'
p2839
I5030925
sS'_coredump'
p2840
I4612416
sS'_vm_zf_queue_count'
p2841
I8397088
sS'_lapic_cpu_map'
p2842
I2807710
sS'__ZN12IOUserClient23_RESERVEDIOUserClient13Ev'
p2843
I5642684
sS'_sysctl__vm_cs_blob_size'
p2844
I8608384
sS'_BTOpenPath'
p2845
I4481885
sS'_norma_mk'
p2846
I8655180
sS'_encode_comp_t'
p2847
I4597463
sS'_mac_vnode_check_exchangedata'
p2848
I5760746
sS'_pmap_virtual_space'
p2849
I2674449
sS'_sa_get_ifscope'
p2850
I3296320
sS'_mac_system_check_sysctl'
p2851
I5763812
sS'__ZN9IOService23notifyControllingDriverEv'
p2852
I5499006
sS'__ZdaPv'
p2853
I5298565
sS'_ast_pending'
p2854
I2699948
sS'_hfs_owner_rights'
p2855
I4414121
sS'_fdesc_write'
p2856
I3164948
sS'__ZN9IOService15comparePropertyEP12OSDictionaryPK8OSString'
p2857
I5451856
sS'__ZN11IOResources9resourcesEv'
p2858
I5481878
sS'__ZN8OSSymbol18_RESERVEDOSSymbol7Ev'
p2859
I5307458
sS'_sysctl__hw_epoch'
p2860
I8603840
sS'_sysctl__kern_preheat_pages_mult'
p2861
I8598304
sS'_vnode_vfs64bitready'
p2862
I3098729
sS'_nfs_send'
p2863
I3962691
sS'_err_link'
p2864
I3066772
sS'__ZN11IOMemoryMap18getPhysicalAddressEv'
p2865
I5582282
sS'_div_init'
p2866
I6417080
sS'_vfs_context_ucred'
p2867
I3098011
sS'_ipc_pset_remove_from_all'
p2868
I2175401
sS'_setlcid'
p2869
I4720930
sS'_sha1_hardware_hook'
p2870
I5371881
sS'_default_pager_memory_object_create'
p2871
I2122069
sS'__ZN17IOPowerConnection23parentCurrentPowerFlagsEv'
p2872
I5683262
sS'_sysctl__hw_cputype'
p2873
I8601536
sS'_mac_zalloc'
p2874
I5721299
sS'_gIODTDefaultInterruptController'
p2875
I8782104
sS'__ZN8OSNumber10gMetaClassE'
p2876
I8781752
sS'_udp_usrreqs'
p2877
I8554944
sS'_compute_my_priority'
p2878
I2243013
sS'_sysctl__kern_wq_max_threads'
p2879
I8613376
sS'_vn_setunionwait'
p2880
I3000735
sS'__ZN5OSSet10setOptionsEjjPv'
p2881
I5302874
sS'_dhcpoa_buffer'
p2882
I3351792
sS'_dis_op0F18'
p2883
I6277312
sS'__ZN23IOMultiMemoryDescriptorC1Ev'
p2884
I5603926
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_accept_rtadv'
p2885
I8649736
sS'_nfs4_open_reclaim_rpc'
p2886
I4216992
sS'_vm_page_free_unlocked'
p2887
I2607043
sS'___set___sysctl_set_sym_sysctl__sysctl'
p2888
I8650396
sS'__ZN6OSKext20isLoadableInSafeBootEv'
p2889
I5250114
sS'_union_copyup'
p2890
I3182945
sS'__ZN16IOPlatformExpert16PMRegisterDeviceEP9IOServiceS1_'
p2891
I5608688
sS'_db_task_stk_fault64'
p2892
I2866576
sS'__ZN16IOPMRequestQueue19queuePMRequestChainEPP11IOPMRequestm'
p2893
I5492242
sS'_nfs3_mount'
p2894
I4035913
sS'_t64_into'
p2895
I2856832
sS'__ZTVN17IOSharedDataQueue9MetaClassE'
p2896
I6367328
sS'__ZN19IOPMPowerSourceList4freeEv'
p2897
I5535878
sS'_buf_wcred'
p2898
I2913941
sS'_fpSSEexterrflt'
p2899
I2710416
sS'__ZN12IOUserClient25getExternalMethodForIndexEm'
p2900
I5642404
sS'__ZN8IOSyncer4freeEv'
p2901
I5425540
sS'__ZN15IOPMPowerSource14errorConditionEv'
p2902
I5532438
sS'_x86_64_flag'
p2903
I8604156
sS'_sysctl__hw_cpufrequency_min'
p2904
I8602240
sS'__ZN15IORegistryEntry10superClassE'
p2905
I6323172
sS'_soo_ioctl'
p2906
I4819383
sS'___set___sysctl_set_sym_sysctl__machdep_memmap_Conventional'
p2907
I8651284
sS'_connect_nocancel'
p2908
I4941757
sS'__ZN12IODMACommand21initWithSpecificationEPFbPS_NS_9Segment64EPvmEhyNS_14MappingOptionsEymP8IOMapperS2_'
p2909
I5566536
sS'__ZNK11OSMetaClass13taggedReleaseEPKv'
p2910
I5224434
sS'__ZNK22_IOOpenServiceIterator9MetaClass5allocEv'
p2911
I5476914
sS'_vm_page_lookup'
p2912
I2593756
sS'_VFS_START'
p2913
I3100470
sS'_bs_more_space'
p2914
I2104978
sS'_in6_pcbsetport'
p2915
I3669410
sS'__ZN29IOInterleavedMemoryDescriptorD0Ev'
p2916
I5570772
sS'_thread_sleep_lock_write_EXT'
p2917
I2233389
sS'__ZN16IORangeAllocatorC2Ev'
p2918
I5605464
sS'_bounce_pool_base'
p2919
I8400136
sS'_act_machine_return'
p2920
I2766985
sS'__ZN6OSKext22loadKextWithIdentifierEPKchhhhP7OSArray'
p2921
I5274808
sS'_uiomove'
p2922
I4749763
sS'_mul_scale'
p2923
I2746416
sS'_memory_object_control_server_routine'
p2924
I2377216
sS'__ZN16IODMAEventSourceC1Ev'
p2925
I5550012
sS'_lapic_id_initdata'
p2926
I8517324
sS'_ip6_fw_chk_ptr'
p2927
I8763980
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_socket_unlocked_on_output'
p2928
I8649360
sS'__ZNK13_IOServiceJob9MetaClass5allocEv'
p2929
I5477062
sS'_vm_object_collapse_encrypted'
p2930
I8396900
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_client_lockd_mounts'
p2931
I8649992
sS'__ZNK12IODMACommand9MetaClass5allocEv'
p2932
I5567762
sS'__ZN9IOService13invokeNotiferEP18_IOServiceNotifier'
p2933
I5461322
sS'_union_faultin_copyup'
p2934
I3177660
sS'___set___sysctl_set_sym_sysctl__hw_optional_sse'
p2935
I8650628
sS'_hfs_vnop_ioctl'
p2936
I4351621
sS'__ZN19IOPMPowerSourceList10nextInListEP15IOPMPowerSource'
p2937
I5535754
sS'_ipc_notify_port_deleted'
p2938
I2169171
sS'_audit_commit'
p2939
I4519315
sS'_fixjob_callback'
p2940
I4717470
sS'_nd6_lookup_ipv6'
p2941
I3693118
sS'_ip_freemoptions'
p2942
I3443039
sS'_memory_object_default_reference'
p2943
I2430406
sS'__ZN17IOSharedDataQueue27_RESERVEDIOSharedDataQueue7Ev'
p2944
I5671220
sS'_nfs4_getattr_rpc'
p2945
I4212543
sS'_def_tbuffer_size'
p2946
I8535744
sS'_nfs_nhinit_finish'
p2947
I3878116
sS'_version_revision'
p2948
I6402004
sS'_tcp_init'
p2949
I6418189
sS'_krpc_call'
p2950
I3808453
sS'_unp_gc_wait'
p2951
I4950723
sS'__ZN18IOUserNotification5resetEv'
p2952
I5641976
sS'_host_reboot'
p2953
I2236396
sS'__ZNK15IORegistryEntry12getMetaClassEv'
p2954
I5434506
sS'___set___sysctl_set_sym_sysctl__kern_sysv'
p2955
I8650820
sS'_proto_unregister_plumber'
p2956
I3331811
sS'_sysctl__net_inet_tcp_rexmt_thresh'
p2957
I8550528
sS'_buf_headers'
p2958
I8780792
sS'_KUNCGetNotificationID'
p2959
I2132420
sS'__ZN11IODataQueue19setNotificationPortEP8ipc_port'
p2960
I5669844
sS'_mac_vnop_getxattr'
p2961
I5762861
sS'_cs_validate_page'
p2962
I4855159
sS'_VNOP_CREATE'
p2963
I3112081
sS'_munge_wsw'
p2964
I5178512
sS'_global_stats'
p2965
I8654880
sS'_vnode_isnamedstream'
p2966
I3098563
sS'_sock_nointerrupt'
p2967
I4995487
sS'__dtrace_probe$1532___sched____off__cpu'
p2968
I8393896
sS'__dtrace_probe$3805___vminfo____softlock'
p2969
I8396776
sS'__ZN17IOBigMemoryCursorC2Ev'
p2970
I5580480
sS'_sysctl__sysctl_oidfmt'
p2971
I8600448
sS'_mp_recent_debugger_activity'
p2972
I2811799
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_dummynet_red_max_pkt_size'
p2973
I8649052
sS'_bsd_autoconf'
p2974
I6419266
sS'__ZN14IOCommandQueueD0Ev'
p2975
I5548674
sS'_kauth_acl_inherit'
p2976
I4610610
sS'_proc_noremotehang'
p2977
I4705601
sS'_sysctl__net_inet_ip_portrange_lowfirst'
p2978
I8542240
sS'_ipc_port_dealloc_special'
p2979
I2173496
sS'_mbuf_adjustlen'
p2980
I4775463
sS'_frag6_drain'
p2981
I3576506
sS'_thread_terminate'
p2982
I2289674
sS'_mac_vnode_check_chdir'
p2983
I5762188
sS'_mac_zone_change'
p2984
I5721327
sS'___set___sysctl_set_sym_sysctl__vm_reusable_failure'
p2985
I8650980
sS'_db_run_mode'
p2986
I8700328
sS'_vm_backing_store_disable'
p2987
I2557945
sS'_sysctl__security_mac_proc_enforce'
p2988
I8648064
sS'__ZN9IOService17removePowerClientEPK8OSSymbol'
p2989
I5486408
sS'__ZNK29IOInterleavedMemoryDescriptor9MetaClass5allocEv'
p2990
I5570564
sS'_dtrace_init'
p2991
I5098574
sS'__ZNK27IOSharedInterruptController12getMetaClassEv'
p2992
I5637736
sS'_soaccept'
p2993
I4908422
sS'___set___sysctl_set_sym_sysctl__kern_lctx_all'
p2994
I8650080
sS'_rip6_usrreqs'
p2995
I8562560
sS'_mp_rendezvous'
p2996
I2816066
sS'__ZN6OSKext21getUserSpaceLogFilterEv'
p2997
I5247412
sS'_rtredirect'
p2998
I3306641
sS'__ZN16IOPMRequestQueue4freeEv'
p2999
I5492450
sS'__ZN20IOLittleMemoryCursor9MetaClassC2Ev'
p3000
I5578004
sS'___set___sysctl_set_sym_sysctl__kern_msgbuf'
p3001
I8650660
sS'_ipc_mqueue_receive_results'
p3002
I2165140
sS'__ZN14IOMemoryCursor9MetaClassC1Ev'
p3003
I5578284
sS'_acctchkfreq'
p3004
I8591608
sS'_cpu_processor_free'
p3005
I2699359
sS'_task_set_state'
p3006
I2274261
sS'__ZN11IOMemoryMap9MetaClassC2Ev'
p3007
I5591734
sS'_t_bounds'
p3008
I2723904
sS'_nfs_mount_state_in_use_end'
p3009
I4183396
sS'_fdesc_read'
p3010
I3164938
sS'_sysctl__machdep_cpu_mwait_children'
p3011
I8781364
sS'_clusters_available'
p3012
I8392856
sS'_pid_kqueueinfo'
p3013
I5030065
sS'_mac_vnode_notify_create'
p3014
I5750059
sS'__ZN6OSKext18extractMkext1EntryEPKvS1_'
p3015
I5277426
sS'_fasttrap_sigtrap'
p3016
I5156704
sS'_nfs4_setlock'
p3017
I4250759
sS'_ip6_getdstifaddr'
p3018
I3640255
sS'_workq_open'
p3019
I5026244
sS'_stack_collect'
p3020
I2262112
sS'__ZN29IOInterleavedMemoryDescriptor22clearMemoryDescriptorsE11IODirection'
p3021
I5569336
sS'___set___sysctl_set_sym_sysctl__machdep_memmap_PalCode'
p3022
I8651300
sS'_audit_arg_groupset'
p3023
I4522522
sS'__ZN10IONotifier10superClassE'
p3024
I6324572
sS'_vc_progress_initialize'
p3025
I2832812
sS'_mach_vm_allocate'
p3026
I2629338
sS'_in_pcbrehash'
p3027
I3364652
sS'__ZN28IOFilterInterruptEventSource4initEP8OSObjectPFvS1_P22IOInterruptEventSourceiEPFbS1_PS_EP9IOServicei'
p3028
I5550674
sS'_sysctl__kern_bootargs'
p3029
I8596704
sS'__ZNK18IOMemoryDescriptor9MetaClass5allocEv'
p3030
I5580898
sS'_audit_arg_envv'
p3031
I4523263
sS'__ZN9IODTNVRAM19writeNVRAMPartitionEPK8OSSymbolmPhm'
p3032
I5626338
sS'__ZN15IORegistryEntry25_RESERVEDIORegistryEntry9Ev'
p3033
I5436066
sS'_inetctlerrmap'
p3034
I8548996
sS'_get_numthreads'
p3035
I2314474
sS'_sockopt_direction'
p3036
I5000420
sS'__ZN13_IOServiceJob10superClassE'
p3037
I6324548
sS'_sysctl__net_inet_igmp_stats'
p3038
I8541152
sS'__ZN16IOPMRequestQueue10superClassE'
p3039
I6329744
sS'__ZN17IOBigMemoryCursorD2Ev'
p3040
I5579196
sS'_lck_rw_lock_shared_to_exclusive_failure'
p3041
I2735548
sS'_udp_slowtimo'
p3042
I3511990
sS'__ZN13PMTraceWorkerC2Ev'
p3043
I5687892
sS'_uuid_unparse_lower'
p3044
I5328722
sS'__ZN9IOService15serviceMatchingEPK8OSStringP12OSDictionary'
p3045
I5459428
sS'___set___sysctl_set_sym_sysctl__vfs_generic_nfs_server_gss_context_ttl'
p3046
I8650044
sS'_sysctl__sysctl_name2oid'
p3047
I8600384
sS'_ip6_ah_net_deflev'
p3048
I8556368
sS'__ZN11OSSerialize10gMetaClassE'
p3049
I8781800
sS'_init_ast_check'
p3050
I2811768
sS'_hw_lock_held'
p3051
I2712624
sS'_sysctl__net_inet_ip_accept_sourceroute'
p3052
I8548064
sS'_nfsrv_vptofh'
p3053
I4008573
sS'_kauth_cred_getgid'
p3054
I4615159
sS'_mach_vm_subsystem'
p3055
I6149152
sS'__ZTV20OSCollectionIterator'
p3056
I6296960
sS'__ZN11IODataQueueC1EPK11OSMetaClass'
p3057
I5670322
sS'_tcp_respond'
p3058
I3499105
sS'_vn_clearunionwait'
p3059
I2987415
sS'__ZN5OSSet9setObjectEPK15OSMetaClassBase'
p3060
I5303160
sS'__ZN9IOService17cancelPowerChangeEm'
p3061
I5497226
sS'_sysctl__net_inet_ipsec_esp_port'
p3062
I8556320
sS'_default_pager_add_file'
p3063
I2118467
sS'__ZNK10IOWorkLoop22disableAllEventSourcesEv'
p3064
I5536800
sS'__ZN11IOCatalogue18removeKernelLinkerEv'
p3065
I5527520
sS'_vnode_lock_spin'
p3066
I2987737
sS'_lck_rw_sleep'
p3067
I2233202
sS'_vm_read_list'
p3068
I2627649
sS'_nfs_pageouterrorhandler'
p3069
I4050342
sS'_dtrace_lck_attr'
p3070
I8780816
sS'_IOLockSleepDeadline'
p3071
I5423576
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_dummynet_search_steps'
p3072
I8649032
sS'_sysctl__hw_machine'
p3073
I8603584
sS'_sbreserve'
p3074
I4918903
sS'_proc_suser'
p3075
I4711690
sS'_sadb_stat_mutex_grp'
p3076
I8728164
sS'___set___sysctl_set_sym_sysctl__security_mac_posixsem_enforce'
p3077
I8651408
sS'_all_zones_lock'
p3078
I8685952
sS'_ipc_object_copyout_dest'
p3079
I2169575
sS'_kd_bufs'
p3080
I8591512
sS'__ZN12OSDictionary12removeObjectEPKc'
p3081
I5243216
sS'_thread_entrypoint'
p3082
I2695784
sS'__ZN24IOCPUInterruptController9MetaClassC1Ev'
p3083
I5621868
sS'_sysctl__vfs_generic_nfs_client'
p3084
I8565536
sS'__ZN24IOCPUInterruptController26initCPUInterruptControllerEi'
p3085
I5620986
sS'__ZN9IODTNVRAMC1EPK11OSMetaClass'
p3086
I5634336
sS'_outsb'
p3087
I2745968
sS'__ZN6OSKext13loadFromMkextEjPcjPS0_Pj'
p3088
I5285080
sS'_current_proc_EXTERNAL'
p3089
I4707234
sS'__ZN15IODMAController10gMetaClassE'
p3090
I8783720
sS'_IOIteratePageableMaps'
p3091
I5420177
sS'__ZTVN12OSSerializer9MetaClassE'
p3092
I6299936
sS'_decmpfs_cnode_get_vnode_cached_size'
p3093
I3205509
sS'__ZN10IOMachPort9MetaClassC2Ev'
p3094
I5660196
sS'_gIORegistryLock'
p3095
I8782192
sS'__ZTV29IOInterleavedMemoryDescriptor'
p3096
I6340448
sS'__ZN18IOTimerEventSource10gMetaClassE'
p3097
I8783128
sS'__ZN15IOConditionLock13withConditionEib'
p3098
I5424056
sS'_host_priv_server'
p3099
I2331347
sS'__ZN9IOService18matchPropertyTableEP12OSDictionary'
p3100
I5449944
sS'_wait4'
p3101
I4685206
sS'_systrace_sysent'
p3102
I8630176
sS'___pthread_fchdir'
p3103
I3054762
sS'_sysctl__kern_check_openevt'
p3104
I8599008
sS'__ZN24IOCPUInterruptControllerC1EPK11OSMetaClass'
p3105
I5621640
sS'_vnop_kqfilt_remove_vp_offsets'
p3106
I8533128
sS'__ZN6OSData11appendBytesEPKS_'
p3107
I5238834
sS'__ZN10IOMachPortD1Ev'
p3108
I5662228
sS'_sysctl__vm_loadavg'
p3109
I8599136
sS'_is_io_registry_entry_get_name_in_plane'
p3110
I5656945
sS'___set___sysctl_set_sym_sysctl__net_inet_icmp'
p3111
I8648960
sS'_dis_op0F00'
p3112
I6277184
sS'_dis_op0F01'
p3113
I6277248
sS'__ZN10IONotifierD1Ev'
p3114
I5475836
sS'__ZN12OSCollection9MetaClassC1Ev'
p3115
I5236868
sS'__ZN6OSKext30invokeOrCancelRequestCallbacksEib'
p3116
I5291628
sS'_proc_pidbsdinfo'
p3117
I5035269
sS'__ZN9IOService14checkResourcesEv'
p3118
I5457250
sS'_realhost'
p3119
I8669248
sS'__ZN14IOMemoryCursor9metaClassE'
p3120
I6343712
sS'_fxrstor64'
p3121
I2856672
sS'__ZN28IOFilterInterruptEventSource26filterInterruptEventSourceEP8OSObjectPFvS1_P22IOInterruptEventSourceiEPFbS1_PS_EP9IOServicei'
p3122
I5551288
sS'__ZN16IOPlatformExpert26_RESERVEDIOPlatformExpert7Ev'
p3123
I5611406
sS'_sysctl_rdquad'
p3124
I4755854
sS'_nfs_vnop_blockmap'
p3125
I4050196
sS'_au_to_subject64'
p3126
I4572340
sS'_HMAC_SHA1_DES3KD_Final'
p3127
I3866854
sS'__dtrace_probe$2696___vminfo____execfree'
p3128
I8397008
sS'_sock_inject_data_out'
p3129
I5000515
sS'_getval'
p3130
I5717912
sS'__ZN6OSKext14getLoadEnabledEv'
p3131
I5247616
sS'_is_io_catalog_reset'
p3132
I5644405
sS'_initialized'
p3133
I8634136
sS'__ZN18IORegistryIteratorD2Ev'
p3134
I5439172
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_sack_globalholes'
p3135
I8649376
sS'__ZN5IOCPU15_RESERVEDIOCPU4Ev'
p3136
I5621500
sS'_userwindow_desc_pattern'
p3137
I8513216
sS'_commpage64_pde'
p3138
I8697696
sS'__ZN15IOConditionLock10unlockWithEi'
p3139
I5424502
sS'__ZN9IOService14newTemperatureElPS_'
p3140
I5487990
sS'_vn_setlabel'
p3141
I5757132
sS'_vm_compute_max_offset'
p3142
I2468251
sS'_copyinstr'
p3143
I2731883
sS'_ml_nofault_copy'
p3144
I2754322
sS'_cluster_copy_ubc_data'
p3145
I2936214
sS'_processor_set_info'
p3146
I2244409
sS'_sysctl_geometry_lock'
p3147
I8600160
sS'__ZTVN8IOMapper9MetaClassE'
p3148
I6340800
sS'_pshm_stat'
p3149
I4990665
sS'_vfs_context_current'
p3150
I3118190
sS'__ZN15_IOConfigThread10gMetaClassE'
p3151
I8782312
sS'_gIODTUnitKey'
p3152
I8782072
sS'_dtrace_probe_t_zone'
p3153
I8780800
sS'_iokit_release_port_send'
p3154
I2634215
sS'_nfs_gss_svc_prepare_reply'
p3155
I3853483
sS'__ZN12IORootParent14__OSFinalClassEv'
p3156
I5685672
sS'_dtrace_chill_interval'
p3157
I8616392
sS'__ZN14IOPMrootDomain22removePublishedFeatureEj'
p3158
I5696994
sS'__ZNK12OSOrderedSet9isEqualToEPK15OSMetaClassBase'
p3159
I5294768
sS'_sysctl__net_inet_udp_recvspace'
p3160
I8554816
sS'_ifma_reference'
p3161
I3227205
sS'_thread_act_server'
p3162
I2401430
sS'_kdebug_thread_block'
p3163
I8393936
sS'_if_clone_detach'
p3164
I3224219
sS'__ZN13IOCommandGate10runCommandEPvS0_S0_S0_'
p3165
I5542898
sS'_t64_bounds'
p3166
I2856864
sS'_vnode_free_list'
p3167
I8726468
sS'_kdbg_readmap'
p3168
I4592081
sS'_hi64_mdep_scall'
p3169
I2865280
sS'__ZN11OSSerializeC2Ev'
p3170
I5300114
sS'_current_workingdir'
p3171
I3120308
sS'_tcpstat'
p3172
I8729600
sS'__ZN24IOBufferMemoryDescriptorC1EPK11OSMetaClass'
p3173
I5558072
sS'__ZNK12OSOrderedSet12iteratorSizeEv'
p3174
I5294504
sS'__ZN21IONaturalMemoryCursorC2Ev'
p3175
I5580796
sS'_thread_read_times'
p3176
I2281973
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_portrange_hifirst'
p3177
I8648944
sS'__dtrace_probe$2057___proc____signal__send'
p3178
I8595852
sS'_acctresume'
p3179
I8591604
sS'_splclock'
p3180
I4790550
sS'__ZN12IOUserClientC1EPK11OSMetaClass'
p3181
I5660364
sS'_minimum_pages_remaining'
p3182
I8392764
sS'_vfork_exit_internal'
p3183
I4682006
sS'_sysctl__kern_maxproc'
p3184
I8597536
sS'_vnode_ref'
p3185
I2987981
sS'_audit_q_len'
p3186
I8772280
sS'_vm_page_lck_grp_alloc'
p3187
I8693984
sS'__ZNK16IORangeAllocator12getMetaClassEv'
p3188
I5604568
sS'_sbuf_trim'
p3189
I4794659
sS'_ipc_entry_alloc_name'
p3190
I2152096
sS'__ZNK11OSSerialize9getLengthEv'
p3191
I5299412
sS'_get_vmmap_size'
p3192
I2314409
sS'__ZN9IODTNVRAM9readXPRAMEmPhm'
p3193
I5626800
sS'__ZN18IOUserNotification10gMetaClassE'
p3194
I8783816
sS'_kq_lck_grp_attr'
p3195
I8775412
sS'_mac_vnode_check_access'
p3196
I5762448
sS'__ZN8OSSymbolC2Ev'
p3197
I5307858
sS'_pmap_commpage64_init'
p3198
I2681194
sS'_ipc_processor_init'
p3199
I2216748
sS'_vm_fault_cleanup'
p3200
I2440593
sS'_video_scroll_down'
p3201
I2841038
sS'_sysctl__net_key_pfkeystat'
p3202
I8563712
sS'_sysctl__kern_aiothreads'
p3203
I8597728
sS'__ZN14IOPMrootDomain22changePowerStateToPrivEm'
p3204
I5693930
sS'__ZN15IOPMPowerSource24setExternalChargeCapableEb'
p3205
I5533688
sS'_in6addr_local'
p3206
I3601381
sS'_domain_proto_mtx'
p3207
I8779896
sS'_so_cache_hw'
p3208
I8609728
sS'_kauth_cred_get'
p3209
I4618684
sS'_sysctl__net_inet6_icmp6_redirtimeout'
p3210
I8561344
sS'_ip6_gif_hlim'
p3211
I8559012
sS'_rr_prefix'
p3212
I8766880
sS'_in6_post_msg'
p3213
I3599110
sS'_m_mclalloc'
p3214
I4863779
sS'_debugger_entry_time'
p3215
I8704168
sS'__ZN17IOPolledInterfaceD2Ev'
p3216
I5411572
sS'_gIODTNWInterruptMappingKey'
p3217
I8782124
sS'_lck_mtx_free'
p3218
I2735980
sS'_nbdwrite'
p3219
I8530136
sS'_dtrace_set_thread_vtime'
p3220
I2281066
sS'_lock_free'
p3221
I2735842
sS'_zone_free_count'
p3222
I2305952
sS'___set___sysctl_set_sym_sysctl__vm_can_reuse_success'
p3223
I8651012
sS'__ZNK15OSMetaClassBase8metaCastEPKc'
p3224
I5228364
sS'__ZN11IOPMRequestC2Ev'
p3225
I5492670
sS'__ZNK29IOInterleavedMemoryDescriptor12getMetaClassEv'
p3226
I5569326
sS'___set___sysctl_set_sym_sysctl__net_inet6_ipsec6_ecn'
p3227
I8649656
sS'_ipsec4_tunnel_validate'
p3228
I3557759
sS'_in6_control'
p3229
I3608716
sS'_backing_store_lookup'
p3230
I2103443
sS'_sysctl__vfs_generic_nfs_server_gss_context_ttl'
p3231
I8566944
sS'__ZN9IODTNVRAM18generateOWChecksumEPh'
p3232
I5625642
sS'_err_access'
p3233
I3065975
sS'_wait_subqueue_unlink_all'
p3234
I2303845
sS'_vm_page_rename'
p3235
I2603230
sS'_sotoxsocket'
p3236
I4925393
sS'_copywithin'
p3237
I5169764
sS'_thread_flavor_array'
p3238
I8591684
sS'_SHA512_Update'
p3239
I3790066
sS'_df_task_stack_end'
p3240
I8495104
sS'_m_adj'
p3241
I4860222
sS'_ip_dn_io_ptr'
p3242
I8729352
sS'__ZN9IOService23ParentDownSetPowerStateEv'
p3243
I5515724
sS'_sysctl__machdep_cpu_tlb'
p3244
I8636768
sS'_dtrace_helptrace_bufsize'
p3245
I8616436
sS'___set___sysctl_set_sym_sysctl__hw_ncpu'
p3246
I8650432
sS'_ah6_ctlinput'
p3247
I3531268
sS'_pfctlinput2'
p3248
I4858626
sS'_dlil_input_sanity_check'
p3249
I8539308
sS'___set___sysctl_set_sym_sysctl__net_inet_ipsec_esp_trans_deflev'
p3250
I8649584
sS'_init_sin6'
p3251
I3675542
sS'__ZNK8OSSymbol13taggedReleaseEPKv'
p3252
I5307260
sS'__ZNK8OSNumber18unsigned16BitValueEv'
p3253
I5292198
sS'__ZN29IOInterleavedMemoryDescriptor8completeE11IODirection'
p3254
I5569794
sS'_sysctl__security_mac_vm_enforce'
p3255
I8648448
sS'_default_pager_ops'
p3256
I6144832
sS'__ZN18IODTPlatformExpert14getMachineNameEPci'
p3257
I5614448
sS'__ZN8OSString21initWithCStringNoCopyEPKc'
p3258
I5305544
sS'_chash_lck_grp'
p3259
I8772064
sS'__ZN24IOBufferMemoryDescriptor35_RESERVEDIOBufferMemoryDescriptor14Ev'
p3260
I5555422
sS'_itoa'
p3261
I2666369
sS'_max_mem'
p3262
I8700008
sS'_vm_pageout_cluster'
p3263
I2560946
sS'_tempDTraceTrapHook'
p3264
I8513416
sS'_mbuf_data_to_physical'
p3265
I4775439
sS'_kq_lck_grp'
p3266
I8775416
sS'_zgc_stats'
p3267
I8686004
sS'_backing_store_add'
p3268
I2108088
sS'_bpfwrite'
p3269
I3221065
sS'_vm_page_insert_internal'
p3270
I2602815
sS'_default_pager_lck_grp'
p3271
I8654912
sS'_SHA1UpdateUsePhysicalAddress'
p3272
I5371779
sS'_err_readdirattr'
p3273
I3066931
sS'_ifnet_set_offload'
p3274
I3327167
sS'_ml_init_interrupt'
p3275
I2754283
sS'_proc_pidinfo'
p3276
I5035836
sS'_vnop_exchange_desc'
p3277
I8533024
sS'__ZN18IOUserNotificationD0Ev'
p3278
I5661098
sS'_err_rename'
p3279
I3066782
sS'__ZN6OSData9MetaClassC2Ev'
p3280
I5241436
sS'_processor_start'
p3281
I2245601
sS'_vm_page_zero_fill'
p3282
I2591584
sS'_kdp_stack_snapshot_bytes_traced'
p3283
I2139249
sS'_aes_decrypt'
p3284
I5185136
sS'__ZN6OSData11appendBytesEPKvj'
p3285
I5239994
sS'_close_nocancel'
p3286
I4639454
sS'__Z20IODTMatchNubWithKeysP15IORegistryEntryPKc'
p3287
I5429404
sS'__ZN16IORangeAllocator9MetaClassC2Ev'
p3288
I5605572
sS'_inet6_domain_mutex'
p3289
I8766904
sS'_sysctl__net_inet_udp_maxdgram'
p3290
I8554880
sS'_ps_select_array'
p3291
I8392816
sS'_kd_entropy_bufsize'
p3292
I8591488
sS'_devcls'
p3293
I8536937
sS'_sysctl__debug_lowpri_max_waiting_msecs'
p3294
I8537472
sS'_vm_map_entry_insert'
p3295
I2471712
sS'_sysctl__net_inet_div'
p3296
I8544544
sS'_vm_pageout_dirty_no_pager'
p3297
I8397156
sS'_task_affinity_create'
p3298
I2197398
sS'__ZN12OSCollection10gMetaClassE'
p3299
I8781592
sS'_fbt_perfCallback'
p3300
I5199362
sS'_IORecursiveLockLock'
p3301
I5423261
sS'_gIOHighestAllocatedPage'
p3302
I8783152
sS'__ZN6OSData12initWithDataEPKS_'
p3303
I5238660
sS'__ZN9IOServiceD1Ev'
p3304
I5478576
sS'_host_swap_exception_ports'
p3305
I2215840
sS'_ip6_maxdynroutes'
p3306
I8559040
sS'__ZN13IOCommandPoolD2Ev'
p3307
I5547046
sS'_des_cbc_encrypt'
p3308
I3864853
sS'_proc_rebootscan'
p3309
I4709061
sS'_sysctl__hw_l2cachesize'
p3310
I8602560
sS'_rtalloc1'
p3311
I3308904
sS'_mach_trap_count'
p3312
I8396576
sS'_IOMappedRead64'
p3313
I5574252
sS'__ZN9IOService10systemWakeEv'
p3314
I5500704
sS'_vnode_create'
p3315
I3006072
sS'_mac_cred_label_associate_fork'
p3316
I5738801
sS'_fifo_nfsv4nodeop_p'
p3317
I8772052
sS'_itimerfix'
p3318
I4776505
sS'_ip6_mutex_attr'
p3319
I8765048
sS'__ZN10IOWorkLoopC1Ev'
p3320
I5537698
sS'__ZN15IORegistryPlaneC2Ev'
p3321
I5445196
sS'__ZN25IOGeneralMemoryDescriptorD1Ev'
p3322
I5592286
sS'_commpage_set_spin_count'
p3323
I2790011
sS'__ZN9IOService20_RESERVEDIOService33Ev'
p3324
I5453702
sS'_soreserve'
p3325
I4924567
sS'_kauth_cred_ntsid2uid'
p3326
I4623575
sS'_vprintf'
p3327
I4792622
sS'_VNOP_READLINK'
p3328
I3107315
sS'___set___sysctl_set_sym_sysctl__security'
p3329
I8651368
sS'_currecord'
p3330
I4518987
sS'__ZN8OSNumberD1Ev'
p3331
I5293696
sS'_ifnet_lladdr_copy_bytes'
p3332
I3325574
sS'_SearchTree'
p3333
I4497436
sS'_sysctl__net_local_inflight'
p3334
I8611232
sS'_kauth_cred_gid_subset'
p3335
I4621228
sS'_mac_sysvmsq_check_msqrcv'
p3336
I5768594
sS'_lck_mtx_try_lock'
p3337
I2714976
sS'_ipc_hash_global_lookup'
p3338
I2153459
sS'_lck_mtx_unlock_wakeup_x86'
p3339
I2738531
sS'__ZN15IORegistryEntry4freeEv'
p3340
I5446944
sS'_sysctl__net_inet_ip_portrange_hifirst'
p3341
I8542496
sS'_calend_getattr'
p3342
I2204111
sS'_sysctl__net_link_ether_inet_prune_intvl'
p3343
I8541344
sS'__ZN15IOPMPowerSourceC1Ev'
p3344
I5535126
sS'_kauth_wellknown_guid'
p3345
I4623659
sS'_dump_regs'
p3346
I2766204
sS'_ifnet_addrs'
p3347
I8727396
sS'_sowakeup'
p3348
I4923278
sS'_ml_get_interrupts_enabled'
p3349
I2752777
sS'_dtrace_specsize_default'
p3350
I8616336
sS'__ZN8OSNumber18_RESERVEDOSNumber4Ev'
p3351
I5292988
sS'__ZN22IOInterruptEventSourceD1Ev'
p3352
I5542046
sS'_sysctl__net_inet6_ip6_defmcasthlim'
p3353
I8560256
sS'_vnop_kqfilt_remove_desc'
p3354
I8533152
sS'___set___sysctl_set_sym_sysctl__net_inet6_icmp6_nodeinfo'
p3355
I8649856
sS'_fasttrap_tracepoint_install'
p3356
I5202372
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_keepfaith'
p3357
I8649188
sS'__ZN9IOService6detachEPS_'
p3358
I5466154
sS'_thread_call_enter_delayed'
p3359
I2292341
sS'_kauth_authorize_fileop'
p3360
I4608767
sS'__start'
p3361
I2746592
sS'_in6_ifstat'
p3362
I8557264
sS'_dummynet_debug'
p3363
I8545764
sS'_zeroin_addr'
p3364
I8727668
sS'__ZN24IOCPUInterruptController34_RESERVEDIOCPUInterruptController4Ev'
p3365
I5621276
sS'_tcp_ccgen'
p3366
I8729504
sS'_mld6_init'
p3367
I3688998
sS'_wait_queue_wakeup_thread'
p3368
I2301033
sS'_path_mtu_discovery'
p3369
I8550592
sS'_memory_object_pages_resident'
p3370
I2436225
sS'_sysctl__machdep_cpu_tlb_data_large'
p3371
I8637216
sS'_buf_upl'
p3372
I2913952
sS'_master_mctss'
p3373
I8949760
sS'_version_minor'
p3374
I6402000
sS'_gIOResourceMatchKey'
p3375
I8782456
sS'_omb_stat'
p3376
I8780548
sS'_in_ifadown'
p3377
I3370959
sS'__ZN16IOPMinformeeList10superClassE'
p3378
I6332132
sS'_lck_mtx_lock_spin'
p3379
I2713936
sS'_nfs3_write_rpc_async_finish'
p3380
I4100752
sS'__ZN9OSBoolean19_RESERVEDOSBoolean4Ev'
p3381
I5235410
sS'__ZN6OSKext26sendPersonalitiesToCatalogEbP7OSArray'
p3382
I5259326
sS'_uuid_compare'
p3383
I5329107
sS'_in_pcbremlists'
p3384
I3364496
sS'_mach_msg_overwrite_trap'
p3385
I2189640
sS'___set___sysctl_set_sym_sysctl__sysctl_name2oid'
p3386
I8650388
sS'_GetNodeFreeSize'
p3387
I4490106
sS'__ZN7OSArray17_RESERVEDOSArray4Ev'
p3388
I5233754
sS'_add_to_time_wait'
p3389
I3503479
sS'_wait_queue_wakeup_one'
p3390
I2301894
sS'_mach_syscall_name_table'
p3391
I8396064
sS'__ZN12IODMACommand23_RESERVEDIODMACommand12Ev'
p3392
I5567094
sS'_vfs_fsadd'
p3393
I3103633
sS'__ZN9IOService15publishResourceEPKcP8OSObject'
p3394
I5469950
sS'_firstsegfromheader'
p3395
I5329682
sS'__ZN12OSDictionary22_RESERVEDOSDictionary4Ev'
p3396
I5244910
sS'_update_priority'
p3397
I2243218
sS'_fsetxattr'
p3398
I3017302
sS'__ZN13_IOServiceJobC2EPK11OSMetaClass'
p3399
I5476468
sS'_ipc_kmsg_put_to_kernel'
p3400
I2163408
sS'__ZN21IOSubMemoryDescriptor9metaClassE'
p3401
I6347136
sS'__ZN9IOService15setDeviceMemoryEP7OSArray'
p3402
I5452578
sS'_sah_count'
p3403
I8563764
sS'_kauth_cred_uid2ntsid'
p3404
I4623423
sS'_vop_listxattr_vp_offsets'
p3405
I8534920
sS'_vnode_writedone'
p3406
I3001071
sS'_task_set_emulation'
p3407
I2271701
sS'_dtrace_thread_bootstrap'
p3408
I2286148
sS'_tcp_pmtud_black_hole_detect'
p3409
I8553028
sS'_ev_try_lock'
p3410
I5685076
sS'__dtrace_probe$1221___vminfo____rev'
p3411
I8396980
sS'_dlil_multithreaded_input'
p3412
I8539312
sS'_sysctl__vfs_generic_nfs_client_access_delete'
p3413
I8566304
sS'_in6_proto_count'
p3414
I8558880
sS'__ZTVN16IOPlatformExpert9MetaClassE'
p3415
I6353440
sS'_nfs_node_clear_busy'
p3416
I3878351
sS'___stack_chk_guard'
p3417
I8781952
sS'_nd6_option_init'
p3418
I3690515
sS'__ZN8OSObjectC2EPK11OSMetaClass'
p3419
I5231420
sS'_pset_init'
p3420
I6404708
sS'__ZN9IODTNVRAMC2EPK11OSMetaClass'
p3421
I5634376
sS'_nfs_nbinit'
p3422
I3830804
sS'__ZN32IOServiceMessageUserNotificationD1Ev'
p3423
I5661258
sS'_iokit_lookup_connect_port'
p3424
I2633508
sS'_inflate_fast'
p3425
I5345379
sS'___set___sysctl_set_sym_sysctl__net_inet_udp_stats'
p3426
I8649544
sS'_task_get_special_port'
p3427
I2222319
sS'__ZN9IOService19_RESERVEDIOService6Ev'
p3428
I5454458
sS'__ZN22_IOOpenServiceIterator9MetaClassC2Ev'
p3429
I5475060
sS'__ZN12IORootParent9MetaClassC1Ev'
p3430
I5686690
sS'_ipc_kmsg_copyin_ool_descriptor'
p3431
I2160187
sS'_socket_debug'
p3432
I8609764
sS'__ZN18IODTPlatformExpert28_RESERVEDIODTPlatformExpert0Ev'
p3433
I5611266
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_maxfragpackets'
p3434
I8649728
sS'_fo_ioctl'
p3435
I4629107
sS'_recvfrom_nocancel'
p3436
I4938404
sS'_machine_thread_switch_addrmode'
p3437
I2770727
sS'_qf_get'
p3438
I2978135
sS'_mach_port_server'
p3439
I2355655
sS'_kdbg_getreg'
p3440
I4590229
sS'___set___sysctl_set_sym_sysctl__net_inet6_icmp6'
p3441
I8649696
sS'__ZN16IOPlatformExpert14getConsoleInfoEP8PE_Video'
p3442
I5618290
sS'_decmpfs_pagein_compressed'
p3443
I3212301
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_randomize_ports'
p3444
I8649432
sS'_gIORegistryLockGrpAttr'
p3445
I8782208
sS'__ZTV25IOServiceUserNotification'
p3446
I6365792
sS'__ZN19IOPMCompletionQueue9MetaClassC2Ev'
p3447
I5490250
sS'_swap_crypt_null_iv'
p3448
I6153824
sS'__ZN16IODMAEventSource12checkForWorkEv'
p3449
I5549306
sS'__ZN18IOTimerEventSource13cancelTimeoutEv'
p3450
I5552612
sS'_vm_map_lck_attr'
p3451
I8687396
sS'__ZNK9OSBoolean12getMetaClassEv'
p3452
I5235032
sS'_sysctl__net_inet6_icmp6'
p3453
I8559232
sS'__ZN12IOUserClient22_RESERVEDIOUserClient7Ev'
p3454
I5642852
sS'__ZTVN9IOService9MetaClassE'
p3455
I6327776
sS'__ZNK13IOEventSource7getNextEv'
p3456
I5540048
sS'__ZN8IOMapper19_RESERVEDIOMapper10Ev'
p3457
I5572486
sS'_vm_paging_map_init'
p3458
I2560495
sS'_swdevt'
p3459
I8772956
sS'_enoioctl'
p3460
I4796347
sS'_vn_removexattr'
p3461
I3089740
sS'_ipc_kmsg_copyout_dest'
p3462
I2155800
sS'_zinit'
p3463
I2313269
sS'__ZNK9IOService17getClientIteratorEv'
p3464
I5450070
sS'_ip4_ah_offsetmask'
p3465
I8555432
sS'_lo_ifp'
p3466
I8539376
sS'_buf_clearflags'
p3467
I2913292
sS'_lock_trace'
p3468
I8579968
sS'_clustered_writes'
p3469
I8655520
sS'_dtrace_getufpstack'
p3470
I5193482
sS'__ZTV5OSSet'
p3471
I6300768
sS'__ZTV10IOWorkLoop'
p3472
I6335072
sS'_power_management_init'
p3473
I2787173
sS'__ZN9IOCommand4initEv'
p3474
I5544948
sS'_exit'
p3475
I4688192
sS'__ZN26_IOServiceInterestNotifier4waitEv'
p3476
I5459878
sS'_domain_proto_mtx_attr'
p3477
I8779892
sS'___set___sysctl_set_sym_sysctl__net_inet_udp_recvspace'
p3478
I8649564
sS'__ZN5IOCPU12setCPUNumberEm'
p3479
I5620158
sS'_memory_object_synchronize_completed'
p3480
I2438320
sS'__ZN11OSMetaClass21_RESERVEDOSMetaClass2Ev'
p3481
I5224952
sS'_sync_wait_time'
p3482
I8532024
sS'_mac_posixsem_check_open'
p3483
I5771529
sS'_in6_gif_input'
p3484
I3617211
sS'___set___sysctl_set_sym_sysctl__vfs_generic_ctlbyfsid'
p3485
I8648780
sS'_noVMX'
p3486
I8513644
sS'_dis_op80'
p3487
I6290400
sS'_dis_op81'
p3488
I6290464
sS'_dis_op82'
p3489
I6290528
sS'_dis_op83'
p3490
I6290592
sS'_t_zero_div'
p3491
I2723840
sS'_mac_policy_list_busy'
p3492
I5726378
sS'_nfs_tcp_rcv'
p3493
I3973241
sS'__ZN15IORegistryEntry26_RESERVEDIORegistryEntry25Ev'
p3494
I5435618
sS'__ZN13IOCommandGate23_RESERVEDIOCommandGate7Ev'
p3495
I5543840
sS'_ip6_sourcecheck_interval'
p3496
I8763976
sS'_mbuf_mclhasreference'
p3497
I4774158
sS'_systemdomain'
p3498
I8605120
sS'_sysctl__net_inet_ip_maxfrags'
p3499
I8548320
sS'__ZN12IOPMinformee4freeEv'
p3500
I5524316
sS'___set___sysctl_set_sym_sysctl__net_inet_ip'
p3501
I8648956
sS'__ZN15IORegistryEntry26_RESERVEDIORegistryEntry13Ev'
p3502
I5435954
sS'___mac_get_mount'
p3503
I5724506
sS'_mac_posixsem_label_destroy'
p3504
I5772340
sS'___set___sysctl_set_sym_sysctl__kern_posix'
p3505
I8650880
sS'_mac_label_destroy'
p3506
I5726236
sS'_bsm_rec_verify'
p3507
I4527561
sS'_nfsm_chain_add_fattr'
p3508
I3999536
sS'_machine_task_set_state'
p3509
I2759504
sS'_mac_posixsem_check_wait'
p3510
I5770868
sS'_vm_map_copyin_object'
p3511
I2471122
sS'__ZN6OSKext27canUnloadKextWithIdentifierEP8OSStringb'
p3512
I5249962
sS'__ZN12OSSymbolPooldlEPvm'
p3513
I5308022
sS'_ipc_right_dealloc'
p3514
I2180691
sS'_bcmp'
p3515
I2730729
sS'_security_version_major'
p3516
I8648560
sS'_abort_panic_transfer'
p3517
I2139445
sS'_ml_vtophys'
p3518
I2754303
sS'_aio_fsync'
p3519
I4603230
sS'_ttwakeup'
p3520
I4823318
sS'__ZNK15IOWatchDogTimer12getMetaClassEv'
p3521
I5683972
sS'_ipc_port_dnnotify'
p3522
I2173204
sS'_ipport_hifirstauto'
p3523
I8542160
sS'_fasttrap_return_probe'
p3524
I5201429
sS'__ZN7OSArray9metaClassE'
p3525
I6295552
sS'_mach_notify_dead_name'
p3526
I2355295
sS'_des_set_key_checked'
p3527
I3795653
sS'_sysctl__net_link_children'
p3528
I8727400
sS'_hfs_qsync'
p3529
I4334574
sS'_vnode_rele'
p3530
I2995360
sS'_sysctl__user_children'
p3531
I8775624
sS'_shm_open'
p3532
I4991517
sS'_thread_set_parent'
p3533
I2697374
sS'_n_storage_buffers'
p3534
I8591520
sS'_udp_init'
p3535
I6418825
sS'_stack_init'
p3536
I6405606
sS'_chudxnu_dtrace_callback'
p3537
I5053261
sS'__ZN12IOCopyMapper4freeEv'
p3538
I5574934
sS'_nfsrv_rcv_locked'
p3539
I3951606
sS'__ZN12IORootParent9metaClassE'
p3540
I6372224
sS'_task_complete_halt'
p3541
I2277339
sS'_timer_call_setup'
p3542
I2297200
sS'_in6_ifstatmax'
p3543
I8557272
sS'__ZTVN12IOCopyMapper9MetaClassE'
p3544
I6342272
sS'_cngetc'
p3545
I2820753
sS'___set___sysctl_set_sym_sysctl__kern_usrstack64'
p3546
I8650280
sS'_lbolt'
p3547
I8772900
sS'__ZN15IOPMPowerSourceD1Ev'
p3548
I5535484
sS'__ZN20OSCollectionIterator13getNextObjectEv'
p3549
I5237426
sS'_vnode_vfscmdflags'
p3550
I3098792
sS'_fs_klist_lock'
p3551
I8726520
sS'__ZN11IOMemoryMap15userClientUnmapEv'
p3552
I5582468
sS'_mac_file_label_associate'
p3553
I5780083
sS'__ZN9IOService10gMetaClassE'
p3554
I8782240
sS'_au_to_attr32'
p3555
I4566193
sS'_ip6_fw_ctl_ptr'
p3556
I8763984
sS'_semaphore_zone'
p3557
I8684816
sS'_psemstats'
p3558
I8780676
sS'_kdp_register_send_receive'
p3559
I2142787
sS'_modetodirtype'
p3560
I8569368
sS'_rtc_clock_napped'
p3561
I2777911
sS'_copyin_kern'
p3562
I2745696
sS'_sysctl__machdep_cpu_arch_perf_children'
p3563
I8781372
sS'_vm_write'
p3564
I2627193
sS'_kdp_i386_trap'
p3565
I2842600
sS'__ZNK21IOSubMemoryDescriptor9MetaClass5allocEv'
p3566
I5607920
sS'_pmCPUExitIdle'
p3567
I2786416
sS'_vm_object_lck_grp_attr'
p3568
I8687716
sS'__ZN7OSArray12removeObjectEj'
p3569
I5232694
sS'_utf8_normalizestr'
p3570
I3070441
sS'_ledger_subsystem'
p3571
I6147456
sS'_DTDisposeEntryIterator'
p3572
I5716930
sS'__ZNK12OSDictionary8getCountEv'
p3573
I5241914
sS'___set___sysctl_set_sym_sysctl__hw_cputhreadtype'
p3574
I8650620
sS'__ZN16IOPMRequestQueue6createEP9IOServicePFbS1_P11IOPMRequestPS_E'
p3575
I5488454
sS'_au_to_sock_unix'
p3576
I4568356
sS'__ZN18IODTPlatformExpert9metaClassE'
p3577
I6347624
sS'_tcp_mss'
p3578
I3462990
sS'__ZN5IOCPU11getCPUGroupEv'
p3579
I5620244
sS'_console_cpu_alloc'
p3580
I2821193
sS'_pmap_map_block'
p3581
I2689004
sS'__ZNK16IOPlatformExpert9MetaClass5allocEv'
p3582
I5612260
sS'_esp_udp_encap_port'
p3583
I8555464
sS'_unp_externalize'
p3584
I4951800
sS'_sysctl__vm_shared_region_unnest_logging'
p3585
I8613568
sS'_lck_rw_lock_exclusive_to_shared'
p3586
I2713696
sS'__ZNK10IOMachPort12getMetaClassEv'
p3587
I5641908
sS'_sysctl__net_inet6_ip6_auto_linklocal'
p3588
I8560832
sS'_stfattach'
p3589
I3321475
sS'_is_io_object_get_bundle_identifier'
p3590
I5657781
sS'_vnode_pager_get_cs_blobs'
p3591
I5042316
sS'_nfsrv_symlink'
p3592
I3908696
sS'__ZN12OSDictionaryC2Ev'
p3593
I5245906
sS'_nfs_buf_write_rpc_finish'
p3594
I3817856
sS'__ZN6OSKext18registerIdentifierEv'
p3595
I5280410
sS'_sysctl__hw_l1icachesize_compat'
p3596
I8603264
sS'___mac_syscall'
p3597
I5726495
sS'__ZN12IODMACommand15transferSegmentEPvPS_NS_9Segment64ES0_m'
p3598
I5562984
sS'_t64_trap_15'
p3599
I2857184
sS'_div_usrreqs'
p3600
I8544928
sS'_build_path'
p3601
I2934112
sS'_t64_trap_16'
p3602
I2857216
sS'_t64_trap_11'
p3603
I2857088
sS'_SHA384_Data'
p3604
I3790900
sS'_pmsControl'
p3605
I2786843
sS'_sysctl__machdep_cpu_address_bits_children'
p3606
I8781392
sS'_t64_trap_18'
p3607
I2857280
sS'_blist_resize'
p3608
I5147861
sS'_fsevent_filtops'
p3609
I8535812
sS'_compute_stack_target'
p3610
I2261968
sS'__ZTV16IOPlatformDevice'
p3611
I6349312
sS'_sbuf_setpos'
p3612
I4794627
sS'_key_freereg'
p3613
I3747061
sS'__ZN9IOService15probeCandidatesEP12OSOrderedSet'
p3614
I5470056
sS'_vnode_size'
p3615
I2983826
sS'_sysctl__hw_logicalcpu_max'
p3616
I8601408
sS'_getpgid'
p3617
I4717973
sS'__ZN9IOService17setAggressivenessEmm'
p3618
I5486568
sS'___set___sysctl_set_sym_sysctl__net_inet_ip_redirect'
p3619
I8649172
sS'_cpuid_extfeature_display'
p3620
I2703710
sS'_mach_port_move_member'
p3621
I2193187
sS'__dtrace_probe$1930___sched____on__cpu'
p3622
I8393912
sS'_t64_trap_1f'
p3623
I2857504
sS'_t64_trap_1a'
p3624
I2857344
sS'_ttspeedtab'
p3625
I4819478
sS'_t64_trap_1c'
p3626
I2857408
sS'_t64_trap_1b'
p3627
I2857376
sS'_ps_dealloc_vsmap'
p3628
I2106255
sS'_sysctl__net_inet_tcp_maxseg_unacked'
p3629
I8550272
sS'_zError'
p3630
I5363419
sS'_buf_clone'
p3631
I2915012
sS'_forkproc_free'
p3632
I4693684
sS'_mca_dump'
p3633
I2756439
sS'_lck_rw_done_gen'
p3634
I2735604
sS'_vm_pageout_throttle_up_count'
p3635
I8397284
sS'_VNOP_SYMLINK'
p3636
I3111652
sS'_ml_install_interrupt_handler'
p3637
I2754988
sS'_aes_decrypt_key'
p3638
I5190896
sS'_exception_raise_state_identity'
p3639
I2327795
sS'_msgmni'
p3640
I8780636
sS'__ZN9IOService28serializedCancelPowerChange2Em'
p3641
I5487708
sS'_wait_queue_set_size'
p3642
I2298850
sS'_host_notify_lock'
p3643
I8669536
sS'__ZN12OSOrderedSet22_RESERVEDOSOrderedSet2Ev'
p3644
I5295750
sS'__ZN17IOPolledInterface27_RESERVEDIOPolledInterface5Ev'
p3645
I5411212
sS'_proc_name_address'
p3646
I4705588
sS'__ZN14IOPMrootDomain12wakeFromDozeEv'
p3647
I5708222
sS'_vnop_pagein_vp_offsets'
p3648
I8534472
sS'__ZN5IOCPU5startEP9IOService'
p3649
I5623044
sS'_ipc_mqueue_member'
p3650
I2165461
sS'_vmx_pcalloc'
p3651
I2855981
sS'_workqueue_thread_yielded'
p3652
I5026940
sS'__ZN18_IOServiceNotifierD2Ev'
p3653
I5476316
sS'_hi64_unix_scall'
p3654
I2865216
sS'___set___sysctl_set_sym_sysctl__kern_maxprocperuid'
p3655
I8650112
sS'___set___sysctl_set_sym_sysctl__hw_logicalcpu_max'
p3656
I8650452
sS'__ZN10IOWorkLoop4initEv'
p3657
I5539032
sS'_audit_mac_syscall_exit'
p3658
I4573391
sS'_getsgroups'
p3659
I4717684
sS'__ZN13IOCommandGate7disableEv'
p3660
I5543780
sS'_audit_pre_q_len'
p3661
I8772284
sS'_dumplo'
p3662
I8775256
sS'_vm_last_addr'
p3663
I8700144
sS'__ZNK22IOInterruptEventSource11getProviderEv'
p3664
I5541122
sS'__ZN10OSIterator9MetaClassC1Ev'
p3665
I5246506
sS'___set___sysctl_set_sym_sysctl__net_inet6_icmp6_nd6_maxnudhint'
p3666
I8649864
sS'_log_open'
p3667
I8775744
sS'__ZN9IOService14notifyChildrenEv'
p3668
I5501400
sS'_cdevsw_add'
p3669
I5220281
sS'_thread_wait'
p3670
I2260646
sS'_vm32_region_recurse_64'
p3671
I2631264
sS'_ml_static_ptovirt'
p3672
I2752769
sS'_ipsec6_tunnel_validate'
p3673
I3557302
sS'__ZN9IOService11tellClientsEi'
p3674
I5487384
sS'_nfsrv_cleanup'
p3675
I4014055
sS'_sysctl__machdep_cpu_microcode_version'
p3676
I8635296
sS'_vm_pageout_initialize_page'
p3677
I2583136
sS'_mach_memory_entry_page_op'
p3678
I2618253
sS'_default_pager_clsize'
p3679
I8392744
sS'_nfs_buf_readdir'
p3680
I3811264
sS'__ZN15IOConditionLock10gMetaClassE'
p3681
I8782016
sS'_div_scale'
p3682
I2746368
sS'_bs_global_info'
p3683
I2104523
sS'__ZN27IOSharedInterruptControllerC2EPK11OSMetaClass'
p3684
I5641676
sS'_dtrace_getreg'
p3685
I5192730
sS'__ZTV17IOPolledInterface'
p3686
I6322080
sS'_dtrace_getipl'
p3687
I5192446
sS'_mac_vnode_check_label_update'
p3688
I5756858
sS'_nr_mutex'
p3689
I8772152
sS'_ml_phys_read'
p3690
I2733348
sS'_sysctl__net_inet_ip_children'
p3691
I8727692
sS'__ZTV9IOService'
p3692
I6327904
sS'_gIOConsoleSessionOnConsoleKey'
p3693
I8782528
sS'_nfs_buf_upl_setup'
p3694
I3814902
sS'_lck_mtx_sleep_deadline'
p3695
I2232640
sS'_fw_verbose'
p3696
I8727716
sS'_is_io_registry_create_iterator'
p3697
I5656705
sS'_max_doubled_size'
p3698
I8392804
sS'__ZN16IOPlatformExpert14setConsoleInfoEP8PE_Videoj'
p3699
I5618268
sS'__audit_cv_wait'
p3700
I4527284
sS'__ZN15IOPMPowerSource4initEv'
p3701
I5534630
sS'__ZN12OSSymbolPool12insertSymbolEP8OSSymbol'
p3702
I5308968
sS'_nd6_rs_input'
p3703
I3727973
sS'__ZN11OSMetaClass18reportModInstancesEPKc'
p3704
I5225344
sS'__ZN11IOPMRequestC2EPK11OSMetaClass'
p3705
I5492762
sS'_ipc_kmsg_free_scatter'
p3706
I2154735
sS'_ipcomp6_input'
p3707
I3673279
sS'_user_ldt_free'
p3708
I2784208
sS'_unp_init'
p3709
I6426840
sS'___set___sysctl_set_sym_sysctl__net_inet6_ip6_maxifprefixes'
p3710
I8649812
sS'__ZN16IOPlatformExpert26_RESERVEDIOPlatformExpert3Ev'
p3711
I5611518
sS'__ZN16IOPlatformExpert5PMLogEPKcmmm'
p3712
I5617652
sS'_mac_proc_check_get_task_name'
p3713
I5739481
sS'__ZN9IOService16startPowerChangeEmmmP17IOPowerConnectionm'
p3714
I5513460
sS'_sysctl__net_inet_ip_fw_static_count'
p3715
I8546624
sS'_vm_map_msync'
p3716
I2473056
sS'_mac_file_check_get_offset'
p3717
I5781060
sS'_nfsrv_reqcache_hash'
p3718
I8771600
sS'_vm_fault_enter'
p3719
I2443256
sS'__ZN23IOMultiMemoryDescriptor4freeEv'
p3720
I5603422
sS'__ZN13IOCommandPool23_RESERVEDIOCommandPool6Ev'
p3721
I5546268
sS'_FastRelString'
p3722
I4518061
sS'_nfs4_vnop_symlink'
p3723
I4158563
sS'_udp_ctlinput'
p3724
I3512796
sS'_kevent'
p3725
I4658916
sS'__ZN15IOPanicPlatform10gMetaClassE'
p3726
I8783624
sS'__ZN8OSNumberC2Ev'
p3727
I5293484
sS'_ndrv_recvspace'
p3728
I8539972
sS'__dtrace_probe$2700___vminfo____pgswapout'
p3729
I8397024
sS'_mac_check_service'
p3730
I2261398
sS'_panic_ui_initialize'
p3731
I2826043
sS'_soacceptfilter'
p3732
I4909436
sS'__ZN10IOMachPort10gMetaClassE'
p3733
I8783792
sS'_io_map_spec'
p3734
I2730720
sS'_copyinmap'
p3735
I2467914
sS'_vm_page_wire_count_warning'
p3736
I8398000
sS'___set___sysctl_set_sym_sysctl__net_inet_tcp_icmp_may_rst'
p3737
I8649412
sS'_rtalloc_scoped_ign'
p3738
I3306439
sS'_if_allmulti'
p3739
I3228321
sS'_nfsrv_write'
p3740
I3934039
sS'_m_trailingspace'
p3741
I4864153
sS'_sysctl__machdep_memmap_ACPINVS'
p3742
I8638624
sS'__ZN27IOSharedInterruptControllerC1EPK11OSMetaClass'
p3743
I5641636
sS'_ipsec_updatereplay'
p3744
I3560819
sS'__dtrace_probe$2858___vminfo____pgfrec'
p3745
I8397924
sS'_vm_map_read_user'
p3746
I2498602
sS'__ZNK12IOPMinformee9MetaClass5allocEv'
p3747
I5524518
sS'_frag6_input'
p3748
I3576815
sS'_vnode_pager_init'
p3749
I2426470
sS'__ZN8OSString7setCharEcj'
p3750
I5304862
sS'__ZN7OSArray9MetaClassC1Ev'
p3751
I5234646
sS'__ZNK15IORegistryEntry11compareNameEP8OSStringPS1_'
p3752
I5434716
sS'__ZN6OSKext9MetaClassC1Ev'
p3753
I5257170
sS'_strncmp'
p3754
I2666009
sS'__ZN25IOGeneralMemoryDescriptor10gMetaClassE'
p3755
I8783400
sS'__ZN11IODataQueue9metaClassE'
p3756
I6366912
sS'__ZN9IOService22copyClientWithCategoryEPK8OSSymbol'
p3757
I5454694
sS'_host_info'
p3758
I2213447
sS'_journal_open'
p3759
I3142835
sS'__ZNK21IONaturalMemoryCursor9MetaClass5allocEv'
p3760
I5580752
sS'_commpage_is_in_pfz32'
p3761
I2790056
sS'_kRosettaStandIn_str'
p3762
I6271212
sS'_sysctl__machdep_pmap'
p3763
I8637984
sS'_clock_set_attributes'
p3764
I2204192
sS'__ZN9IOService20_RESERVEDIOService27Ev'
p3765
I5453870
sS'__ZNK10OSIterator9MetaClass5allocEv'
p3766
I5246354
sS'__ZTVN14IOPMrootDomain9MetaClassE'
p3767
I6374176
sS'_dtrace_ptss_fork'
p3768
I5137517
sS'_lock_set_destroy'
p3769
I2265557
sS'_is_io_service_request_probe'
p3770
I5643811
sS'__Z16IODTSetResolvingP15IORegistryEntryPFlmPmS1_EPFvS0_PhS4_S4_E'
p3771
I5429311
sS'_in6_purgeprefix'
p3772
I3681809
sS'_lastRuptClear'
p3773
I8513536
sS'_sbuf_bcpy'
p3774
I4796293
sS'_nfs_buf_refget'
p3775
I3811234
sS'_nfs_nhinit'
p3776
I3878194
sS'_hfs_islatinbias'
p3777
I8569392
sS'_register_cpu_setup_func'
p3778
I5058237
sS'_PRIV_POLICY_CHOICE'
p3779
I5145088
sS'_audit_session_lookup'
p3780
I4579865
sS'_IORegistrySetOSBuildVersion'
p3781
I5426393
sS'_fdesc_allocvp'
p3782
I3166829
sS'__ZN12IOUserClient24getTargetAndTrapForIndexEPP9IOServicem'
p3783
I5642516
sS'_m_dup'
p3784
I4894787
sS'_nfsrv_mkdir'
p3785
I3905540
sS'_ether_ioctl'
p3786
I3248062
sS'_proc_klist_unlock'
p3787
I4706042
sS'_nd6_ifptomac'
p3788
I3711402
sS'_ip6_delaux'
p3789
I3637194
sS'__ZN12OSOrderedSet22_RESERVEDOSOrderedSet7Ev'
p3790
I5295610
sS'_m_tag_alloc'
p3791
I4898584
sS'_mbuf_mclget'
p3792
I4774739
sS'__ZN15IORegistryEntry4initEPS_PK15IORegistryPlane'
p3793
I5448524
sS'__ZN20RootDomainUserClient32secureSetMaintenanceWakeCalendarEPvS0_S0_S0_S0_S0_'
p3794
I5681864
sS'_vnop_readdir_vp_offsets'
p3795
I8533960
sS'_nfsrv_export_rwlock_group'
p3796
I8771548
sS'_shim_io_connect_method_scalarI_structureI'
p3797
I5647940
sS'_ip6_maxifdefrouters'
p3798
I8559036
sS'_apple_protect_pager_dequeue'
p3799
I2669451
sS'_shim_io_connect_method_scalarI_structureO'
p3800
I5649027
sS'_IOMappedRead8'
p3801
I5573745
sS'_sysctl__vfs_generic_nfs_server_wg_delay_v3'
p3802
I8566496
sS'_tcp_mssdflt'
p3803
I8551488
sS'_ndrv_usrreqs'
p3804
I8540000
sS'_fw_enable'
p3805
I8548676
sS'_sigprocmask'
p3806
I4740587
sS'__ZN15IOPanicPlatform10superClassE'
p3807
I6347652
sS'_vm_fa
gitextract_3vtrh012/ ├── LICENSE ├── README.md ├── elf_an.py ├── flatten.py ├── overlay_generator.py ├── overlays/ │ ├── 10.6.2_32.overlay │ ├── 10A432x32.overlay │ ├── 10A433x32.overlay │ ├── 10A433x64.overlay │ ├── 10D572x32.overlay │ ├── 10D572x64.overlay │ ├── 10D573x32.overlay │ ├── 10D578x32.overlay │ ├── 10F616x32.overlay │ ├── 10F659x32.overlay │ ├── 10H574x32.overlay │ ├── 10H575x32.overlay │ ├── 10J3250x32.overlay │ ├── 10J567x32.overlay │ ├── 10J869x32.overlay │ ├── 10K540x32.overlay │ ├── 10K549x32.overlay │ ├── 10K549x64.overlay │ ├── 11A511x32.overlay │ ├── 11A511x64.overlay │ ├── 11B26x32.overlay │ ├── 11B26x64.overlay │ ├── 11C74x32.overlay │ ├── 11C74x64.overlay │ ├── 11D50bx32.overlay │ ├── 11D50bx64.overlay │ ├── 11D50dx32.overlay │ ├── 11D50dx64.overlay │ ├── 11D50x32.overlay │ ├── 11D50x64.overlay │ ├── 11E53x32.overlay │ ├── 11E53x64.overlay │ ├── 11G63x32.overlay │ ├── 11G63x64.overlay │ ├── 12A269x64.overlay │ ├── 12B19x64.overlay │ ├── 12C54x64.overlay │ ├── 12C60x64.overlay │ ├── 12D78x64.overlay │ ├── 12E55x64.overlay │ ├── 12F37x64.overlay │ ├── 13A603x64.overlay │ ├── 13B42x64.overlay │ ├── 13C64x64.overlay │ ├── 13D65x64.overlay │ ├── 13E28x64.overlay │ ├── 14A329rx64.overlay │ ├── 14A386bx64.overlay │ ├── 14A389x64.overlay │ ├── 14B25x64.overlay │ ├── 14C109x64.overlay │ ├── 14D136x64.overlay │ ├── 14E46x64.overlay │ ├── 14F1021x64.overlay │ ├── 14F1509x64.overlay │ ├── 14F27x64.overlay │ ├── 15A284x64.overlay │ ├── 15B42x64.overlay │ ├── 15C50x64.overlay │ ├── 15E65x64.overlay │ └── 15F34x64.overlay ├── showbootermemorymap.py ├── vol.py ├── volafox/ │ ├── __init__.py │ ├── binan/ │ │ ├── __init__.py │ │ └── macho_an.py │ ├── plugins/ │ │ ├── WKdm.py │ │ ├── __init__.py │ │ ├── bash_history.py │ │ ├── bsm_hook.py │ │ ├── dmesg.py │ │ ├── dumpcomppage.py │ │ ├── efiinfo.py │ │ ├── export_table_symbol.py │ │ ├── fbt_systab.py │ │ ├── filevault2.py │ │ ├── hostname.py │ │ ├── imageinfo.py │ │ ├── inline_hook_finder.py │ │ ├── kauth_hook.py │ │ ├── kdebug.py │ │ ├── kextstat.py │ │ ├── keychaindump.py │ │ ├── lsof.py │ │ ├── mach_trap.py │ │ ├── machdump.py │ │ ├── mount.py │ │ ├── netstat.py │ │ ├── notifier.py │ │ ├── pe_state.py │ │ ├── ps.py │ │ ├── sysctl.py │ │ ├── systab.py │ │ ├── system_profiler.py │ │ ├── tableprint.py │ │ ├── trustedbsd.py │ │ └── uname.py │ ├── vatopa/ │ │ ├── __init__.py │ │ ├── addrspace.py │ │ ├── ia32_pml4.py │ │ ├── machaddrspace.py │ │ └── x86.py │ └── volafox.py └── volafunx.py
SYMBOL INDEX (513 symbols across 41 files)
FILE: elf_an.py
class elf32_an (line 73) | class elf32_an():
method __init__ (line 74) | def __init__(self, filename):
method load (line 80) | def load(self):
method close (line 87) | def close(self):
method getheader (line 90) | def getheader(self):
method getmachine (line 94) | def getmachine(self):
method getshoff (line 98) | def getshoff(self):
method getshsize (line 102) | def getshsize(self):
method getshcount (line 106) | def getshcount(self):
method getsecheader (line 111) | def getsecheader(self, offset, size, count):
method getstrsec (line 114) | def getstrsec(self, offset, size, count):
method getsymsec (line 121) | def getsymsec(self, offset, size, count):
method getsymbol (line 129) | def getsymbol(self, offset, size, str_offset, str_size):
function main (line 144) | def main():
FILE: flatten.py
function copy (line 44) | def copy(fin, fin_where, fout, fout_where, size):
FILE: overlay_generator.py
function usage (line 8) | def usage():
function main (line 13) | def main():
FILE: vol.py
function usage (line 29) | def usage():
function main (line 81) | def main():
FILE: volafox/binan/macho_an.py
class macho_an (line 54) | class macho_an():
method __init__ (line 55) | def __init__(self, filename):
method close (line 64) | def close(self):
method load (line 67) | def load(self):
method getfilesize (line 76) | def getfilesize(self):
method get_header (line 89) | def get_header(self, arch_count, architecture):
method macho_getsymbol_x86 (line 98) | def macho_getsymbol_x86(self, offset, size):
method macho_getsymbol_x64 (line 155) | def macho_getsymbol_x64(self, offset, size):
function main (line 224) | def main():
FILE: volafox/plugins/WKdm.py
function WK_pack_2bits (line 83) | def WK_pack_2bits(source_buf):
function WK_pack_4bits (line 104) | def WK_pack_4bits(source_buf):
function WK_pack_3_tenbits (line 122) | def WK_pack_3_tenbits(source_buf):
function WK_unpack_2bits (line 157) | def WK_unpack_2bits(input_buf):
function WK_unpack_4bits (line 176) | def WK_unpack_4bits(input_buf):
function WK_unpack_3_tenbits (line 195) | def WK_unpack_3_tenbits(input_buf):
function WKdm_compress (line 207) | def WKdm_compress(src_buf):
function WKdm_decompress_apple (line 280) | def WKdm_decompress_apple(src_buf):
function WKdm_decompress (line 285) | def WKdm_decompress(src_buf):
function _WKdm_decompress (line 290) | def _WKdm_decompress(src_buf, qpos_start, low_start, low_end, header_size):
FILE: volafox/plugins/bash_history.py
class bash_history (line 14) | class bash_history:
method __init__ (line 15) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address,...
method search_for_history_in_task_memory (line 23) | def search_for_history_in_task_memory(self, malloc_tiny_list, pm_cr3, ...
method search_malloc_tiny_in_vm (line 80) | def search_malloc_tiny_in_vm(self, vm_map_ptr, user_stack_ptr, full_du...
method search_bash_process (line 102) | def search_bash_process(self, sym_addr):
function dump_bash_history (line 121) | def dump_bash_history(x86_mem_pae, sym_addr, arch, os_version, build, ba...
function print_bash_history (line 144) | def print_bash_history(bash_history_list):
FILE: volafox/plugins/bsm_hook.py
function find_auto_commit (line 10) | def find_auto_commit(x86_mem_pae, symbol_list, arch, os_version, base_ad...
FILE: volafox/plugins/dmesg.py
class dmesg (line 7) | class dmesg:
method __init__ (line 8) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method getdmesg (line 15) | def getdmesg(self, sym_addr):
function get_dmesg (line 33) | def get_dmesg(x86_mem_pae, sym_addr, arch, os_version, build, base_addre...
FILE: volafox/plugins/dumpcomppage.py
function unpacktype (line 19) | def unpacktype(binstr, member, mtype):
function callingclass (line 48) | def callingclass(calling_fxn):
class Struct (line 56) | class Struct(object):
method validaddr (line 68) | def validaddr(self, addr):
method __init__ (line 81) | def __init__(self, addr):
class C_Slot (line 110) | class C_Slot(Struct):
method __init__ (line 121) | def __init__(self, addr):
method UnpackCSize (line 126) | def UnpackCSize(self, c_size):
method unpack (line 132) | def unpack(self, value):
method getpackedptr (line 138) | def getpackedptr(self):
method getsize (line 141) | def getsize(self):
method getoff (line 144) | def getoff(self):
class C_Segment (line 147) | class C_Segment(Struct):
method __init__ (line 176) | def __init__(self, addr):
method isswapout (line 179) | def isswapout(self):
method getbufferptr (line 189) | def getbufferptr(self):
method getbuffer (line 192) | def getbuffer(self):
method getnextoffset (line 196) | def getnextoffset(self):
method getnext (line 199) | def getnext(self):
method getnextslot (line 202) | def getnextslot(self):
method getcslotlist (line 205) | def getcslotlist(self):
class dumpcomppage (line 233) | class dumpcomppage():
method __init__ (line 234) | def __init__(self, x86_mem_pae, arch, os_version, base_address, symbol...
method process (line 242) | def process(self):
method getsegmentcount (line 321) | def getsegmentcount(self, c_segment_count):
function dumpcompressedpage (line 326) | def dumpcompressedpage(x86_mem_pae, symbollist, arch, majorversion, base...
FILE: volafox/plugins/efiinfo.py
class EFISystemTable (line 75) | class EFISystemTable:
method __init__ (line 76) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method get_info (line 83) | def get_info(self, sym_addr):
function get_efi_system_table (line 140) | def get_efi_system_table(x86_mem_pae, efi_system_ptr, arch, os_version, ...
function efi_vendor_guid (line 152) | def efi_vendor_guid(uuid):
function print_efi_system_table (line 172) | def print_efi_system_table(system_table, configuration_table, arch, os_v...
class EFIRuntimeServices (line 292) | class EFIRuntimeServices:
method __init__ (line 293) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method get_info (line 300) | def get_info(self, sym_addr):
function get_efi_runtime_services (line 325) | def get_efi_runtime_services(x86_mem_pae, efi_runtime_ptr, arch, os_vers...
function print_efi_runtime_services (line 331) | def print_efi_runtime_services(efi_runtime, arch, os_version, build):
FILE: volafox/plugins/export_table_symbol.py
function dump_symbollist (line 7) | def dump_symbollist(x86_mem_pae, arch, os_version, build, base_address, ...
FILE: volafox/plugins/fbt_systab.py
class FBT (line 25) | class FBT():
method __init__ (line 26) | def __init__(self, x86_mem_pae, arch, base_address):
method checkfbt (line 31) | def checkfbt(self, funcaddr):
function print_fbt_syscall (line 39) | def print_fbt_syscall(data_list, symbol_list, base_address):
function check_fbt_syscall (line 76) | def check_fbt_syscall(x86_mem_pae, sym_addr, arch, os_version, build, ba...
FILE: volafox/plugins/filevault2.py
class FileVault2 (line 19) | class FileVault2:
method __init__ (line 20) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address,...
method search_for_keys_in_task_memory (line 30) | def search_for_keys_in_task_memory(self, vmaddr, pm_cr3, mempath):
method search_for_keys_in_vm (line 51) | def search_for_keys_in_vm(self, vm_map_ptr, user_stack_ptr, full_dump_...
method search_for_keys_in_process (line 69) | def search_for_keys_in_process(self, sym_addr):
function dump_filevault_key (line 86) | def dump_filevault_key(x86_mem_pae, sym_addr, arch, os_version, build, b...
function print_fvmkey (line 94) | def print_fvmkey(candidate_key_list):
FILE: volafox/plugins/hostname.py
class hostname (line 7) | class hostname:
method __init__ (line 8) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method gethostnamelength (line 15) | def gethostnamelength(self, sym_addr):
method gethostname (line 24) | def gethostname(self, sym_addr, length):
function get_hostname (line 43) | def get_hostname(x86_mem_pae, sym_addr, sym_addr_len, arch, os_version, ...
FILE: volafox/plugins/imageinfo.py
class imageInfo (line 13) | class imageInfo:
method __init__ (line 14) | def __init__(self, f):
method read_in_chunks (line 24) | def read_in_chunks(self, file_object):
method catfishSearch (line 31) | def catfishSearch(self, f):
function get_imageinfo (line 89) | def get_imageinfo(mempath, vflag):
FILE: volafox/plugins/inline_hook_finder.py
class INLINEHOOK (line 32) | class INLINEHOOK():
method __init__ (line 33) | def __init__(self, x86_mem_pae, arch, os_version, base_address):
method check_prologue (line 39) | def check_prologue(self, address):
method find_function_in_code (line 71) | def find_function_in_code(self, caller_addr, callee_addr):
function inline_quick (line 104) | def inline_quick(x86_mem_pae, sym_addr, arch, os_version, base_address):
function find_function_in_code (line 110) | def find_function_in_code(x86_mem_pae, caller_addr, callee_addr, arch, o...
FILE: volafox/plugins/kauth_hook.py
function kauth_hook (line 9) | def kauth_hook(x86_mem_pae, symbol_list, arch, os_version, base_address):
FILE: volafox/plugins/kdebug.py
function kdebug_hook (line 9) | def kdebug_hook(x86_mem_pae, symbol_list, arch, os_version, base_address):
FILE: volafox/plugins/kextstat.py
class kext_manager (line 10) | class kext_manager():
method __init__ (line 11) | def __init__(self, x86_mem_pae, arch, base_address):
method kern_kextstat (line 16) | def kern_kextstat(self, sym_addr): # 11.11.23 64bit suppport
method get_kextstat (line 31) | def get_kextstat(self, sym_addr): # 11.11.23 64bit suppport
method kext_scan (line 75) | def kext_scan(self, start_point, end_point):
function get_kext_list (line 158) | def get_kext_list(x86_mem_pae, sym_addr, sym_addr2, arch, os_version, ba...
function get_kext_scan (line 166) | def get_kext_scan(x86_mem_pae, sym_addr, arch, os_version, build, base_a...
function print_kext_scan (line 178) | def print_kext_scan(kext_list):
function print_kext_list (line 191) | def print_kext_list(kext_list):
function print_kext (line 204) | def print_kext(headerlist, contentlist, kext_list):
function kext_dump (line 221) | def kext_dump(x86_mem_pae, sym_addr, sym_addr2, arch, os_version, build,...
FILE: volafox/plugins/keychaindump.py
class keychaindump (line 13) | class keychaindump:
method __init__ (line 14) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address,...
method search_for_keys_in_task_memory (line 22) | def search_for_keys_in_task_memory(self, malloc_tiny_list, pm_cr3, mem...
method search_for_keys_in_vm (line 60) | def search_for_keys_in_vm(self, vm_map_ptr, user_stack_ptr, full_dump_...
method search_for_keys_in_process (line 81) | def search_for_keys_in_process(self, sym_addr):
function dump_master_key (line 98) | def dump_master_key(x86_mem_pae, sym_addr, arch, os_version, build, base...
function print_master_key (line 114) | def print_master_key(candidate_key_list):
FILE: volafox/plugins/lsof.py
function dev_decode (line 53) | def dev_decode(dev_t):
function printhex (line 61) | def printhex(binstr):
function unpacktype (line 136) | def unpacktype(binstr, member, mtype):
function callingclass (line 164) | def callingclass(calling_fxn):
class Struct (line 175) | class Struct(object):
method validaddr (line 187) | def validaddr(self, addr):
method __init__ (line 200) | def __init__(self, addr):
class Filefork (line 232) | class Filefork(Struct):
method __init__ (line 248) | def __init__(self, addr):
method getoff (line 251) | def getoff(self):
class Cnode (line 257) | class Cnode(Struct):
method __init__ (line 297) | def __init__(self, addr):
method getnode (line 300) | def getnode(self):
method getentries (line 303) | def getentries(self): # used to calculate size for DIR files
method getoff (line 306) | def getoff(self): # returns the size for LINK files
class Devnode (line 314) | class Devnode(Struct):
method __init__ (line 330) | def __init__(self, addr):
method getnode (line 333) | def getnode(self):
class Specinfo (line 339) | class Specinfo(Struct):
method __init__ (line 355) | def __init__(self, addr):
method getdev (line 358) | def getdev(self):
class MemoryObjectControl (line 364) | class MemoryObjectControl(Struct):
method __init__ (line 382) | def __init__(self, addr):
method getvm (line 385) | def getvm(self):
class Ubcinfo (line 391) | class Ubcinfo(Struct):
method __init__ (line 415) | def __init__(self, addr):
method getoff (line 418) | def getoff(self):
method getmocoff (line 421) | def getmocoff(self):
class Mount (line 426) | class Mount(Struct):
method __init__ (line 458) | def __init__(self, addr):
method getmount (line 461) | def getmount(self):
method getdev (line 465) | def getdev(self):
class Vnode (line 476) | class Vnode(Struct):
method __init__ (line 525) | def __init__(self, addr):
method getnode (line 532) | def getnode(self):
method getname (line 556) | def getname(self):
method getparent (line 570) | def getparent(self):
method getdev (line 577) | def getdev(self):
method getpath (line 602) | def getpath(self):
method gettype (line 643) | def gettype(self):
method getoff (line 653) | def getoff(self, fileglob_offset):
method getvmpage (line 705) | def getvmpage(self):
class Fileglob (line 733) | class Fileglob(Struct):
method __init__ (line 761) | def __init__(self, addr):
method getmode (line 765) | def getmode(self, fd):
method gettype (line 778) | def gettype(self):
method getoff (line 789) | def getoff(self):
method getdata (line 792) | def getdata(self):
class Fileproc (line 801) | class Fileproc(Struct):
method __init__ (line 817) | def __init__(self, addr):
method getfglob (line 820) | def getfglob(self):
class Filedesc (line 829) | class Filedesc(Struct):
method __init__ (line 853) | def __init__(self, addr):
method getcwd (line 856) | def getcwd(self):
method getfglobs (line 862) | def getfglobs(self):
class Vnode_pager (line 894) | class Vnode_pager(Struct):
method __init__ (line 910) | def __init__(self, addr):
method gettxt (line 913) | def gettxt(self):
class Vm_page (line 931) | class Vm_page(Struct):
method __init__ (line 1011) | def __init__(self, addr):
method getoff (line 1015) | def getoff(self, offsetlist):
class Vm_object (line 1038) | class Vm_object(Struct):
method __init__ (line 1078) | def __init__(self, addr):
method gettxt (line 1092) | def gettxt(self):
method getvmpage (line 1117) | def getvmpage(self):
class Vm_map_entry (line 1126) | class Vm_map_entry(Struct):
method __init__ (line 1158) | def __init__(self, addr):
method getnext (line 1161) | def getnext(self):
method gettxt (line 1164) | def gettxt(self):
class Vm_map (line 1177) | class Vm_map(Struct):
method __init__ (line 1223) | def __init__(self, addr):
method gettxt (line 1226) | def gettxt(self):
class Task (line 1254) | class Task(Struct):
method __init__ (line 1270) | def __init__(self, addr):
method gettxt (line 1273) | def gettxt(self):
class Session (line 1284) | class Session(Struct):
method __init__ (line 1300) | def __init__(self, addr):
method getuser (line 1303) | def getuser(self):
class Pgrp (line 1308) | class Pgrp(Struct):
method __init__ (line 1324) | def __init__(self, addr):
method getuser (line 1328) | def getuser(self):
class Proc (line 1339) | class Proc(Struct):
method __init__ (line 1389) | def __init__(self, addr):
method next (line 1401) | def next(self):
method valid (line 1415) | def valid(self):
method setpid (line 1437) | def setpid(self, pid):
method getfd (line 1466) | def getfd(self):
method getpid (line 1469) | def getpid(self):
method getcmd (line 1474) | def getcmd(self):
method getuser (line 1478) | def getuser(self):
method gettxt (line 1482) | def gettxt(self):
function getfilelistbyproc (line 1496) | def getfilelistbyproc(proc):
function getfilelist (line 1556) | def getfilelist(mem, arch, kvers, proc_head, pid, vflag):
function filedump (line 1592) | def filedump(mem, arch, kvers, proc_head, offset, pid, vflag):
function printfilelist (line 1651) | def printfilelist(filelist):
FILE: volafox/plugins/mach_trap.py
class Mach_Trap_Table (line 12) | class Mach_Trap_Table():
method __init__ (line 13) | def __init__(self, x86_mem_pae, arch, os_version, base_address):
method get_mach_trap_table_count (line 19) | def get_mach_trap_table_count(self, table_count):
method get_mach_trap_table (line 26) | def get_mach_trap_table(self, table_ptr, table_count):
function print_mach_trap_table (line 51) | def print_mach_trap_table(data_list, symbol_list, os_version, base_addre...
function get_mach_trap_table_list (line 118) | def get_mach_trap_table_list(x86_mem_pae, mtt_ptr, mtt_count, arch, os_v...
FILE: volafox/plugins/machdump.py
class _MACH_HEADER (line 9) | class _MACH_HEADER(LittleEndianStructure):
class _MACH_HEADER_64 (line 22) | class _MACH_HEADER_64(LittleEndianStructure):
class _LOAD_COMMAND (line 34) | class _LOAD_COMMAND(LittleEndianStructure):
class _SEGMENT_COMMAND (line 40) | class _SEGMENT_COMMAND(LittleEndianStructure):
class _SEGMENT_COMMAND_64 (line 55) | class _SEGMENT_COMMAND_64(LittleEndianStructure):
class _SECTION (line 70) | class _SECTION(LittleEndianStructure):
class _SECTION_64 (line 85) | class _SECTION_64(LittleEndianStructure):
function _procmemcpy (line 106) | def _procmemcpy(mem, offset, fmt):
function _memcpy (line 111) | def _memcpy(buf, fmt):
function unsigned8 (line 114) | def unsigned8(n):
class machdump (line 117) | class machdump:
method __init__ (line 118) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method get_mach_dump (line 128) | def get_mach_dump(self, vm_list, vm_struct, pid_process_name, mempath,...
method reloc (line 236) | def reloc(self, dumpfilename):
function get_macho_dump (line 312) | def get_macho_dump(x86_mem_pae, sym_addr, arch, os_version, build, pid, ...
FILE: volafox/plugins/mount.py
class mount_manager (line 8) | class mount_manager():
method __init__ (line 9) | def __init__(self, x86_mem_pae, arch, base_address):
method mount_list (line 15) | def mount_list(self, sym_addr): # 11.11.23 64bit suppport(Lion)
function get_mount_list (line 46) | def get_mount_list(x86_mem_pae, sym_addr, arch, os_version, build, base_...
function print_mount_list (line 52) | def print_mount_list(mount_list):
FILE: volafox/plugins/netstat.py
class network_manager (line 32) | class network_manager():
method __init__ (line 33) | def __init__(self, net_pae, arch, os_version, base_address):
method IntToDottedIP (line 40) | def IntToDottedIP(self, intip):
method network_status_hash (line 47) | def network_status_hash(self, sym_addr):
method network_status_list (line 139) | def network_status_list(self, sym_addr):
function get_network_hash (line 189) | def get_network_hash(net_pae, tcb_symbol_addr, udb_symbol_addr, arch, os...
function get_network_list (line 195) | def get_network_list(net_pae, tcb_symbol_addr, udb_symbol_addr, arch, os...
function print_network_list (line 201) | def print_network_list(tcp_network_list, udp_network_list):
FILE: volafox/plugins/notifier.py
class notifier (line 10) | class notifier():
method __init__ (line 11) | def __init__(self, x86_mem_pae, arch, build, base_address):
method get_notifier_table (line 17) | def get_notifier_table(self, sym_addr): # 11.11.23 64bit suppport
function print_notifier_list (line 42) | def print_notifier_list(data_list, symbol_list, base_address, NotifierNa...
function get_notifier_table (line 76) | def get_notifier_table(x86_mem_pae, sym_addr, arch, os_version, build, b...
FILE: volafox/plugins/pe_state.py
class PE_State (line 55) | class PE_State:
method __init__ (line 56) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method get_info (line 63) | def get_info(self, sym_addr):
class boot_args (line 146) | class boot_args:
method __init__ (line 147) | def __init__(self, x86_mem_pae, arch, os_version, build):
method get_info (line 153) | def get_info(self, sym_addr):
function get_pe_state (line 167) | def get_pe_state(x86_mem_pae, sym_addr, arch, os_version, build, base_ad...
function print_pe_state (line 172) | def print_pe_state(pe_state, arch, os_version, build):
function get_boot_args (line 196) | def get_boot_args(x86_mem_pae, boot_args_ptr, arch, os_version, build):
function print_boot_args (line 201) | def print_boot_args(bootargs, arch, os_version, build):
FILE: volafox/plugins/ps.py
function unsigned8 (line 54) | def unsigned8(n):
class process_manager (line 57) | class process_manager:
method __init__ (line 58) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address,...
method get_proc (line 66) | def get_proc(self, proc_sym_addr, PROC_STRUCTURE):
method get_proc_struct (line 111) | def get_proc_struct(self):
method get_kernel_task_addr (line 137) | def get_kernel_task_addr(self, sym_addr):
method pass_kernel_task_proc (line 147) | def pass_kernel_task_proc(self, sym_addr):
method get_proc_list (line 157) | def get_proc_list(self, sym_addr, proc_list, pid):
method get_queue (line 197) | def get_queue(self, ptr):
method get_task_queue (line 209) | def get_task_queue(self, sym_addr, count, task_list):
method get_task (line 245) | def get_task(self, proc, task_ptr):
method get_proc_region (line 264) | def get_proc_region(self, task_ptr, user_stack, fflag):
method get_proc_cr3 (line 385) | def get_proc_cr3(self, vm_list, vm_struct):
method get_proc_dump (line 407) | def get_proc_dump(self, vm_list, vm_struct, process_name, mempath):
function proc_print (line 454) | def proc_print(data_list, os_version):
function get_proc_list (line 482) | def get_proc_list(x86_mem_pae, sym_addr, arch, os_version, build, base_a...
function print_proc_list (line 489) | def print_proc_list(proc_list, os_version):
function get_proc_dump (line 493) | def get_proc_dump(x86_mem_pae, sym_addr, arch, os_version, build, pid, b...
function get_task_dump (line 515) | def get_task_dump(x86_mem_pae, sym_addr, count, arch, os_version, build,...
function get_task_list (line 549) | def get_task_list(x86_mem_pae, sym_addr, count, arch, os_version, build,...
function proc_lookup (line 557) | def proc_lookup(proc_list, task_list, x86_mem_pae, arch, os_version, bui...
function task_print (line 603) | def task_print(data_list):
FILE: volafox/plugins/sysctl.py
class _sysctl_oid_list (line 14) | class _sysctl_oid_list(LittleEndianStructure):
class _slist_entry (line 19) | class _slist_entry(LittleEndianStructure):
class _sysctl_oid (line 24) | class _sysctl_oid(LittleEndianStructure):
method get_perms (line 40) | def get_perms(self):
method get_ctltype (line 53) | def get_ctltype(self):
function _memcpy (line 64) | def _memcpy(buf, fmt):
class _sysctl (line 68) | class _sysctl():
method __init__ (line 69) | def __init__(self, x86_mem_pae, symbol_list, arch, os_version, base_ad...
method _parse_global_variable_sysctls (line 76) | def _parse_global_variable_sysctls(self, name):
method _process (line 90) | def _process(self, prefix, number, offset, r=0):
method calc (line 158) | def calc(self):
function getsysctl (line 180) | def getsysctl(x86_mem_pae, symbol_list, arch, os_version, base_address):
function print_sysctl (line 189) | def print_sysctl(symbol_list, sysctllist, kextlist):
FILE: volafox/plugins/systab.py
class systab_manager (line 24) | class systab_manager():
method __init__ (line 25) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method get_syscall_table (line 32) | def get_syscall_table(self, sym_addr): # 11.11.23 64bit suppport
function print_syscall_table (line 139) | def print_syscall_table(data_list, symbol_list, base_address):
function get_system_call_table_list (line 178) | def get_system_call_table_list(x86_mem_pae, sym_addr, arch, os_version, ...
FILE: volafox/plugins/system_profiler.py
class system_profiler (line 4) | class system_profiler:
method __init__ (line 5) | def __init__(self, x86_mem_pae, base_address):
method machine_info (line 9) | def machine_info(self, sym_addr):
method sw_vers (line 14) | def sw_vers(self, sym_addr): # 11.11.23 64bit suppport
method get_gmtime (line 19) | def get_gmtime(self, sym_addr):
function get_system_profile (line 27) | def get_system_profile(x86_mem_pae, sw_vers, machine_info, boottime, sle...
FILE: volafox/plugins/tableprint.py
function columnprint (line 6) | def columnprint(headerlist, contentlist, mszlist=[]):
FILE: volafox/plugins/trustedbsd.py
class trustedbsd (line 19) | class trustedbsd():
method __init__ (line 20) | def __init__(self, x86_mem_pae, arch, build, base_address, os_version):
method get_mac_policy_list (line 30) | def get_mac_policy_list(self, sym_addr): # 11.11.23 64bit suppport
method mac_ops_sort (line 187) | def mac_ops_sort(self, mac_ops_list):
method get_loadtime_flag (line 203) | def get_loadtime_flag(self, num):
method get_runtime_flag (line 217) | def get_runtime_flag(self, num):
function print_mac_policy_list (line 225) | def print_mac_policy_list(data_list, mac_policy, kext_list):
function get_mac_policy_table (line 264) | def get_mac_policy_table(x86_mem_pae, sym_addr, arch, os_version, build,...
FILE: volafox/plugins/uname.py
class uname (line 7) | class uname:
method __init__ (line 8) | def __init__(self, x86_mem_pae, arch, os_version, build, base_address):
method getuname (line 15) | def getuname(self, sym_addr):
function get_uname (line 33) | def get_uname(x86_mem_pae, sym_addr, arch, os_version, build, base_addre...
FILE: volafox/vatopa/addrspace.py
class FileAddressSpace (line 35) | class FileAddressSpace:
method __init__ (line 36) | def __init__(self, fname, mode='rb', fast=False):
method fread (line 44) | def fread(self,len):
method read (line 47) | def read(self, addr, len):
method zread (line 51) | def zread(self, addr, len):
method read_long (line 54) | def read_long(self, addr):
method get_address_range (line 59) | def get_address_range(self):
method get_available_addresses (line 62) | def get_available_addresses(self):
method is_valid_address (line 65) | def is_valid_address(self, addr):
method close (line 70) | def close(self):
FILE: volafox/vatopa/ia32_pml4.py
class IA32PML4MemoryPae (line 61) | class IA32PML4MemoryPae:
method __init__ (line 62) | def __init__(self, baseAddressSpace, pml4):
method entry_present (line 67) | def entry_present(self, entry):
method page_size_flag (line 72) | def page_size_flag(self, entry):
method pgd_index (line 80) | def pgd_index(self, pgd):
method get_pdpib (line 84) | def get_pdpib(self, pml4):
method pml4_index (line 87) | def pml4_index(self, pml4):
method get_pml4 (line 91) | def get_pml4(self, vaddr):
method pdpa_base (line 96) | def pdpa_base(self, pdpi):
method pdpi_index (line 99) | def pdpi_index(self, pdpi):
method get_pdpi (line 102) | def get_pdpi(self, vaddr, pdpi):
method pde_index (line 106) | def pde_index(self, vaddr):
method pdba_base (line 109) | def pdba_base(self, pdpe):
method get_pgd (line 112) | def get_pgd(self, vaddr, pdpe):
method pte_pfn (line 116) | def pte_pfn(self, pte):
method pte_index (line 119) | def pte_index(self, vaddr):
method pml4_base (line 123) | def pml4_base(self, pml4):
method ptba_base (line 126) | def ptba_base(self, pde):
method get_pte (line 129) | def get_pte(self, vaddr, pgd):
method get_paddr (line 133) | def get_paddr(self, vaddr, pte):
method get_large_paddr (line 136) | def get_large_paddr(self, vaddr, pgd_entry):
method get_1GB_paddr (line 139) | def get_1GB_paddr(self, vaddr, pdpe):
method vtop (line 142) | def vtop(self, vaddr):
method read (line 166) | def read(self, vaddr, length):
method zread (line 206) | def zread(self, vaddr, length):
method read_long_phys (line 240) | def read_long_phys(self, addr):
method read_long_long_phys (line 247) | def read_long_long_phys(self, addr):
method is_valid_address (line 254) | def is_valid_address(self, addr):
FILE: volafox/vatopa/machaddrspace.py
function getuint (line 10) | def getuint(fhandle, offset):
function getuint64 (line 22) | def getuint64(fhandle, offset):
function getmagic (line 31) | def getmagic(fhandle):
function _getcputype (line 34) | def _getcputype(fhandle):
function getcputype (line 37) | def getcputype(fhandle):
function getcpusubtype (line 68) | def getcpusubtype(fhandle):
function _getfiletype (line 71) | def _getfiletype(fhandle):
function getfiletype (line 74) | def getfiletype(fhandle):
function getncmds (line 97) | def getncmds(fhandle):
function getsizeofcmds (line 100) | def getsizeofcmds(fhandle):
function getflags (line 103) | def getflags(fhandle):
function _loadcommandlookup (line 110) | def _loadcommandlookup(type):
function _readloadcommand (line 176) | def _readloadcommand(fhandle, offset):
function loadcommand (line 182) | def loadcommand(fhandle, index):
class Segment64 (line 212) | class Segment64:
method __init__ (line 214) | def __init__(self, fhandle, offset):
method __str__ (line 228) | def __str__(self):
class Segment (line 232) | class Segment:
method __init__ (line 234) | def __init__(self, fhandle, offset):
method __str__ (line 248) | def __str__(self):
function find_lcmd (line 252) | def find_lcmd(lcmds, addr):
function getoffset (line 259) | def getoffset(lcmds, addr):
class MachoAddressSpace (line 269) | class MachoAddressSpace:
method __init__ (line 271) | def __init__(self, fname, mode='rb'):
method read (line 279) | def read(self, addr, length):
method zread (line 303) | def zread(self, addr, length):
method read_long (line 306) | def read_long(self, addr):
method get_address_range (line 312) | def get_address_range(self):
method get_available_addresses (line 316) | def get_available_addresses(self):
method is_valid_address (line 319) | def is_valid_address(self, addr):
method close (line 328) | def close():
function is_universal_binary (line 335) | def is_universal_binary(filename):
function ismacho (line 344) | def ismacho(fin):
function is32 (line 364) | def is32(fin):
function is64 (line 371) | def is64(fin):
function isMachoVolafoxCompatible (line 379) | def isMachoVolafoxCompatible(fname):
FILE: volafox/vatopa/x86.py
class IA32PagedMemory (line 65) | class IA32PagedMemory:
method __init__ (line 66) | def __init__(self, baseAddressSpace, pdbr):
method entry_present (line 71) | def entry_present(self, entry):
method page_size_flag (line 76) | def page_size_flag(self, entry):
method pgd_index (line 81) | def pgd_index(self, pgd):
method get_pgd (line 84) | def get_pgd(self, vaddr):
method pte_pfn (line 88) | def pte_pfn(self, pte):
method pte_index (line 91) | def pte_index(self, pte):
method get_pte (line 94) | def get_pte(self, vaddr, pgd):
method get_paddr (line 99) | def get_paddr(self, vaddr, pte):
method get_four_meg_paddr (line 102) | def get_four_meg_paddr(self, vaddr, pgd_entry):
method vtop (line 105) | def vtop(self, vaddr):
method read (line 119) | def read(self, vaddr, length):
method zread (line 159) | def zread(self, vaddr, length):
method read_long_phys (line 193) | def read_long_phys(self, addr):
method is_valid_address (line 200) | def is_valid_address(self, addr):
method get_available_pages (line 213) | def get_available_pages(self):
class IA32PagedMemoryPae (line 232) | class IA32PagedMemoryPae:
method __init__ (line 233) | def __init__(self, baseAddressSpace, pdbr):
method entry_present (line 238) | def entry_present(self, entry):
method page_size_flag (line 243) | def page_size_flag(self, entry):
method get_pdptb (line 248) | def get_pdptb(self, pdpr):
method pgd_index (line 251) | def pgd_index(self, pgd):
method pdpi_index (line 254) | def pdpi_index(self, pdpi):
method get_pdpi (line 257) | def get_pdpi(self, vaddr):
method pde_index (line 261) | def pde_index(self, vaddr):
method pdba_base (line 264) | def pdba_base(self, pdpe):
method get_pgd (line 267) | def get_pgd(self, vaddr, pdpe):
method pte_pfn (line 271) | def pte_pfn(self, pte):
method pte_index (line 274) | def pte_index(self, vaddr):
method ptba_base (line 277) | def ptba_base(self, pde):
method get_pte (line 280) | def get_pte(self, vaddr, pgd):
method get_paddr (line 284) | def get_paddr(self, vaddr, pte):
method get_large_paddr (line 287) | def get_large_paddr(self, vaddr, pgd_entry):
method vtop (line 290) | def vtop(self, vaddr):
method read (line 308) | def read(self, vaddr, length):
method zread (line 348) | def zread(self, vaddr, length):
method read_long_phys (line 382) | def read_long_phys(self, addr):
method read_long_long_phys (line 389) | def read_long_long_phys(self, addr):
method is_valid_address (line 396) | def is_valid_address(self, addr):
method get_available_pages (line 409) | def get_available_pages(self):
FILE: volafox/volafox.py
class volafox (line 79) | class volafox():
method __init__ (line 80) | def __init__(self, mempath):
method get_vtop (line 90) | def get_vtop(self, address): # Get non-shifted address
method get_shift_vtop (line 94) | def get_shift_vtop(self, address): # Get shifted kernel symbol address
method overlay_loader (line 98) | def overlay_loader(self, overlay_path, vflag):
method get_kernel_version (line 111) | def get_kernel_version(self, vflag):
method init_vatopa_x86_pae (line 121) | def init_vatopa_x86_pae(self, vflag):
method get_system_profiler (line 160) | def get_system_profiler(self): # 11.11.23 64bit suppport
method kextstat (line 172) | def kextstat(self): # 11.11.23 64bit suppport
method kextscan (line 178) | def kextscan(self):
method kextdump (line 183) | def kextdump(self, KID):
method mount (line 188) | def mount(self):
method get_ps (line 193) | def get_ps(self):
method machdump (line 199) | def machdump(self, pid):
method task_dump (line 205) | def task_dump(self, task_id):
method get_tasks (line 213) | def get_tasks(self): # comparing proc with task
method lsof (line 239) | def lsof(self, pid, vflag):
method systab (line 254) | def systab(self): # 11.11.23 64bit suppport
method mtt (line 261) | def mtt(self):
method proc_dump (line 267) | def proc_dump(self, pid):
method netstat (line 276) | def netstat(self):
method netstat_test (line 289) | def netstat_test(self):
method pe_state (line 303) | def pe_state(self):
method efi_system_table (line 316) | def efi_system_table(self):
method keychaindump (line 326) | def keychaindump(self):
method dumpfilevaultkey (line 334) | def dumpfilevaultkey(self):
method findphysaddr_owner (line 342) | def findphysaddr_owner(self, physaddr):
method bash_history (line 347) | def bash_history(self):
method dmesg (line 356) | def dmesg(self):
method uname (line 361) | def uname(self):
method hostname (line 366) | def hostname(self):
method trustedbsd (line 372) | def trustedbsd(self):
method notifier (line 384) | def notifier(self):
method fbt_syscall (line 401) | def fbt_syscall(self):
method inline_quick (line 407) | def inline_quick(self, func_name):
method find_function (line 412) | def find_function(self, caller_func, callie_func):
method find_bsm_hook (line 417) | def find_bsm_hook(self):
method find_kauth_hook (line 420) | def find_kauth_hook(self):
method find_kdebug_hook (line 423) | def find_kdebug_hook(self):
method export_symbol_table (line 426) | def export_symbol_table(self, filename):
method dumpfile (line 429) | def dumpfile(self, offset, pid, vflag):
method dumpcompsegment (line 444) | def dumpcompsegment(self):
method checksysctl (line 447) | def checksysctl(self):
FILE: volafunx.py
class volafunx_bsd (line 50) | class volafunx_bsd():
method __init__ (line 51) | def __init__(self, ptd, mempath):
method init_vatopa_x86 (line 56) | def init_vatopa_x86(self):
method dump_kld (line 63) | def dump_kld(self, offset, size, kld_name):
method dump_process (line 79) | def dump_process(self, sym_addr, pid):
method process_info (line 202) | def process_info(self, sym_addr):
method process_info_hash (line 238) | def process_info_hash(self, sym_addr):
method thread_info (line 290) | def thread_info(self, sym_addr):
method kld_info (line 353) | def kld_info(self, sym_addr):
method IntToDottedIP (line 458) | def IntToDottedIP(self, intip):
method net_info (line 473) | def net_info(self, sym_addr):
method net_info_hash (line 556) | def net_info_hash(self, sym_addr):
method sysent_info (line 644) | def sysent_info(self, sym_addr):
method hooking_detect (line 665) | def hooking_detect(self, sysent, sym_addr_list):
function usage (line 673) | def usage():
function main (line 694) | def main():
Copy disabled (too large)
Download .json
Condensed preview — 109 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (61,539K chars).
[
{
"path": "LICENSE",
"chars": 15123,
"preview": "\t\t GNU GENERAL PUBLIC LICENSE\n\t\t Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc."
},
{
"path": "README.md",
"chars": 4216,
"preview": "# volafox\n## Introduction\nvolafox a.k.a 'Mac OS X Memory Analysis Toolkit' is developed on python 2.x\n\n*_please check ou"
},
{
"path": "elf_an.py",
"chars": 5113,
"preview": "#!/usr/bin/python\n# -*- coding: utf-8 -*-\n# -*- mode: python; -*-\n#\n# elf_an - elf file format analysis\n# Copyright by "
},
{
"path": "flatten.py",
"chars": 2027,
"preview": "#!/usr/bin/env python\n#\n# Copyright 2011 ATC-NY (http://www.cyber-marshal.com/)\n#\n#\n# This program is free software; you"
},
{
"path": "overlay_generator.py",
"chars": 1585,
"preview": "#!/usr/bin/env python # path\r\n\r\n\r\nimport sys\r\nfrom volafox.binan.macho_an import *\r\nimport pickle\r\n\r\ndef usage():\r\n p"
},
{
"path": "overlays/10.6.2_32.overlay",
"chars": 650638,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6022696\nsS'_nanoseconds_to_absolutetime'\np2\nI2777254\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10A432x32.overlay",
"chars": 650641,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6018064\nsS'_nanoseconds_to_absolutetime'\np2\nI2773158\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10A433x32.overlay",
"chars": 650862,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6018064\nsS'_nanoseconds_to_absolutetime'\np2\nI2773158\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10A433x64.overlay",
"chars": 850336,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523959639308L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956015138L\nsS'__"
},
{
"path": "overlays/10D572x32.overlay",
"chars": 650925,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6017464\nsS'_nanoseconds_to_absolutetime'\np2\nI2781350\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10D572x64.overlay",
"chars": 850283,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523959640804L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956019690L\nsS'__"
},
{
"path": "overlays/10D573x32.overlay",
"chars": 650704,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6017464\nsS'_nanoseconds_to_absolutetime'\np2\nI2781350\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10D578x32.overlay",
"chars": 650704,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6017464\nsS'_nanoseconds_to_absolutetime'\np2\nI2781350\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10F616x32.overlay",
"chars": 652154,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6021420\nsS'_nanoseconds_to_absolutetime'\np2\nI2781334\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10F659x32.overlay",
"chars": 652154,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6021420\nsS'_nanoseconds_to_absolutetime'\np2\nI2781334\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10H574x32.overlay",
"chars": 654889,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6041584\nsS'_nanoseconds_to_absolutetime'\np2\nI2789663\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10H575x32.overlay",
"chars": 654889,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6041584\nsS'_nanoseconds_to_absolutetime'\np2\nI2789663\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10J3250x32.overlay",
"chars": 656955,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6062492\nsS'_nanoseconds_to_absolutetime'\np2\nI2789663\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10J567x32.overlay",
"chars": 654889,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6041792\nsS'_nanoseconds_to_absolutetime'\np2\nI2789663\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10J869x32.overlay",
"chars": 656955,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6062492\nsS'_nanoseconds_to_absolutetime'\np2\nI2789663\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10K540x32.overlay",
"chars": 660641,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6079332\nsS'_nanoseconds_to_absolutetime'\np2\nI2793708\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10K549x32.overlay",
"chars": 660862,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI6079332\nsS'_nanoseconds_to_absolutetime'\np2\nI2793708\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/10K549x64.overlay",
"chars": 862793,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523959693444L\nsS'__dtrace_probeDOLLAR1938___vminfo____fsfree'\np2\nL184467435239"
},
{
"path": "overlays/11A511x32.overlay",
"chars": 737097,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7306992\nsS'_nanoseconds_to_absolutetime'\np2\nI2929808\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11A511x64.overlay",
"chars": 961460,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960888488L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956626096L\nsS'__"
},
{
"path": "overlays/11B26x32.overlay",
"chars": 737097,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7307424\nsS'_nanoseconds_to_absolutetime'\np2\nI2929808\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11B26x64.overlay",
"chars": 961460,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960888872L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956626096L\nsS'__"
},
{
"path": "overlays/11C74x32.overlay",
"chars": 737072,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7311728\nsS'_nanoseconds_to_absolutetime'\np2\nI2933904\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11C74x64.overlay",
"chars": 961538,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960888768L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956626096L\nsS'__"
},
{
"path": "overlays/11D50bx32.overlay",
"chars": 737934,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7313384\nsS'_nanoseconds_to_absolutetime'\np2\nI2933904\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11D50bx64.overlay",
"chars": 962493,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960890168L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956626096L\nsS'__"
},
{
"path": "overlays/11D50dx32.overlay",
"chars": 737934,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7313384\nsS'_nanoseconds_to_absolutetime'\np2\nI2933904\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11D50dx64.overlay",
"chars": 962493,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960890168L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956626096L\nsS'__"
},
{
"path": "overlays/11D50x32.overlay",
"chars": 1178384,
"preview": "(dp0\nS'__ZN18IORegistryIterator9metaClassE'\np1\nI10332148\nsS'__ZN19IOPMPowerStateQueue4initEP8OSObjectPFvS1_zE'\np2\nI90665"
},
{
"path": "overlays/11D50x64.overlay",
"chars": 1506442,
"preview": "(dp0\nS'_C.608.27802'\np1\nL18446743523964889616L\nsS'__ZN18IORegistryIterator9metaClassE'\np2\nL18446743523966776336L\nsS'__ZN"
},
{
"path": "overlays/11E53x32.overlay",
"chars": 738835,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7323860\nsS'_nanoseconds_to_absolutetime'\np2\nI2938000\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11E53x64.overlay",
"chars": 963646,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960905848L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956634464L\nsS'__"
},
{
"path": "overlays/11G63x32.overlay",
"chars": 739921,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nI7328108\nsS'_nanoseconds_to_absolutetime'\np2\nI2938000\nsS'__ZN22_IOOpenServiceIteratorC1"
},
{
"path": "overlays/11G63x64.overlay",
"chars": 965065,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523960910752L\nsS'_nanoseconds_to_absolutetime'\np2\nL18446743523956634464L\nsS'__"
},
{
"path": "overlays/12A269x64.overlay",
"chars": 1005936,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961239529L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962902896L\nsS'_nanoseconds_"
},
{
"path": "overlays/12B19x64.overlay",
"chars": 1005936,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961239529L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962902896L\nsS'_nanoseconds_"
},
{
"path": "overlays/12C54x64.overlay",
"chars": 1006533,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961251817L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962902896L\nsS'_nanoseconds_"
},
{
"path": "overlays/12C60x64.overlay",
"chars": 1006533,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961251817L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962902896L\nsS'_nanoseconds_"
},
{
"path": "overlays/12D78x64.overlay",
"chars": 1006823,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961205289L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962902896L\nsS'_nanoseconds_"
},
{
"path": "overlays/12E55x64.overlay",
"chars": 1008352,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961213529L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962907056L\nsS'_nanoseconds_"
},
{
"path": "overlays/12F37x64.overlay",
"chars": 1023981,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961258409L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962939824L\nsS'_nanoseconds_"
},
{
"path": "overlays/13A603x64.overlay",
"chars": 1110400,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961661273L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962982584L\nsS'_nanoseconds_"
},
{
"path": "overlays/13B42x64.overlay",
"chars": 1110400,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961661273L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962982584L\nsS'_nanoseconds_"
},
{
"path": "overlays/13C64x64.overlay",
"chars": 1110799,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961664713L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962982584L\nsS'_nanoseconds_"
},
{
"path": "overlays/13D65x64.overlay",
"chars": 1111205,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961677030L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962982584L\nsS'_nanoseconds_"
},
{
"path": "overlays/13E28x64.overlay",
"chars": 1111266,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523961678294L\nsS'_dev_lck_grp_attr'\np2\nL18446743523962982592L\nsS'_nanoseconds_"
},
{
"path": "overlays/14A329rx64.overlay",
"chars": 1211350,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963523860L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965138368L\nsS'_nanoseconds_"
},
{
"path": "overlays/14A386bx64.overlay",
"chars": 1211623,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963523028L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965138360L\nsS'_nanoseconds_"
},
{
"path": "overlays/14A389x64.overlay",
"chars": 1211623,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963523028L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965138360L\nsS'_nanoseconds_"
},
{
"path": "overlays/14B25x64.overlay",
"chars": 1211623,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963523028L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965138360L\nsS'_nanoseconds_"
},
{
"path": "overlays/14C109x64.overlay",
"chars": 1208310,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963518148L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965138424L\nsS'_nanoseconds_"
},
{
"path": "overlays/14D136x64.overlay",
"chars": 1209824,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963519940L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965146752L\nsS'_kdp_set_ip_a"
},
{
"path": "overlays/14E46x64.overlay",
"chars": 1210510,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963521028L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965146752L\nsS'_kdp_set_ip_a"
},
{
"path": "overlays/14F1021x64.overlay",
"chars": 1210749,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963519236L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965146752L\nsS'_kdp_set_ip_a"
},
{
"path": "overlays/14F1509x64.overlay",
"chars": 1210749,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963519236L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965146752L\nsS'_kdp_set_ip_a"
},
{
"path": "overlays/14F27x64.overlay",
"chars": 1210749,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963519140L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965146752L\nsS'_kdp_set_ip_a"
},
{
"path": "overlays/15A284x64.overlay",
"chars": 1250102,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963407068L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965185528L\nsS'_nanoseconds_"
},
{
"path": "overlays/15B42x64.overlay",
"chars": 1250816,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963407852L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965197816L\nsS'_nanoseconds_"
},
{
"path": "overlays/15C50x64.overlay",
"chars": 1254000,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963407548L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965197816L\nsS'_nanoseconds_"
},
{
"path": "overlays/15E65x64.overlay",
"chars": 1255753,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963401580L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965197816L\nsS'_nanoseconds_"
},
{
"path": "overlays/15F34x64.overlay",
"chars": 1255781,
"preview": "(dp0\nS'_hfs_attrdatafilename'\np1\nL18446743523963403516L\nsS'_dev_lck_grp_attr'\np2\nL18446743523965197816L\nsS'_nanoseconds_"
},
{
"path": "showbootermemorymap.py",
"chars": 1363,
"preview": "#!/usr/bin/env python\n#\n# Copyright 2011 ATC-NY (http://www.cyber-marshal.com/)\n# \n#\n# This program is free software; yo"
},
{
"path": "vol.py",
"chars": 12872,
"preview": "#!/usr/bin/env python # LSOF: new path\n#!c:\\python\\python.exe\n# -*- coding: utf-8 -*-\n# -*- mode:"
},
{
"path": "volafox/__init__.py",
"chars": 1,
"preview": "\n"
},
{
"path": "volafox/binan/__init__.py",
"chars": 1,
"preview": "\n"
},
{
"path": "volafox/binan/macho_an.py",
"chars": 9072,
"preview": "#!c:\\python\\python.exe\n# -*- coding: utf-8 -*-\n# -*- mode: python; -*-\n#\n# mach_an - mach-o file format analysis class\n"
},
{
"path": "volafox/plugins/WKdm.py",
"chars": 11479,
"preview": "# Rekall Memory Forensics\n#\n# Copyright 2014 Google Inc. All Rights Reserved.\n#\n# This program is free software; you can"
},
{
"path": "volafox/plugins/__init__.py",
"chars": 1,
"preview": "\n"
},
{
"path": "volafox/plugins/bash_history.py",
"chars": 5201,
"preview": "# -*- coding: utf-8 -*-\nimport sys\nimport struct\nimport time\nimport binascii\nfrom ps import process_manager, proc_print\n"
},
{
"path": "volafox/plugins/bsm_hook.py",
"chars": 1024,
"preview": "# Copyright by n0fate\n# License : GPLv2\n# This plug-in will be used for finding OpenBSM hook\n#\n#\n\nimport inline_hook_fin"
},
{
"path": "volafox/plugins/dmesg.py",
"chars": 1135,
"preview": "import sys\nimport struct\n\n\n# 2013.04.05 test\n######################################\nclass dmesg:\n def __init__(self, "
},
{
"path": "volafox/plugins/dumpcomppage.py",
"chars": 12564,
"preview": "__author__ = 'n0fate'\n\n# Reference : https://github.com/google/rekall/blob/master/rekall/plugins/darwin/compressor.py\n# "
},
{
"path": "volafox/plugins/efiinfo.py",
"chars": 13107,
"preview": "import sys\r\nimport struct\r\nimport uuid\r\n\r\n\r\n#==========================================================================="
},
{
"path": "volafox/plugins/export_table_symbol.py",
"chars": 500,
"preview": "import json\n__author__ = 'n0fate'\n\n# This plugins is used to function matching with dumped KEXT in memory image\n# Please"
},
{
"path": "volafox/plugins/fbt_systab.py",
"chars": 2523,
"preview": "# Copyright by n0fate\n# License : GPLv2\n\n# Main Idea : Back to the 'root' of Incident Response, FIRST 2014, Boston\n# Thi"
},
{
"path": "volafox/plugins/filevault2.py",
"chars": 4261,
"preview": "# -*- coding: utf-8 -*-\n\n\"\"\"\n@mainauthor: Thomas White\n@license: GNU General Public License 2.0\n@contact: "
},
{
"path": "volafox/plugins/hostname.py",
"chars": 1667,
"preview": "import sys\nimport struct\n\n\n# 2013.04.05 test\n######################################\nclass hostname:\n def __init__(sel"
},
{
"path": "volafox/plugins/imageinfo.py",
"chars": 5399,
"preview": "#!/usr/bin/python\n\n##### Horrible code below. Sorry.\n##### chris.leat@gmail.com\n#####\n\nimport re\nimport binascii\nimport "
},
{
"path": "volafox/plugins/inline_hook_finder.py",
"chars": 4145,
"preview": "# -*- coding: cp949 -*-\n\n# Copyright by n0fate\n# License : GPLv2\n# Only Working for Mountain Lion and Mavericks (IA-32e)"
},
{
"path": "volafox/plugins/kauth_hook.py",
"chars": 546,
"preview": "# Copyright by n0fate\n# License : GPLv2\n# This plug-in will be used for finding AV Monster II\n# AV Monster II use inline"
},
{
"path": "volafox/plugins/kdebug.py",
"chars": 450,
"preview": "# Copyright by n0fate\n# License : GPLv2\n# This plug-in will be used for finding kdebug hook\n#\n#\n\nimport inline_hook_find"
},
{
"path": "volafox/plugins/kextstat.py",
"chars": 9767,
"preview": "import sys\nimport struct\nimport operator\n\nfrom tableprint import columnprint\n\n# SN/Lion 32bit, SN/Lion 64bit\nDATA_KEXT_S"
},
{
"path": "volafox/plugins/keychaindump.py",
"chars": 4587,
"preview": "# -*- coding: utf-8 -*-\nimport sys\nimport struct\nimport binascii\nfrom ps import process_manager, proc_print\n\nfrom volafo"
},
{
"path": "volafox/plugins/lsof.py",
"chars": 75095,
"preview": "#!/usr/bin/env python\n\n'''\n\t Author: student researcher, osxmem@gmail.com\n Last Edit: 22 Mar 2012\n Description: Resea"
},
{
"path": "volafox/plugins/mach_trap.py",
"chars": 4415,
"preview": "## http://opensource.apple.com/source/xnu/xnu-xxxx.xx.xx/osfmk/kern/syscall_sw.h\n\nimport sys\nimport struct\n\nfrom tablepr"
},
{
"path": "volafox/plugins/machdump.py",
"chars": 11534,
"preview": "# -*- coding: utf-8 -*-\nimport struct\nimport ps\nfrom ctypes import *\n\nfrom volafox.vatopa.addrspace import FileAddressSp"
},
{
"path": "volafox/plugins/mount.py",
"chars": 2161,
"preview": "import sys\nimport struct\n\nfrom tableprint import columnprint\n\nDATA_MOUNT_STRUCTURE = [2212, '=I144x16s1024s1024s', 2276,"
},
{
"path": "volafox/plugins/netstat.py",
"chars": 9603,
"preview": "# reference\n# http://opensource.apple.com/source/xnu/xnu-2422.1.72/bsd/netinet/in_pcb.h\n\nimport sys\nimport struct\n\nfrom "
},
{
"path": "volafox/plugins/notifier.py",
"chars": 2487,
"preview": "import sys\nimport struct\n\nfrom tableprint import columnprint\n\n# 32bit, 64bit\nPointer_Structure = [[4, '=I'], [8, '=Q']]\n"
},
{
"path": "volafox/plugins/pe_state.py",
"chars": 12405,
"preview": "import sys\r\nimport struct\r\n\r\nfrom tableprint import columnprint\r\n\r\n# 32bit, 64bit\r\nDATA_PE_STATE_STRUCTURE = [[116, '=II"
},
{
"path": "volafox/plugins/ps.py",
"chars": 24359,
"preview": "# -*- coding: utf-8 -*-\nimport sys\nimport struct\nimport time\nimport os\n\nfrom tableprint import columnprint\n\nfrom volafox"
},
{
"path": "volafox/plugins/sysctl.py",
"chars": 5849,
"preview": "import sys\nimport struct\n\nimport kextstat\n\nfrom tableprint import columnprint\n\nfrom ctypes import *\n\n# base code : check"
},
{
"path": "volafox/plugins/systab.py",
"chars": 8518,
"preview": "import sys\nimport struct\nfrom tableprint import columnprint\n\n# http://opensource.apple.com/source/xnu/xnu-xxxx.xx.xx/bsd"
},
{
"path": "volafox/plugins/system_profiler.py",
"chars": 2335,
"preview": "import struct\nimport time\n\nclass system_profiler:\n def __init__(self, x86_mem_pae, base_address):\n self.x86_me"
},
{
"path": "volafox/plugins/tableprint.py",
"chars": 1603,
"preview": "import sys\r\n\r\nfrom sys import stderr\r\n\r\n# print a string matrix as a formatted table of columns\t\r\ndef columnprint(header"
},
{
"path": "volafox/plugins/trustedbsd.py",
"chars": 30032,
"preview": "import sys\nimport struct\n\nfrom tableprint import columnprint\n\n# 32bit, 64bit\nMAC_POLICY_LIST_STRUCTURE = [[28, '=IIIIIII"
},
{
"path": "volafox/plugins/uname.py",
"chars": 1103,
"preview": "import sys\nimport struct\n\n\n# 2013.04.05 test\n######################################\nclass uname:\n def __init__(self, "
},
{
"path": "volafox/vatopa/__init__.py",
"chars": 1,
"preview": "\n"
},
{
"path": "volafox/vatopa/addrspace.py",
"chars": 2129,
"preview": "# Volatility\n# Copyright (C) 2007,2008 Volatile Systems\n#\n# Original Source:\n# Copyright (C) 2004,2005,2006 4tphi Resear"
},
{
"path": "volafox/vatopa/ia32_pml4.py",
"chars": 9420,
"preview": "#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public "
},
{
"path": "volafox/vatopa/machaddrspace.py",
"chars": 10753,
"preview": "#!/usr/bin/python\nimport os\nimport sys\nimport struct\n\n# ----------------------------------------------------------------"
},
{
"path": "volafox/vatopa/x86.py",
"chars": 13842,
"preview": "# Volatility\n# Copyright (C) 2007,2008 Volatile Systems\n#\n# Original Source:\n# Copyright (C) 2004,2005,2006 4tphi Resear"
},
{
"path": "volafox/volafox.py",
"chars": 22163,
"preview": "# -*- coding: utf-8 -*-\n# -*- mode: python; -*-\n\nBUILD = \"1.0\"\t# LSOF: global to track research builds\n\n'''\n\n__________"
},
{
"path": "volafunx.py",
"chars": 35972,
"preview": "#!/usr/bin/python\r\n# -*- coding: utf-8 -*-\r\n# -*- mode: python; -*-\r\n#\r\n# volafunx\r\n# Copyright by n0fate - rapfer@gmai"
}
]
About this extraction
This page contains the full source code of the n0fate/volafox GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 109 files (55.7 MB), approximately 14.6M tokens, and a symbol index with 513 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.