https://bugs.winehq.org/show_bug.cgi?id=40779
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Error in Copy/Past to |PDF Eraser 1.5 (.NET 4.0 |Registration bar of PDF |app): Paste of license data |Eraser |from clipboard fails with | |Wine-Mono Keywords|obfuscation |
--- Comment #13 from Anastasius Focht focht@gmx.net --- Hello Vincent,
the original .NET app from the Internet archive snapshot isn't obfuscated. Removing keyword and refining summary to mention the app version and Wine-Mono.
--- snip --- // Assembly PDFEraser, Version=1.5.0.4, Culture=neutral, PublicKeyToken=null // MVID: EAAFA3CC-D975-44C6-AD37-E6562A0E3D3D // Assembly references: // mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a // itextsharp, Version=4.1.2.0, Culture=neutral, PublicKeyToken=8354ae6d2174ddca // Module references: // PDFtoXPD.dll // PDFtoX.dll
[assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(DebuggableAttribute.DebuggingModes.Default | DebuggableAttribute.DebuggingModes.DisableOptimizations | DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints | DebuggableAttribute.DebuggingModes.EnableEditAndContinue)] [assembly: AssemblyTitle("PDF Eraser")] [assembly: AssemblyDescription("Erase Content from PDF")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("PDF Eraser")] [assembly: AssemblyProduct("PDF Eraser")] [assembly: AssemblyCopyright("Copyright @ PDFEraser.net")] [assembly: AssemblyTrademark("PDF Eraser")] [assembly: ComVisible(false)] [assembly: Guid("0e71f314-420c-4e64-bcf8-7c840aca210f")] [assembly: AssemblyFileVersion("1.5.0.4")] [assembly: TargetFramework(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")] [assembly: AssemblyVersion("1.5.0.4")] --- snip ---
Regards