Beispiel #1
0
		/// <summary>
		/// Gets the <see cref="IMAGE_DEBUG_DIRECTORY"/> and debug data that should be written to
		/// the PE file.
		/// </summary>
		/// <param name="idd">Updated with new values</param>
		/// <returns>Debug data</returns>
		public byte[] GetDebugInfo(out IMAGE_DEBUG_DIRECTORY idd) {
			return writer.GetDebugInfo(out idd);
		}
Beispiel #2
0
 /// <summary>
 /// Gets the <see cref="IMAGE_DEBUG_DIRECTORY"/> and debug data that should be written to
 /// the PE file.
 /// </summary>
 /// <param name="idd">Updated with new values</param>
 /// <returns>Debug data</returns>
 public byte[] GetDebugInfo(out IMAGE_DEBUG_DIRECTORY idd)
 {
     return(writer.GetDebugInfo(out idd));
 }