Home Forum
Welcome, Guest
Username Password: Remember me

No "+" symbol connected Delphi string bug
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: No "+" symbol connected Delphi string bug

No "+" symbol connected Delphi string bug 2 years, 3 months ago #212

Hello,
The following Delphi string is connected without "+" symbol parsing is incorrect.
Regards,
Zhang Shangyi

Original string:
Lines.Strings = (
'The file you attempt to disassemble has been protected against '
'disassembly by its author. This usually means that the file is '
'copyrighted. However, nothing prevents the author or a trojan '

'horse, virus or any other kind of harmful software to abuse this' +
' '
'protection system. You could also be legally entitled to '
'disassemble this software for forensic or national security '
'reasons. Do you understand that'
''

' 1.if you disassemble this file you might be in violation of you' +
'r '
'local laws.'
' 2.you are solely responsible for your actions.'
' 3.by disassembling this file, you release and discharge the '
'providers and developers of IDA Pro from any and all liability '
'which might arise. Bypassing this warning message shall '
'constitute an implicit acceptance of the terms herein set forth.'
'')]

In Radialix:
corel.jpg

In Passolo:
corel-20091103.jpg
Last Edit: 2 years, 3 months ago by Zhang Shangyi.

Re:No "+" symbol connected Delphi string bug 2 years, 3 months ago #216

This is not a bug. Radialix shows strings exactly how they are stored in resources. Memo.Lines stored as a list of strings and Radialix does not merge them.

Re:No "+" symbol connected Delphi string bug 2 years, 3 months ago #218

However, such extraction method is not easy to translate. Would like can automatically connectin with the same way as Passolo.
Last Edit: 2 years, 3 months ago by Zhang Shangyi.
  • Page:
  • 1
Time to create page: 0.19 seconds