並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 327件

新着順 人気順

Decompileの検索結果161 - 200 件 / 327件

  • Clojure 1.3 のパフォーマンスに驚いた話

    Clojureの今によると、 Clojure 1.3 からプリミティブ型による型注釈が可能になったようです。プリミティブ 型による型注釈は、最適化において最も重要な情報の一つですから、当然なが らその結果として、プリミティブな演算を伴う処理の高速化が期待できるわけ です。スライドでは、以下の fib 関数を例にとって、型注釈を与えた場合と 与えなかった場合とで、どれだけ実行速度が違うかを示しています。 ;; 型注釈なし (defn fib [n] (if (<= n 1) 1 (+ (fib (dec n)) (fib (- n 2))))) (time (fib 38)) ;=> Elapsed time: 4100.272 msecs ;; 型注釈あり (defn fib ^long [^long n] (if (<= n 1) 1 (+ (fib (dec n)) (fib (- n

    • Sketchetica Font Free by Hiekka Graphics » Font Squirrel

      MyFonts License v1.00 This license can also be found at this permalink: https://www.fontsquirrel.com/license/Sketchetica By selecting the “Accept License Agreement” button, you are agreeing to be bound by the terms of this Agreement. This Agreement, in conjunction with the receipt that accompanies each purchase from MyFonts.com (“MyFonts”), constitutes the complete agreement between you and MyFont

      • Changelog

        See more: https://docs.scala-lang.org/overviews/core/futures.html Dynamic and applyDynamic x.foo becomes x.applyDynamic("foo") if x’s type does not define a foo, but is a subtype of Dynamic See: https://docs.scala-lang.org/sips/type-dynamic.html Dependent method types New ByteCode emitter based on ASM Can target JDK 1.5, 1.6 and 1.7 Emits 1.6 bytecode by default Old 1.5 backend is deprecated A new

          Changelog
        • SunSolve

          Required reading... All SunSolve users must read and accept the following SunSolve License Agreement before they can download and use any software and patches. SUNSOLVE LICENSE AGREEMENT PLEASE CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS (THE "TERMS"). BY CLICKING THE "ACCEPT" BUTTON BELOW, YOU HEREBY AGREE TO THE TERMS OF THIS SUNSOLVE LICENSE AGREEMENT (THE "AGREEMENT") AS OF THE DATE YOU

          • SDメモリカードフォーマッター Windows用 | SD Association

            SD Memory Card Formatter END USER LICENSE AGREEMENT NOTICE: BY DOWNLOADING, INSTALLING OR USING THE PRODUCT, THE ENTITY OR INDIVIDUAL ENTERING INTO THIS AGREEMENT AGREES TO BE BOUND BY THE FOLLOWING TERMS. IF YOU DO NOT AGREE WITH ANY OF THESE TERMS, DO NOT DOWNLOAD, INSTALL, OR USE THE PRODUCT; PROMPTLY RETURN (IF APPLICABLE) THE PRODUCT TO THE SDA OR YOUR SDA DISTRIBUTOR. IF YOU REJECT THIS AGRE

              SDメモリカードフォーマッター Windows用 | SD Association
            • F# developer stories: how we've finally fixed a 9-year-old performance issue - .NET Blog

              Programming language authors have to think about many things at once: overall language design, runtime dangers, possible feature misuse, backward compatibility, forward compatibility, and so on. All these aspects, together with communication hiccups and time constraints, might get in the way of some seemingly clear and manageable problems. The Bug The story began in the summer of 2015 with this is

                F# developer stories: how we've finally fixed a 9-year-old performance issue - .NET Blog
              • KYUCON*BLOG: SWF解析防止ソフト

                フラツシュ・クリエイターとか使うと、swfの中身が結構見れてしまうので対策としてSWF Encryptを買いました。49.9ポンド(約1万円)でダウンロード購入できます。 早速Flash Creator体験版と対決させて見たところ、見事解析失敗してFlash Creatorが落ちます。WinFlasmでもfunctionとか表示できない様子。 これで汚くて恥ずかしいソース見られないで済む。 こういう機能をFlash本体につける予定ないのかな。仕様をオープンにするのは歓迎だけど、コンテンツを保護する方法も用意して欲しいな。 Amayeta SWF Encrypt 3.0 SWF Encrypt 3.0 encrypts your Macromedia Flash SWF files, protecting them from the most popular Flash Decompiler

                • \\\\\\\\\ F i n g e r K e y b o a r d 2 ///////// v2.1 - NOW ONLINE - all resolutions

                  Please note that the speed of typing in this video is intentionally slightly slowed down - this was done so that it is easier to see what buttons are being typed during the demonstration.​ BEFORE INSTALLATION: Before installing FingerKeyboard2, please make sure you find out what is the correct installation version for your device. You will see that we have attached several different versions - the

                    \\\\\\\\\ F i n g e r K e y b o a r d 2 ///////// v2.1 - NOW ONLINE - all resolutions
                  • 恐ろしい… swfからactionscriptソースを抽出するツールと使い方。

                    2007年8月1日2019年1月26日 恐ろしい… swfからactionscriptソースを抽出するツールと使い方。 MOONGIFT: » ソースを見てActionScriptの勉強「Flare」:オープンソースを毎日紹介 http://www.moongift.jp/2007/07/flare/ no|wrap.de – Flare http://www.nowrap.de/flare.html vistaで試しましたが、できました。 Flareインスト後、 swfファイル上で右クリックすると、Decompileが 出るのでそれを選択。 .flrというファイルがasです。 秀丸などで、開けます。 ご利用は自己責任で。

                      恐ろしい… swfからactionscriptソースを抽出するツールと使い方。
                    • free theme android for windows 7 terbaru : osakysama

                      = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =========> Download Link free theme android for windows 7 terbaru= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Install Windows 7 Launcher In Your Android Mobile (Full Version). People are searching for windows 7 launcher download for free. Today on Qd Tricks, we are sharing an article

                        free theme android for windows 7 terbaru : osakysama
                      • JavaからKotlinに変換してSupport LibraryとMockitoとRobolectricでハマった話とその解決方法 - メモ2ブログ

                        先日勤務先で開発合宿に行きました。プロダクトのKotlin化が途中だったので、仕上げてきました。 スライドでは省略した、ハマった点の詳細を共有します。 確認できるサンプルを用意してあります。サンプルの環境は次の通りです。 Android Studio: 2.3.3 Support Library: 25.3.1 Kotlin: 1.1.3-2 Mockito: 2.8.47 Robolectric: 3.3.2 github.com ハマった点 Non-NullにNullが入る Abstractクラスのテストで変更が反映されない @Jvmアノテーションを消せない Non-NullにNullが入る JavaからKotlinへは、Android Studioの機能でファイル単位で変換できます。 Javaで定義されているメソッドを呼び出す際に、次のエラーが起きてアプリがクラッシュすることがありま

                          JavaからKotlinに変換してSupport LibraryとMockitoとRobolectricでハマった話とその解決方法 - メモ2ブログ
                        • Android フォントスレ | ログ速@2ちゃんねる(net)

                          1 : 名無しさん@名無し変更投票、詳しくは議論スレへ[] 投稿日:2010/12/23(木) 00:13:37 ID:i7Ps9TIe [1/1回] 無いので建ててみますた 2 : 名無しさん@名無し変更投票、詳しくは議論スレへ[sage] 投稿日:2010/12/23(木) 00:16:18 ID:JoLf/LWa [1/2回] ルート関連で良いんでね? まあ、うずら一択だわな。 3 : 名無しさん@名無し変更投票、詳しくは議論スレへ[sage] 投稿日:2010/12/23(木) 02:20:41 ID:xCzxFLl3 [1/1回] >>2 ブサイクなんだから フォントぐらい綺麗な明朝つかえよwww 4 :  ̄ ̄ ̄ ̄ ̄∨ ̄ ̄ ̄ ̄ ̄[] 投稿日:2010/12/23(木) 02:35:41 ID:TrK5eE7F [1/1回]    彡川三三三ミ 川川 ::::::⌒ ⌒ヽ 川川::

                          • Delicious Bookmarks :: Firefox Add-ons

                            Delicious Bookmarks requires that you accept the following End-User License Agreement before installation can proceed: Software License Welcome to Delicious, a Yahoo! company. By downloading the Delicious software ('Delicious Software'), you agree to these software license terms (the "Software License") that supplement the Delicious Terms of Service ("TOS") located at http://delicious.com/

                            • Android APK Decompiler

                              Decompiling APK files made easy Choose an APK file and upload it and we'll decompile it in just a couple minutes. Having trouble with the uploader? Try the static version instead. File: To see the progress of your upload try our new flash uploader. What does this do? All applications for Android phones are distributed as APK Files. These files contain all the code, images and other media necessary

                              • Dangers of the Decompiler

                                Traditional (assembly level) reverse engineering of software is a tedious process that has been made far more accessible by modern day decompilers. Operating only on compiled machine code, a decompiler attempts to recover an approximate source level representation. '... and I resisted the temptation, for years. But, I knew that, if I just pressed that button ...' --Dr. Mann (Interstellar, 2014) Th

                                  Dangers of the Decompiler
                                • License Terms | Microsoft Visual Studio Community 2015 - Visual Studio

                                  All Microsoft Global Microsoft Security Azure Dynamics 365 Microsoft 365 Microsoft Teams Windows 365 Tech & innovation Microsoft Cloud AI Azure Space Mixed reality Microsoft HoloLens Microsoft Viva Quantum computing Sustainability Industries Education Automotive Financial services Government Healthcare Manufacturing Retail All industries Partners Find a partner Become a partner Partner Network Fin

                                    License Terms | Microsoft Visual Studio Community 2015 - Visual Studio
                                  • PHPのchm形式ヘルプファイルの作成方法 - コンピュータ系blog

                                    コンピューター系のblogになる予定です (blog名のまま)。が、もう更新を停止しました。コメントもトラックバックもできません。すいません。。。 お知らせ: 2014/07現在、2015/09/30 で kinshachi.ddo.jp のドメインが使えなくなってしまうかもしれないので、ddo.jp と dip.jp で並行運用します。(居ないとは思いますが ^^;) ブックマークをしてる人が居たら ddo.jp から dip.jp へ変更お願いします。 PHPのコンパイル済み HTML ヘルプ ファイル(chm)形式のヘルプファイル(日本語版)が色々おかしかったりします。 バグレポートもあがっているけど、なかなか直らないっぽい。 ・PHP Bugs: #27604: The language of the manual of the CHM version is wrong. http

                                    • Download NVIDIA, GeForce, Quadro, and Tesla Drivers

                                      IMPORTANT NOTICE -- READ CAREFULLY: This License For Customer Use of NVIDIA GeForce Software ("LICENSE") is the agreement which governs use of the GeForce software of NVIDIA Corporation and its subsidiaries ("NVIDIA") downloadable herefrom, including computer software and associated materials ("SOFTWARE"). By downloading, installing, copying, or otherwise using the SOFTWARE, you agree to be bound

                                      • Korg Kontrol Editor For Mac

                                        Visiteurs depuis le 27/01/2019 : 4976 Connectés : 1 Record de connectés : 18 The microKONTROL originally came with a Librarian Program. This has been upgraded to the microKONTROL Editor / Librarian Version 2.0. This new version adds the ability to edit the function of each and every controller, to swap and copy controller functions within a scene, as well as copying controller functions from scene

                                          Korg Kontrol Editor For Mac
                                        • 2012-04-24

                                          朝、DEEN宅で起床。大開のマクドへ。昨日ソーセージエッグマフィンセットのかざすクーポンは2枚目まで使いきってしまったので、ケータイクーポンで査収。出社後、朝食。 S42HWのシャッター音を元に戻してunroot化して何となく初期化してみる。MENU→設定→ストレージ→SDカードのマウント解除、MENU→設定→ストレージ→SDカード内データを消去→SDカード内データを消去→すべて消去、MENU→設定→プライバシー→「データのバックアップ」と「自動復元」のチェックをはずして「データの初期化」→端末をリセット→ロック画面になったらロック解除→S42HWへようこそが出るのでドロイド君を押す→スキップ→次へ→次へ→ホーム画面。SIMカードを入れていないがタイムゾーンは日本標準時になっている。日付と時刻はネットワーク自動設定となっているせいか、Wi-Fiで接続した瞬間に自動的に(NTPで?)時計合わ

                                            2012-04-24
                                          • Pownce : Download

                                            1. Download Adobe AIR Download Adobe AIR First, you'll need to download Adobe's AIR if you don't have it already. 2. Download the Pownce application Download Pownce Desktop 2.0 By installing this software you are agreeing to the End User License Agreement below. End User License Agreement BY CLICKING ON THE "I agree, download the software" BUTTON, YOU AND THE ENTITY OR COMPANY THAT YOU REPRESENT

                                            • Ableton Live MIDI Remote Scripts

                                              LAST UPDATES: 8th April 2024 Live 12.0.1 MIDI Remote Python Scripts Sources uncompiled : github Live 12.0.1 API Documentation : here Live 11 MIDI Remote Python Scripts Sources uncompiled : github Live 11 API Documentation : here Live 10.1 MIDI Remote Python Scripts Sources uncompiled : github Live 10.1.19 API Documentation : here SUMMARY What are Python MIDI Remote Scripts ? How to use hacked Pyth

                                                Ableton Live MIDI Remote Scripts
                                              • APKとjarを解体する

                                                こんにちは, 最近iOSとAndroidとJava Server系を行ったり来たりする日々が続いている開発者です。 今回筆者がはまった問題は以下の2つです 3rdパーティー提供のライブラリ(.jar)の中身が知りたい 自分で作成したapkが正しく作成されているかを確認 1は, まああまりよろしくないリバースエンジニアリングなわけですが... Bugなのか, 自分が悪いのかどうしてもわからなかったので少し 見させていただきました, それ以外の用途はないですよ。 2は, Androidのproguardをかけたときにまったく動かなくなって こちらが元記事(APK Analysis(English)) 筆者の別ブログです APK Anaysis is English post. If you want to read in English, please access this. さて本題です。

                                                  APKとjarを解体する
                                                • Bytecode Viewer - Java & Android APK Reverse Engineering Suite/Tool

                                                  An advanced yet user friendly Java Reverse Engineering suite Used by 286,739 people world wide! Free & Open Sourced by Konloch Loading... * Easy to use yet extremely effective. * Written to run on Java 7, supports Java 8. * Compile Decompiled Java classes with Ranino Compiler. * Quickly decompile classes using JD-Core. * Easily edit APKs via Smali/Baksmali integration. * Java Decompiling with Six

                                                  • Load Balancing-as-a-Service (LBaaS) - Juniper Networks TechWiki

                                                    Need an open-source solution for creating IP Fabrics? Introducing OpenClos »Close Juniper Networks TechWiki > Documentation > Contrail > Contrail Controller Feature Guide > Configuration > Load Balancing-as-a-Service (LBaaS) MindTouch Copyright (c) 2006-2014 MindTouch Inc. http://mindtouch.com This file and accompanying files are licensed under the MindTouch Master Subscription Agreement (MSA). At

                                                      Load Balancing-as-a-Service (LBaaS) - Juniper Networks TechWiki
                                                    • Reddit - Dive into anything

                                                      VAC now reads all the domains you have visited and sends it back to their servers hashed Decompiled module: http://i.imgur.com/z9dppCk.png What it does: Goes through all your DNS Cache entries (ipconfig /displaydns) Hashes each one with md5 Reports back to VAC Servers So the domain reddit.com would be 1fd7de7da0fce4963f775a5fdb894db5 or organner.pl would be 107cad71e7442611aa633818de5f2930 (Althou

                                                        Reddit - Dive into anything
                                                      • GitHub - Jolg42/awesome-typography: ✏︎ Curated list about digital typography 🔥

                                                        Awesome Typography Curated list about digital typography. Contents Specifications OpenType JavaScript Python C C++ C# Java Ruby Go Rust PHP Perl Processing Clojure UFO Tools with GUI Font Validator Font Testing Websites Miscellaneous Fonts TrueType Books Videos Specifications Microsoft's Documentation Apple's Documentation The Compact Font Format Specification - Technical Note #5176. the-cff-table

                                                          GitHub - Jolg42/awesome-typography: ✏︎ Curated list about digital typography 🔥
                                                        • SunSolve Home

                                                          A Better Mix SunSolve adds Sun Update Connection for smarter Solaris 10 updates. SUNSOLVE LICENSE AGREEMENT PLEASE CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS (THE "TERMS"). BY CLICKING THE "ACCEPT" BUTTON BELOW, YOU HEREBY AGREE TO THE TERMS OF THIS SUNSOLVE LICENSE AGREEMENT (THE "AGREEMENT") AS OF THE DATE YOU CLICK "ACCEPT" OR ON THE DATE YOU OR ANY RELATED PARTY FIRST USE THE SOFTWARE

                                                          • Google’s User Data Empire : Slightly Shady SEO

                                                            Recent Articles Affiliate Marketing, the Economy, and Maslow The Lazy Man’s Link Spamming Program Google’s User Data Empire The Election Algorithm and Black PR The Super Linkable (and Defensible) Site Elements The Achilles Heels of the Social Web The Semi-Automated Site Factory: Consolidating SEO Efforts Affiliate Marketing: Remembering the Purpose of a Network, Regulation, and Internet Explorer 8

                                                            • 【暇人脱獄Blogのしゃべってコンシェル改(茸さんごめんね)のお話】あまりご興味がないとは思いますがドコモ専用アプリ『しゃべってコンシェル』を自分流にカスタマイズしてみましょう^^ - 暇人脱獄Blog(脱獄iPhone,JailBreak_iPodTouch,Android,Root,evo,YouTubeレビュー等)の最近の興味がある事あれこれ

                                                              最近では所謂弄りとしては合格点だと思える茸さん専用音声認識アプリの『しゃべってコンシェル』の改造HowToをしてみたいと思います。 The しゃべってコンシェル改 です。(笑) 内容は、良くない内容ですのであくまでも自己責任また参考資料(アプリ開発の勉強的資料)としてお考えいただける方のみ読み進んでくださいね。 今回の『しゃべってコンシェル』の改造可能内容 ●別キャリア別端末での起動を実現(すべての機器での動作を確認したわけではありませんので) ●起動画面の表示メッセージのカスタマイズ ●茸さんオリジナルの羊さんを自分画像に変更 ●今回やりませんが背景画像の変更 ●定型文のカスタマイズ(改造者の名前を呼んでくれます) ●アプリアイコンの変更 こんな感じです。 今回の内容がわかる方なら更にカスタマイズが可能だとは思いますが、あくまでも素人の方で少しだけ頑張りたい方WWwww 向けの内容と思っ

                                                                【暇人脱獄Blogのしゃべってコンシェル改(茸さんごめんね)のお話】あまりご興味がないとは思いますがドコモ専用アプリ『しゃべってコンシェル』を自分流にカスタマイズしてみましょう^^ - 暇人脱獄Blog(脱獄iPhone,JailBreak_iPodTouch,Android,Root,evo,YouTubeレビュー等)の最近の興味がある事あれこれ
                                                              • 【Unity】UnsafeUtilityについて纏めてみる - Qiita

                                                                Unity2018.x系統からNativeContainerが入り、それに伴う機能としてかUnityのエンジン側で確保したネイティブメモリ領域(アンマネージドメモリ)を操作すること等が出来る「UnsafeUtility」 と言うAPIが追加されました。 UnsafeUtility自体はNativeConteinerの内部実装などで使用されている機能であり、使い方を把握すれば自身でNaticeContainerを自作すると言った事も可能となります。1 NativeConteinerの性質上、ひょっとしたらECS/JobSystemと言ったアンマネージドメモリに対する操作を必要とする処理以外ではあまり使う機会が無いかもしれませんが...必要とする所で使い方を把握しておくとコンテナの自作以外にも色々と応用を利かせられるかもしれません。 そこで今回は自分が趣味でECSやJobSystemを使う上で

                                                                  【Unity】UnsafeUtilityについて纏めてみる - Qiita
                                                                • Markuper: The Opera Unite Service template library - Opera Developer Community

                                                                  Markuper: The Opera Unite Service template library By António Afonso · 16 Jun, 2009Published in: markuper, service, library, javascript, template Introduction Markuper is a template library that provides an easy way to develop Opera Unite Services. Usually, when developing an Opera Unite Service, you need to output all content through the WebServerResponse.write* functions. That can easily be tur

                                                                  • ScottGu's Blog - Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard, WebMatrix

                                                                    Announcing release of ASP.NET MVC 3, IIS Express, SQL CE 4, Web Farm Framework, Orchard, WebMatrix I’m excited to announce the release today of several products: ASP.NET MVC 3 NuGet IIS Express 7.5 SQL Server Compact Edition 4 Web Deploy and Web Farm Framework 2.0 Orchard 1.0 WebMatrix 1.0 The above products are all free. They build upon the .NET 4 and VS 2010 release, and add a ton of additional

                                                                    • Forth Programming Language

                                                                      /* A sometimes minimal FORTH compiler and tutorial for Linux / i386 systems. -*- asm -*- By Richard W.M. Jones http://annexia.org/forth This is PUBLIC DOMAIN (see public domain release statement below). $Id: jonesforth.S,v 1.45 2007/10/22 18:53:13 rich Exp $ gcc -m32 -nostdlib -static -Wl,-Ttext,0 -Wl,--build-id=none -o jonesforth jonesforth.S */ .set JONES_VERSION,45 /* INTRODUCTION -------------

                                                                      • gmail java jar free software for samsung mobile : kypybafaj

                                                                        gmail java jar free software for samsung mobile 2017年 11月 20日 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =========> Download Link gmail java jar free software for samsung mobile= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = This is the last Gmail for mobile Java release, which is no longer available from. Support for multiple Gm

                                                                          gmail java jar free software for samsung mobile : kypybafaj
                                                                        • game catz 128x160 java zip : nekajiguy

                                                                          = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =========> Download Link game catz 128x160 java zip= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Java igre samsung 128x160.. Evo malo igra za samsunge i sony ericssone(500 GAMES) 128x160 IGRE ZA SAMSUNGE I SONY. C/CatZ.jar. C/Century of. D/d.zip D/Da Vinci Code - The Quest Begins.jar.

                                                                            game catz 128x160 java zip : nekajiguy
                                                                          • do walkman player .jar : inyzody

                                                                            = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =========> Download Link do walkman player .jar= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Free Download Walkman Mp3 Player.jar. 14227_4. Download. Walkman Mp3 Player.jar. Share On. Size of file. 154.38 kb. Category. Music & Video Player. Walkman player 3.0 JAVA App. English descript

                                                                              do walkman player .jar : inyzody
                                                                            • Previous Terms of Service - Dropbox

                                                                              Dropbox Terms of Service Posted: October 29, 2021 Effective: January 14, 2022 Thanks for using Dropbox! Our mission is to create a more enlightened way of working by providing an intuitive, unified platform to keep your content safe and accessible while helping you and those you work with stay coordinated and in sync. These terms of service (“Terms”) cover your use and access to our services, clie

                                                                                Previous Terms of Service - Dropbox
                                                                              • radare2 覚書 - /var/log/Sawada.log

                                                                                最近何かとCTFでお世話になっているradare2だが,どうもコマンドの物忘れがひどいので自分用の覚書としてここに残しておく.随時更新する. redare2って何 OSSとして開発が進んでいるReverse Engineering Framework.時々動作に難はあるものの,対応しているアーキテクチャやファイルフォーマットの多さから重宝している*1.元々はフォレンジックツールとして開発が始まったそうだが,今ではバイナリ解析用に逆アセンブルやデバッグ機能も追加され,有用な機能を持ったツール群として radare2 に統合された.操作性はvim,gdbに近く馴染みやすい.素晴らしいね!CTFで利用する人も増えてきており,最近は標的型Malwareの解析やBlackHatの成果発表でも見かけるなど実用性も上がってきている模様.詳細は以下. github.com やりたいこと 基本的には図のよう

                                                                                  radare2 覚書 - /var/log/Sawada.log
                                                                                • Indiscripts :: Binary JavaScript Embedment (CS4/CS5)

                                                                                  The jsxbin format (“Binary JavaScript”) is a boon for developers because it enables them to distribute a script without exposing its precious code. The ExtendScript ToolKit (ESTK) offers an Export to Binary feature which instantly converts a human-readable js(x) file into jsxbin. InDesign can then interpret this file as if it were a pure JavaScript. The only (boring!) problem is that the encoded s