去掉Metadata窗口的comments和User defined URL link标签中AudConv自动添加的内容 (2千字)
6.去掉Metadata窗口的comments和User defined URL link标签中AudConv自动添加的内容在audconv.dll中,
:10014232 E851E2FFFF call 10012488
:10014237 8B4DFC mov ecx, dword ptr [ebp-04]
:1001423A 83C40C add esp, 0000000C
:1001423D 85C9 test ecx, ecx
:1001423F 742B je 1001426C ;<--跳转
:10014241 8B01 mov eax, dword ptr [ecx]
* Possible StringData Ref from Data Obj ->"Audio Converter Home Page"
|
:10014243 68F48B0810 push 10088BF4
:10014248 FF5030 call [eax+30]
:1001424B 8B4DFC mov ecx, dword ptr [ebp-04]
* Possible StringData Ref from Data Obj ->"http://www.audconv.com"
|
:1001424E 68C48B0810 push 10088BC4
.........
* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:1001423F(C)
|
:1001426C 8D45F8 lea eax, dword ptr [ebp-08]
:1001426F 50 push eax
:10014270 6870470710 push 10074770
:10014275 6A03 push 00000003
* Reference To: audconv.MetadataCreateFrame
|
:10014277 E80CE2FFFF call 10012488
:1001427C 8B4DF8 mov ecx, dword ptr [ebp-08]
:1001427F 83C40C add esp, 0000000C
:10014282 85C9 test ecx, ecx
:10014284 742B je 100142B1 ;<--跳转
:10014286 8B01 mov eax, dword ptr [ecx]
* Possible StringData Ref from Data Obj ->"Audio Converter"
|
:10014288 68A48B0810 push 10088BA4
:1001428D FF5030 call [eax+30]
:10014290 8B4DF8 mov ecx, dword ptr [ebp-08]
* Possible StringData Ref from Data Obj ->"This audio file has been encoded "
->"by an evaluation version of Audio "
->"Converter for evaluation purposes "
->"only."
|
:10014293 68188A0810 push 10088A18
所以,在audconv.dll中,
:1001423F 742B =>EB2B
:10014284 742B =>EB2B
