之前终于弄到了youku ct=10
想着看能不能用老办法dump内存搞出ac那边的key
试了很久没有效果
后来在as中畅游的时候,发现了一些东西,然后就变得熟练了起来
顺便去翻了翻土豆,土豆新ctype=11始终没翻到,倒是看到了优酷ct=60
至于B这边……我最早得到key是dump后撞大运刚好看到。今天翻了翻……藏的也挺浅
对话发生于7/10
整理了下本地的日志,发现了很多好玩的
大概频率统计(大批量一批算单次)
Apache:我和你什么仇什么怨
想起来了,就又去翻了翻
然后发现里面竟是……ct=10的优酷!
对照disassameble的代码,搞了2个小时硬是写出来了
其实最主要的就是两个des密钥
不知道自己的水平能不能扣出bq_1.lua
写了三天的小东西
https://www.biliplus.com/data/
先写的后端挂到服务器上cron
初弄时感觉好无聊啊,表格难看啊什么的
不过目前看到了几次奇怪的故障,导致数据出问题
本来吧,我一开始的代码是,每次更新一次性读取所有已存数据,按个添加当次数据,再分别保存
结果不到一天已经700K数据了
吓得我赶紧重构了一下
按sid打开、追加、保存
7/1晚 更新log:
7/2 更新log:
7/4 更新log
7/5 更新log
7/6 更新log
一个时代彻底结束
同时,本来想修复一下播放器的进度条预览问题的,播放器都改好了突然想起乐视这边炸了。存放播放器用了一些小trick,和乐视有点关系
看来是没有机会了
很久之前存的av6下的东西,也不想再补档了,费时费力
等待官方修复教育网playurl问题
另外,tucao全线爆炸
“谢谢观赏”
咦,这里怎么有一辆车?
Kara no Kyoukai – Fukan Fuukei 3D BDrip
经历记录
在贴吧找到的源,bd iso镜像
尝试播放时发现分3段ssif,于是想自己压一下
搜索一下午,最终找到了ssifSource
坑一:stereoscopic player播放2d+depth文件极度卡顿,原因不明
不使用ldecod重新压制
坑二:sample_decode默认软件解码,需要去i卡集显驱动里找硬解dll,然后启用【intel_param = “-hw”】
坑三:压制00002.ssif时不能用硬解,卡在10帧处,只能用软解2fps压制,不确定是源问题还是解码器问题
耗费大半天压制完毕
坑四:ffdshow ass渲染无法正确处理旋转
好好好,压字幕
压入字幕又见新问题
暂时更新至此,继续研究fontconfig字体选择问题
修复字体问题失败,始终无法读取对应字体,最后就那样了
看完后没什么感觉,就是剧场版加景深效果,以及红蓝标准的看完眼瞎buff
远离非英文名称的字体
参考贝宁大师的指引,整了个泛域名证书
https://assl.loovit.net/
https://hostsymbol.com/clients/cart.php?a=add&pid=1
给数据服务器换了https,stunnel真好用
目前阻止BP HSTS的有:
总之怼死b站弹幕服务器
ix.hdslb.com图片问题,倒是可以直接强行搞到https://account-img.bilibili.com解决
似乎全https指日可待 ?
最终还是用nginx自带ssl比较稳
腾讯云不备案也能用80 443真好
感觉上直接网页下弹幕的人似乎不会很多?或许是时候hsts了,xhr下载就转发一下好了
package goddrinksjava; /* * The program GodDrinksJava implements an application that * creates an empty simulated world with no meaning or purpose. * * @author momocashew */ public class GodDrinksJava { public static void main(String[] args) { Thing me = new Lovable("Me", 0, true, -1 false); Thing you = new Lovable("You", 0, true, -1 false); World world = new World(5); world.addThing(me); world.addThing(you); world.startSimulation(); /* Switch on the power line Remember to put on PROTECTION Lay down your pieces And let's begin OBJECT CREATION Fill in my data parameters INITIALIZATION Set up our new world And let's begin the SIMULATION */ if(me instanceof PointSet){ you.addAttribute(me.getDimensions().toAttribute()); me.resetDimensions(); } /* If I'm a set of points Then I will give you my DIMENSION */ if(me instanceof Circle){ you.addAttribute(me.getCircumference().toAttribute()); me.resetCircumference(); } /* If I'm a circle Then I will give you my CIRCUMFERENCE */ if(me instanceof SineWave){ you.addAction("sit", me.getTangent(you.getXPosition())); } /* If I'm a sine wave Then you can sit on all my TANGENTS */ if(me instanceof Sequence){ me.setLimit(you.toLimit()); } /* If I approach infinity Then you can be my LIMITATIONS */ me.toggleCurrent(); /* Switch my current To AC to DC */ me.canSee(false); /* And then blind my vision */ me.addFeeling("dizzy"); /* So dizzy so dizzy */ world.timeTravelForTwo("AD", 617, me, you); world.timeTravelForTwo("BC", 3691, me, you); /* Oh we can travel To A.D to B.C */ world.unite(me, you); /* And we can unite So deeply so deeply */ if(me.getNumStimulationsAvailable() >= you.getNumStimulationsNeeded()){ you.setSatisfaction(me.toSatisfaction()); } /* If I can If I can give you all the STIMULATIONS Then I can Then I can be your only SATISFACTION */ if(you.getFeelingIndex("happy") != -1){ me.requestExecution(world); } /* If I can make you happy I will run the EXECUTION */ world.lockThing(me); world.lockThing(you); /* Though we are trapped In this strange strange SIMULATION */ if(me instanceof Eggplant){ you.addAttribute(me.getNutrients().toAttribute()); me.resetNutrients(); } /* If I'm an eggplant Then I will give you my NUTRIENTS */ if(me instanceof Tomato){ you.addAttribute(me.getAntoxidants().toAttribute()); me.resetAntoxidants(); } /* If I'm a tomato Then I will give you ANTIOXIDANTS */ if(me instanceof TabbyCat){ me.purr(); } /* If I'm a tabby cat Then I will purr for your ENJOYMENT */ if(world.getGod().equals(me)){ me.setProof(you.toProof()); } /* If I'm the only god Then you're the proof of my EXISTENCE */ me.toggleGender(); /* Switch my gender To F to M */ world.procreate(me, you); /* And then do whatever From AM to PM */ me.toggleRoleBDSM(); /* Oh switch my role To S to M */ world.makeHigh(me); world.makeHigh(you); /* So we can enter The trance the trance */ if(me.getSenseIndex("vibration")){ me.addFeeling("complete"); } /* If I can If I can feel your VIBRATIONS Then I can Then I can finally be COMPLETION */ world.unlock(you); world.removeThing(you); /* Though you have left */ me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); /* You have left You have left You have left You have left You have left me in ISOLATION */ if(me.getMemory().isErasable()){ me.removeFeeling("disheartened"); } /* If I can If I can erase all the pointless FRAGMENTS Then maybe Then maybe you won't leave me so DISHEARTENED */ try{ me.setOpinion(me.getOpinionIndex("you are here"), false); } catch(IllegalArgumentException e){ world.announce("God is always true."); } /* Challenging your god You have made some ILLEGAL ARGUMENTS */ world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); /* EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION EXECUTION */ world.announce("1","de"); world.announce("2","es"); world.announce("3","fr"); world.announce("4","kr"); world.announce("5","se"); world.announce("6","cn"); world.runExecution(); /* EIN DOS TROIS NE FEM LIU EXECUTION */ if(world.isExecutableBy(me)){ you.setExecution(me.toExecution()); } /* If I can If I can give them all the EXECUTION Then I can Then I can be your only EXECUTION */ if(world.getThingIndex(you) != -1){ world.runExecution(); } /* If I can have you back I will run the EXECUTION */ me.escape(world); /* Though we are trapped We are trapped ah */ me.learnTopic("love"); /* I've studied I've studied how to properly LO-O-OVE */ me.takeExamTopie("love"); /* Question me Question me I can answer all LO-O-OVE */ me.getAlgebraicExpression("love"); /* I know the algebraic expression of LO-O-OVE */ me.escape("love"); /* Though you are free I am trapped Trapped in LO-O-OVE */ world.execute(me); /* EXECUTION */ } }
package goddrinksjava; /* * The program GodDrinksJava implements an application that * creates an empty simulated world with no meaning or purpose. * * @author momocashew */ public class GodDrinksJava { public static void main(String[] args) { Thing me = new Lovable("Me", 0, true, -1 false); Thing you = new Lovable("You", 0, true, -1 false); World world = new World(5); world.addThing(me); world.addThing(you); world.startSimulation(); ///////////////////////////////////////// if(me instanceof PointSet){ you.addAttribute(me.getDimensions().toAttribute()); me.resetDimensions(); } if(me instanceof Circle){ you.addAttribute(me.getCircumference().toAttribute()); me.resetCircumference(); } if(me instanceof SineWave){ you.addAction("sit", me.getTangent(you.getXPosition())); } if(me instanceof Sequence){ me.setLimit(you.toLimit()); } ///////////////////////////////////////// me.toggleCurrent(); me.canSee(false); me.addFeeling("dizzy"); world.timeTravelForTwo("AD", 617, me, you); world.timeTravelForTwo("BC", 3691, me, you); world.unite(me, you); ///////////////////////////////////////// if(me.getNumStimulationsAvailable() >= you.getNumStimulationsNeeded()){ you.setSatisfaction(me.toSatisfaction()); } if(you.getFeelingIndex("happy") != -1){ me.requestExecution(world); } world.lockThing(me); world.lockThing(you); ///////////////////////////////////////// if(me instanceof Eggplant){ you.addAttribute(me.getNutrients().toAttribute()); me.resetNutrients(); } if(me instanceof Tomato){ you.addAttribute(me.getAntoxidants().toAttribute()); me.resetAntoxidants(); } if(me instanceof TabbyCat){ me.purr(); } if(world.getGod().equals(me)){ me.setProof(you.toProof()); } ///////////////////////////////////////// me.toggleGender(); world.procreate(me, you); me.toggleRoleBDSM(); world.makeHigh(me); world.makeHigh(you); ///////////////////////////////////////// if(me.getSenseIndex("vibration")){ me.addFeeling("complete"); } world.unlock(you); world.removeThing(you); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); me.lookFor(you, world); if(me.getMemory().isErasable()){ me.removeFeeling("disheartened"); } try{ me.setOpinion(me.getOpinionIndex("you are here"), false); } catch(IllegalArgumentException e){ world.announce("God is always true."); } ///////////////////////////////////////// world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.runExecution(); world.announce("1","de"); world.announce("2","es"); world.announce("3","fr"); world.announce("4","kr"); world.announce("5","se"); world.announce("6","cn"); world.runExecution(); ///////////////////////////////////////// if(world.isExecutableBy(me)){ you.setExecution(me.toExecution()); } if(world.getThihngIndex(you) != -1){ world.runExecution(); } me.escape(world); ///////////////////////////////////////// me.learnTopic("love"); me.takeExamTopie("love"); me.getAlgebraicExpression("love"); me.escape("love"); ///////////////////////////////////////// world.execute(me); } }
estertion.win
喜闻乐见namesilo $1.89系列之一
旧域名自生自灭,到期即废弃
真是对国内的这些公司没有一点好感