『漫游』酷论坛>『影音数码技术学习交流』>dgindexnv_b2039破解版

dgindexnv_b2039破解版

squallatf@2011-08-01 23:46

很久没上来发帖了~~偶然路过发点好东西~~
dgindexnv_b2039.zip (647 K) 下载次数:99
引用

ayukas@2011-08-02 00:45

3月份就有keygen了的...
引用

x265@2011-08-02 14:08

没有N卡用不了
引用

Xudicild@2011-08-02 20:04

解压错误,提示什么未知方式
引用

upyzl@2011-08-02 20:18

引用
引用第3楼Xudicild于2011-08-02 20:04发表的  :
解压错误,提示什么未知方式


我用7-zip 9.22可正常解压
---

顺便,我还在等LZ的EVA破2.22版字幕……
引用

squallatf@2011-08-02 21:23

论坛附件不让选7z于是用了lzma的zip,似乎只有7-zip能解压
引用
引用第4楼upyzl于2011-08-02 20:18发表的  :
顺便,我还在等LZ的EVA破2.22版字幕……

翻译lost中~
引用
引用第1楼ayukas于2011-08-02 00:45发表的  :
3月份就有keygen了的...   

有么~求一份~~
引用

天神十三煞@2011-08-03 12:01

话说序的目前最终版字幕能不能扔我一份
最近会搞BD的外挂字幕,三语四字幕
引用

回 5楼(squallatf) 的帖子

upyzl@2011-08-03 14:41

原来是这样……
引用

zys4416@2011-08-03 23:13

好东西
请问大家用dgindexnv导HDTV ts流有遇到花屏问题吗
引用

ayukas@2011-08-04 02:22

http://pastebin.com/dgUMFZH1

复制代码
  1. use strict;
  2. use bigint;
  3. use Win32::IPHelper;
  4. #lolrsa
  5. #in the app:
  6. #we found that n = 1A83F7CC1575DCCB59FDC77701E8713C4DEBABECEA715F1CB42575EFD7B963995 = 191892820193403451984594735322549457953943917542866379325485688078096355703189
  7. #factored to the following with msieve
  8. #p = 339543489182227951777179066602142842201
  9. #q = 565149461871782271459562271294598687389
  10. #public exponent was set to 3 in the app (a common e)
  11. #using p, q, and e, d was calc'd usign euclid as 127928546795602301323063156881699638635359483061208246068165964493466409449067 = 11AD4FDD63A3E8879153DA4F569AF62817968D05BBC6FA7E6FD62C5811179366B
  12. my $power = 0x11AD4FDD63A3E8879153DA4F569AF62817968D05BBC6FA7E6FD62C5811179366B;
  13. my $mod = 0x1A83F7CC1575DCCB59FDC77701E8713C4DEBABECEA715F1CB42575EFD7B963995;
  14. my @AI;
  15. my @mac;
  16. Win32::IPHelper::GetAdaptersInfo(\@AI);
  17. foreach(@AI) {
  18.     if($_->{IpAddressList}->[0]->{IpAddress} ne "0.0.0.0") {
  19.         foreach($_->{Address} =~ m/../g) {
  20.             push(@mac, hex($_));
  21.         }
  22.         last;
  23.     }
  24. }
  25. my $hwid = ((($mac[1] ^ $mac[5]) << 24) + (($mac[0] ^ $mac[4]) << 16) + ($mac[3] << 8) + $mac[2]) ^ 0x395016DF; #lol directly copied from the asm
  26. my $num = hex(sprintf("6BBBBBBB%08X1047BBBBBBBBBBBBBBBBBBBBBBBBBBBBD89033CC", $hwid));
  27. my $key = substr($num->bmodpow($power, $mod)->as_hex(), 2);
  28. printf("Key is: %s\n", $key);
  29. open (my $file, ">", "license.txt");
  30. print $file $key;
  31. close ($file);
  32. print("License file written.\n")


不建议编译后大规模传播成品 以免导致再次完全更换授权方式
引用

| TOP