# Interface: com.pnfsoftware.jeb.core.units.code.asm.INativePlugin

Native plugins consist of native disassembler and native decompiler plugins. 

 Important note: the [initialize](#initialize(com.pnfsoftware.jeb.core.properties.IPropertyDefinitionManager)) method of those plugins is never called.

## Method: setupCustomProperties
- parameter: `pdm`, type: `com.pnfsoftware.jeb.core.properties.IPropertyDefinitionManager`

Description: Customize the properties of the native plugin. Properties set up by the generic native identifier master plugin can be modified; other properties, specific to this module, can be added.
parameter: pdm: property definition manager to update

