並び順

ブックマーク数

期間指定

  • から
  • まで

361 - 400 件 / 581件

新着順 人気順

x86 x64の検索結果361 - 400 件 / 581件

  • GitHub - zherczeg/sljit: Platform independent low-level JIT compiler

    SLJIT - Stack Less JIT Compiler Purpose: A low-level, machine independent JIT compiler, which is suitable for translating interpreted byte code into machine code. The sljitLir.h describes the LIR (low-level intermediate representation) of SLJIT. Key features: - Supports several target architectures: x86 32/64, ARM 32/64, RiscV 32/64, s390x 64, PowerPC 32/64, LoongArch 64, MIPS 32/64 - Supports a l

      GitHub - zherczeg/sljit: Platform independent low-level JIT compiler
    • Busybox-based Linux distro from scratch

      16 MiB SD/MMC card. Made in Japan in 2005 Today, I would like to show something different, than usual reverse-engineering, that appears on my blog usually. I needed to prepare a Linux distro for myself to be able to run it on my PC. But not the ordinary operating system that we download from webpage, then use fancy graphical installer to select, what we want and where. My goals were very specific.

        Busybox-based Linux distro from scratch
      • Apple Silicon Mac(M1,M2)でx86_64な環境構築【Ubuntu】 - Qiita

        はじめに CpawCTFや「詳解セキュリティコンテスト」でリバースエンジニアリングの学習をしようとしたところ、ほとんどの問題でx86_64アーキテクチャの実習環境が前提となっていました。対してM1,M2 Macはarm64アーキテクチャが採用されているため、解析対象のバイナリファイルなどがそのまま実行できません。 今回は仮想化ツールのUTMを用いて、M2 Mac上にx86_64なUbuntuの仮想環境を構築したので、アーキテクチャの知識も含めて紹介しようと思います。 CPU アーキテクチャ 2つのCPUアーキテクチャ(ARM,x86)と、それぞれ実装される命令セットの特徴をまとめてみました。この章を読まなくても環境構築に支障はないので、急ぎの方は読み飛ばしてください。 ちなみに命令セット(ISA) とはCPUを動作させるための命令語の体系です。 命令そのものの仕様の他に、レジスタの数や種類

          Apple Silicon Mac(M1,M2)でx86_64な環境構築【Ubuntu】 - Qiita
        • Node.js — Node v14.11.0 (Current)

          Notable Changes This is a security release. Vulnerabilities fixed: CVE-2020-8251: Denial of Service by resource exhaustion CWE-400 due to unfinished HTTP/1.1 requests (Critical). CVE-2020-8201: HTTP Request Smuggling due to CR-to-Hyphen conversion (High). Commits [dd828376a0] - deps: update llhttp to 2.1.2 (Fedor Indutny) nodejs-private/node-private#215 [753f3b247a] - http: add requestTimeout (Mat

            Node.js — Node v14.11.0 (Current)
          • GitHub - mytechnotalent/Reverse-Engineering: A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - mytechnotalent/Reverse-Engineering: A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit ARM & 64-bit ARM architectures.
            • コマンド ラインから Microsoft C++ ツールセットを使用する

              Visual Studio に含まれているツールを使用し、コマンド ラインで C と C++ のアプリケーションをビルドできます。 Microsoft C++ (MSVC) コンパイラ ツールセットは、スタンドアロン パッケージとしてダウンロードすることもできます。 Visual Studio IDE を使用する予定がない場合は、インストールする必要はありません。 Note この記事では、個々のコンパイラ、リンカー、ライブラリアン、その他の基本的なツールを使うように環境を設定する方法について説明します。 MSBuild に基づく Visual Studio のネイティブ プロジェクト ビルド システムでは、この記事の説明に従って環境は使用されません。 コマンド ラインから MSBuild を使用する方法については、「コマンド ラインでの MSBuild - C++」をご覧ください。 Vis

                コマンド ラインから Microsoft C++ ツールセットを使用する
              • An Update on C++/CLI and .NET Core - C++ Team Blog

                The first public release of our C++/CLI support for .NET Core 3.1 is now available for public preview! It is included in Visual Studio 2019 update 16.4 Preview 2. We would love it if you could try it out and send us any feedback you have. For more info about what this is and the roadmap going forward, check out my last post on the future of C++/CLI and .NET Core. To get started make sure you have

                  An Update on C++/CLI and .NET Core - C++ Team Blog
                • Docker のインストールの意味を完全に理解してみる - Qiita

                  昨日は、Docker Swarm 関連でひどい目にあった。もう何回目だろうこの手のインストールで時間を使うのは。もういい加減嫌になった。 どうやったらもっと確実にいけるだろう?なぜ、毎回時間がかかるんだろう。今回、Docker Swarm のインストールがうまくいかない原因をしらべたかった。事実としては Docker for Azure なら動く acs-engine をバージョンアップしたら動かない(同じバージョンで) ログは出ているが、それがダメなのかわからない(syslog  で出ている) マスターはちゃんと動作していない。ブートのログを見ても、エラーは見つからない。 結局のところ何かと考えると、Docker for Azure のスクリプトと、acs-engine のスクリプトを比較したら問題がわかりそうなのだが、なぜそうしないか?というと、わかりそうにないから。 多分理由は「理解

                    Docker のインストールの意味を完全に理解してみる - Qiita
                  • Gaussian Splattingを試す (Windows) – ft-lab

                    Gaussian Splattingは、SIGGRAPH 2023で発表されたプロジェクトです。 複数枚の写真からその空間のあらゆるところから見たビューを補間します。 同じ技術にNeRFがありますが、これの欠点を補った理論のようです(アルゴリズムはまだ未調査)。 NeRFの問題は、かなり大雑把な書き方ですが大きく以下の2点があります。 トレーニング時間がかかる 最終的な空間の復元で解像度不足 (なんだか眠い) GitHubのリポジトリはこちらになります。 https://github.com/graphdeco-inria/gaussian-splatting 今回はGaussian Splattingを試す流れをまとめることにしました。 CUDA11.8とAnaconda3を使います。 GoProで撮影した動画を使ってウォークスルーするまでを行います。 検証環境 OS : Windows

                    • Node.js — Node v12.14.1 (LTS)

                      Notable changes crypto: fix key requirements in asymmetric cipher (Tobias Nießen) #30249 deps: update llhttp to 2.0.1 (Fedor Indutny) #30553 update nghttp2 to 1.40.0 (gengjiawen) #30493 v8: mark serdes API as stable (Anna Henningsen) #30234 Commits [ddbe9826d0] - assert: replace var with let in lib/assert.js (PerfectPan) #30261 [33e0bd6b7c] - benchmark: use let instead of var in async_hooks (dnlup

                        Node.js — Node v12.14.1 (LTS)
                      • The Docker Handbook – Learn Docker for Beginners

                        sharing with others may helpWhichever version of the book you end up reading though, don't forget to let me know your opinion. Constructive criticism is always welcomed. Introduction to Containerization and DockerAccording to IBM, Containerization involves encapsulating or packaging up software code and all its dependencies so that it can run uniformly and consistently on any infrastructure.‌In ot

                          The Docker Handbook – Learn Docker for Beginners
                        • 『「やさしさ」の免罪符』 脚注・参考資料集

                          『「やさしさ」の免罪符 暴走する被害者意識と「社会正義」』(林智裕)の脚注・参考資料集です。 ※参考資料については、お待ちください。 ※「事実を整える」の Nathanさんと共同作業で作りました はじめに*1 【北海道・大千軒岳】「友だちでした。何も言えない」クマに襲われたとみられる遺体北大生と判明…水産学部長「志半ばの若い命が失われたことに深い悲しみ」 | みんなの掲示板 Talk (トーク) *2 北秋田市でクマに襲われ 高校生含む5人けが 1人は重傷|NHK 秋田県のニュース *3 クマ類による人身被害について [速報値] *3 クマによる人的被害 統計開始以降最多に 今年度17道府県160人 | NHK | クマ被害 *4 ファラオ田中【冷めた】 on X: "人間は碌な生き物じゃないのは間違いないが、熊社会の為にも人の味を覚えた熊は排除しなきゃいけないんだな。 人間を食う、人間の

                            『「やさしさ」の免罪符』 脚注・参考資料集
                          • Node.js — Node v20.4.0 (Current)

                            Notable Changes Mock Timers The new feature allows developers to write more reliable and predictable tests for time-dependent functionality. It includes MockTimers with the ability to mock setTimeout, setInterval from globals, node:timers, and node:timers/promises. The feature provides a simple API to advance time, enable specific timers, and release all timers. import assert from 'node:assert'; i

                              Node.js — Node v20.4.0 (Current)
                            • Windowsでrubyをはじめよう - Qiita

                              前書き 普段、Windowsでrubyを使っているのだけど、他のruby未経験者用にも使ってもらう必要が出てきたので、その説明資料として本稿を記す。 本稿の特徴は下記。 Windows版rubyの情報である。 2019年1月に書いている。 会社のイントラネット内での使用を想定して、proxy設定の情報を載せている。 複数バージョンのrubyの共存使用を前提としている。 gem(拡張ライブラリ)管理のためのbundler, 単体テストのためのrspec, TDDやリファクタリングのためのguardについても、非常に簡単な例を載せている。 ...ということで、以下、本文。 rubyとは rubyはMatzこと まつもとゆきひろ氏 が開発したプログラミング言語。Wikipediaへのリンク。 言語として ワンライナーでも使えるし、オブジェクト指向を使った本格的なシステムも組める。何より、"Enj

                                Windowsでrubyをはじめよう - Qiita
                              • Linus Torvalds Just Made A Big Optimization To Help Code Compilation Times On Big CPUs - Phoronix

                                Show Your Support: This site is primarily supported by advertisements. Ads are what have allowed this site to be maintained on a daily basis for the past 19+ years. We do our best to ensure only clean, relevant ads are shown, when any nasty ads are detected, we work to remove them ASAP. If you would like to view the site without ads while still supporting our work, please consider our ad-free Phor

                                  Linus Torvalds Just Made A Big Optimization To Help Code Compilation Times On Big CPUs - Phoronix
                                • Node.js — Node v14.15.0 (LTS)

                                  Notable Changes This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023. Commits [5b7a08c902] - doc: add missing link in Node.js 14 Changelog (Antoine du Hamel) #35782 [90a5d5982

                                    Node.js — Node v14.15.0 (LTS)
                                  • Introducing a Dart runtime for AWS Lambda | Amazon Web Services

                                    AWS Open Source Blog Introducing a Dart runtime for AWS Lambda Dart is a fast growing open source programming language, and powers some rapidly growing open source projects, such as Flutter. Thanks to custom AWS Lambda runtimes, you can run Dart in AWS Lambda. Writing your functions in Dart enables you to use your skills to develop mobile applications to create serverless backends. You also can sh

                                      Introducing a Dart runtime for AWS Lambda | Amazon Web Services
                                    • Linux Kernel: PSI - Pressure Stall Information /proc/pressure/memory で メモリのストールを観察する - hibomaの日記

                                      下記の続きエントリです hiboma.hatenadiary.jp 今回は PSI - Pressure Stall Information の /proc/pressure/memory についてのエントリ PSI を使うと CPU, メモリ, IO で stall した時間(割合) を計測できるってなことですが、どういった実装で「memory stall = メモリのストール」を起こしているタスクを計測しているのかかが疑問で調べていました PSI のドキュメント www.kernel.org 正直、ドキュメントを読んだだけでは /proc/pressure/memory がどういったタイミングで計上されるのか分かりませんでした. ソースを読む www.kernel.org ./kernel/sched/psi.c をざーっと呼んでいって psi_memstall_enter() と p

                                        Linux Kernel: PSI - Pressure Stall Information /proc/pressure/memory で メモリのストールを観察する - hibomaの日記
                                      • Node v13.0.0 (Current) | Node.js

                                        العربية Catalan Deutsch English Español زبان فارسی Français Galego Italiano 日本語 ქართული 한국어 Nederlands Português do Brasil limba română Русский Türkçe Українська 简体中文 繁體中文 Notable Changes assert: If the validation function passed to assert.throws() or assert.rejects() returns a value other than true, an assertion error will be thrown instead of the original error to highlight the programming mista

                                          Node v13.0.0 (Current) | Node.js
                                        • Secure Randomness in Go 1.22 - The Go Programming Language

                                          The Go Blog Secure Randomness in Go 1.22 Russ Cox and Filippo Valsorda 2 May 2024 Computers aren’t random. On the contrary, hardware designers work very hard to make sure computers run every program the same way every time. So when a program does need random numbers, that requires extra effort. Traditionally, computer scientists and programming languages have distinguished between two different ki

                                            Secure Randomness in Go 1.22 - The Go Programming Language
                                          • WindowsでのSNMPお勉強メモ - Qiita

                                            はじめに WindowsでのSNMPについてのお勉強メモです。 以下のことが書いてあります Net-SNMPのインストール方法 サービス(SNMPエージェントサービス、SNMPトラップハンドラサービス)のこと コマンド(snmpget、snmpwalk、snmptrap)のこと TWSNMPのこと 以下のことは書いていません SNMP v3 のこと パケット構造 環境 環境を用意するのが面倒なので1台のPCでお勉強しています。 OS=Windows10 Pro 1809 (64bit) Tool Net-SNMP(5.6.1.1-1.x86) TWSNMP(Ver 4.11.7) ◆SNMPとは Simple Network Management Protocol ルータ、スイッチ、サーバなどTCP/IPネットワークに接続された通信機器に対し、ネットワーク経由で監視、制御するためのアプリケ

                                              WindowsでのSNMPお勉強メモ - Qiita
                                            • マウスふるふるのダウンロード - INASOFT

                                              ■マウスふるふるのダウンロード 正式版のダウンロード (最近の更新点) ドキュメントを参照する Web版ヘルプを参照する 通知領域のアイコンが隠れる場合について ソフトウェア更新履歴のRSS配信を始めています。 フィードバック … ご連絡・ご感想・改善要望・現状維持要望などを承ります。お気軽にどうぞ。 簡易的なPowerShell版について(こちらもインストール不要&設定保存しません) 簡易的なバッチファイル版[PowerShellスクリプト埋込方式]について(こちらもインストール不要&設定保存しません) その他のソフトウェア プロセス名やプロセスの説明を変える方法 トップページへ戻る ※一部ウイルス対策ソフトのダウンロードブロックやウイルス検知のメッセージはほとんどが誤検知なので、それについてはウイルス対策ソフトメーカーへ問い合わせてください。作者に報告してはいけません。ブラウザにおける

                                              • IT業界小話:インテルCPUなのに「AMD64」なのはなぜ?

                                                TerraformのダウンロードページにはOS別に複数のインストーラが登録されています。 これは同じOSでもコンピュータのCPU仕様に合わせてインストーラが分かれているからです。 ここで問題になるのは「CPU」が同じ/違うというのは何を根拠に同じ/違うと言っているかです。 同僚はインテル社のCPUとAMD社のCPUは「違う」と言っていたのですが、今回の場合は「同じ」が正解でした。 なぜ、このような勘違いが起きたのでしょう。 実はこの歴史的経緯だけで何本も記事が書けるのですが、端的に説明すると次のようになります。 昔々インテルは8086や80186、80286など自社の16bit CPUの製造をAMDなど複数の企業に許可していました。 インテルからCPUの製造を許可された各社はインテル製CPUより低価格や高速で動作するバリエーションを作って差別化していました。 インテルは16bitだけでなく

                                                • The Compiler Writer Resource Page

                                                  Resources for Amateur Compiler Writers I know complete pans of the literature are left out, but this is a page for amateur compiler writers. Anything that I did not find practical is not listed here. (I also did not include the things that I do not yet know!) All the remarks in grey and even the selection of documents are personal. If you have suggestions of papers to include, please contact me! F

                                                  • iPad ProをSurface Proに買い替えたよ。 | ENHANCE

                                                    これまで11インチ iPad Proを長らく愛用してきた僕でしたが、およそ1ヶ月ほどまえにMicrosoftのSurface Pro 8を購入して乗り換えちゃいました。 同じタブレットの両者ですが、使ってみると全く違う性質のもの。最近の僕にはSurface Proのほうが合っているかなと思いました。 今回は購入した経緯や、1ヶ月ほど使ってみた感想をレビューしていこうかと思います。 ココが良い Windowsが使える汎用性キックスタンドスタイラスペンが多機能 ココが気になる 熱を持ちやすいバッテリーライフが短いサイズ展開が少ない iPad ProからSurface Pro 8に乗り換えたよ 乗り換えたきっかけはiPad mini(第6世代 ※以下iPad mini 6)を購入したのがきっかけです。 小さめのバッグでもすっぽりと収まる小型・軽量なボディ、小型からといって性能も抑えられているわけ

                                                      iPad ProをSurface Proに買い替えたよ。 | ENHANCE
                                                    • Flipping Pages: An analysis of a new Linux vulnerability in nf_tables and hardened exploitation techniques

                                                      This blogpost is the next instalment of my series of hands-on no-boilerplate vulnerability research blogposts, intended for time-travellers in the future who want to do Linux kernel vulnerability research. Specifically, I hope beginners will learn from my VR workflow and the seasoned researchers will learn from my techniques. In this blogpost, I'm discussing a bug I found in nf_tables in the Linux

                                                      • DockerコンテナにOracle Database 19c をインストールして、Windows 側から接続 - ts0818のブログ

                                                        シャボン玉が凍る仕組みと「スノードーム効果」と呼ばれる現象の発生原因に関する見識 周囲温度とシャボン玉の温度が同じ場合には、シャボン玉の底部から凍結が始まり、マランゴニ流(表面張力の小さい領域から大きい領域への液体の流れ)が生じ、氷の結晶が凍結前線から剥離して、スノードーム中のフレークのようにシャボン玉の中を浮遊する。その後、氷の結晶が成長し、互いに連結すると、シャボン玉は完全に凍結する。一方、周囲温度が室温である場合には、凍結前線がゆっくりと上方に伝播したが、熱伝導性が悪いために、最終的にはシャボン玉の途中で停止した。この部分的に凍結したシャボン玉はその後、平衡状態を保った後にしぼんで、この液体ドームは崩壊した。 【物理学】シャボン玉が凍る仕組み | Nature Communications | Nature Research ⇧  シャボン玉と言えば、そう、シャボンカッター! ...

                                                          DockerコンテナにOracle Database 19c をインストールして、Windows 側から接続 - ts0818のブログ
                                                        • 週刊AWS – 2020/7/27週 | Amazon Web Services

                                                          Amazon Web Services ブログ 週刊AWS – 2020/7/27週 AWSに興味をお持ちのみなさん、こんにちは。ソリューションアーキテクトの小林です。 ついに梅雨も明け8月に入りました。素麺がおいしい時期がやってきましたね。毎年書いている気がしますが私は素麺が好きなので、この時期は素麺をヘビーローテーションすることになります。例年は「我が家の定番」的なめんつゆをカスタマイズすることにこっていたのですが、今年は趣向を変えてめんつゆ自体にこだわってみようと思います。同僚に聞いて見たりwebで調べたりするのですが、本当にたくさんの種類があり良さそうなものを選び出すのも一苦労ですね。めんつゆはそれなりの量で買うしか無いので、1食分だけ試すことが出来ないのが悩みです。めんつゆ試食セミナーとか、めんつゆトライアルセットとかがあれば良いなぁと思いながら、今日も素麺を茹でることでしょう。

                                                            週刊AWS – 2020/7/27週 | Amazon Web Services
                                                          • [WIP] XZ Backdoor Analysis and symbol mapping

                                                            backdoor_analysis.md Discord Room for discussion https://discord.gg/TSD7H8Ww Github repository: https://github.com/smx-smx/xzre Init routines Llzma_delta_props_decoder -> backdoor_ctx_save Llzma_block_param_encoder_0 -> backdoor_init Llzma_delta_props_encoder -> backdoor_init_stage2 Prefix Trie (https://social.hackerspace.pl/@q3k/112184695043115759) Llzip_decode_1 -> table1 Lcrc64_clmul_1 -> table

                                                              [WIP] XZ Backdoor Analysis and symbol mapping
                                                            • Node.js — Node v14.19.0 (LTS)

                                                              Notable Changes Corepack Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development. In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default. Please head over to the Corepack

                                                                Node.js — Node v14.19.0 (LTS)
                                                              • Node.js — Node v17.6.0 (Current)

                                                                Notable Changes [6b88595142] - doc: deprecate notice for process methods (Yash Ladha) #41587 [77462b6083] - stream: revert map spec compliance (Benjamin Gruenbaum) #41931 [b968d89fc9] - build: remove broken x32 arch support (Ben Noordhuis) #41905 [ba639d052b] - (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) #36328 [214d17650b] - (SEMVER-MINOR) fs: support c

                                                                  Node.js — Node v17.6.0 (Current)
                                                                • Blinding EDR On Windows

                                                                  Acknowledgements My understanding of EDRs would not be possible without the help of many great security researchers. Below are some write-ups and talks that really helped me gain the understanding needed and hit the ground running on the research that will be presented here. If you are interested to go deeper, be sure to check out the following research (in no particular order): Jackson T: A Guide

                                                                  • 【小ネタ】OpenSSH クライアントをバージョンアップする方法 | DevelopersIO

                                                                    アノテーション 構築チームのいたくらです。 Windows のオプション機能でインストールした OpenSSH クライアントをバージョンアップする機会があったので備忘としてまとめました。 環境 エディション:Windows 11 Pro バージョン:22H2 OS ビルド:22621.2134 OpenSSH クライアントは、設定>アプリ>オプション機能 でインストール済みです。 バージョンアップ前の OpenSSH クライアントのバージョンは以下の通りでした。 PowerShell 7.3.6 PS C:\Users\ユーザ名> ssh -V OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3 事前確認 そもそもオプション機能でインストールした OpenSSH クライアントがどこに格納されているかを把握していなかったので確認します。 自分の場合は C:\W

                                                                      【小ネタ】OpenSSH クライアントをバージョンアップする方法 | DevelopersIO
                                                                    • CorvusSKKのおすすめ設定と使い方

                                                                      この記事は何? CorvusSKKはWindowsで利用可能な日本語IMEであり、SKKという入力方法を採用しています。 CorvusSKKはMS-IMEやGoogleIMEといった一般的なIMEと比較して、モード切り替えを多用する設計のため少々使いにくい場合があります。 この記事では、デフォルトの設定だと少しとっつきにくいCorvusSKKを使いやすくするため筆者が行っている設定と使い方について説明します。 この記事の対象読者 CorvusSKKで日本語入力をしてみたい人 SKKを使ったことがあるが、送り仮名付きの変換やモード移動の学習コストが高く諦めたことがある人 使用しているCorvusSKKのバージョン CorvusSKK 3.2.0 はじめに SKKとは? SKKを採用した日本語入力の特徴とメリットについては以下の記事をご覧ください。 設定内容の詳細について 設定値の説明が欲しい

                                                                        CorvusSKKのおすすめ設定と使い方
                                                                      • Microsoft、Arm版Windows 10でx64アプリのエミュレーションプレビュー開始

                                                                        米Microsoftは12月10日(現地時間)、ARM64環境でのx64アプリのエミュレーションを、Windows Insiderの開発者チャンネルでプレビューとして公開したと発表した。これにより「Surface Pro X」などのArm搭載Windows端末で、AutoDeskの「Sketchbook」やPsyonixの「ロケットリーグ」などの64bitアプリを実行できるようになる。 2017年にWindow 10 on Armがリリースした当時は、32bitのみのx86アプリがほとんどだったため、Microsoftは32bitx86アプリのエミュレーター開発に取り組んできた。近年エコシステムが64bitに移行し、64bitアプリのサポートへの強い要望があったという。 このプレビューではMicrosoft Storeなどからx64アプリをインストールできる。現在ARM64で32bitアプ

                                                                          Microsoft、Arm版Windows 10でx64アプリのエミュレーションプレビュー開始
                                                                        • Rails アプリで [docker-compose build] を実行したらエラーになった時の対処法をメモる - ものづくりのブログ

                                                                          原因 解決策 Rails アプリで開発中に "docker-compose build" を実行したら以下のエラーが出てきました。 $ docker-compose build db uses an image, skipping jenkins uses an image, skipping Building web Step 1/9 : FROM ruby:2.5.3 ---> 72aaaee1eea4 Step 2/9 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && apt-get update && apt-get install -y nodejs --no-install-recommends && rm -rf /var/lib/apt/lists/* ---> Using cache --->

                                                                            Rails アプリで [docker-compose build] を実行したらエラーになった時の対処法をメモる - ものづくりのブログ
                                                                          • Node.js — Node v17.0.0 (Current)

                                                                            Notable Changes Deprecations and Removals [f182b9b29f] - (SEMVER-MAJOR) dns: runtime deprecate type coercion of dns.lookup options (Antoine du Hamel) #39793 [4b030d0573] - doc: deprecate (doc-only) http abort related (dr-js) #36670 [36e2ffe6dc] - (SEMVER-MAJOR) module: subpath folder mappings EOL (Guy Bedford) #40121 [64287e4d45] - (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns (

                                                                              Node.js — Node v17.0.0 (Current)
                                                                            • 【レポ】M1/M2 MacでWinアプリが動く「CrossOver Mac」の使い方 - iPhone Mania

                                                                              Mac上でWindowsのアプリを動かす方法としては、Boot CampとParallels Desktop for Macなどの仮想化ソフトが有名です。 しかしながら、Appleシリコンを搭載したMacはBoot Campに対応しておらず、またどちらもWindowsのライセンスなどの費用が必要です。 もう少し手軽にWindowsアプリをMacで動かしたいという方におすすめの選択肢として「CrossOver Mac」があります。 これはWindows OS不要でWindowsアプリをMac上で動作させることができる、M1/M2チップにも対応したエミュレーションソフトです。 今回はこのCrossOver Macの最新版である21.1の使い方を解説します。 低予算で手軽にWindowsアプリが使えるCrossOver Mac Mac上でWindowsアプリを動かす選択肢としては、現状大きく分け

                                                                                【レポ】M1/M2 MacでWinアプリが動く「CrossOver Mac」の使い方 - iPhone Mania
                                                                              • Introduction to SpiderMonkey exploitation.

                                                                                Introduction This blogpost covers the development of three exploits targeting SpiderMonkey JavaScript Shell interpreter and Mozilla Firefox on Windows 10 RS5 64-bit from the perspective of somebody that has never written a browser exploit nor looked closely at any JavaScript engine codebase. As you have probably noticed, there has been a LOT of interest in exploiting browsers in the past year or t

                                                                                • Visual Studioの各バージョンと開発できる .NET Frameworkの各バージョンのまとめ (.Microsoft.NET Framework Developer Packの各バージョンのダウンロードまとめ。言語パック等)

                                                                                  ※ 無償版の Visual Studio 2013 Communityエディションは MFCの開発が可能。(機能的には Professionalエディション相当) ※ 無償版の Expressエディションは Visual Studio 2005から Visual Studio 2015まで存在。 2013の Communityは英語版のみ。 Visual Studio Community 2013 with Update 5 (x86) - DVD (English) リリース済み: 2015/11/13 SHA1: B78E03D4036702AC947AE506A212B07E49A68FF6 ファイル名: en_visual_studio_community_2013_with_update_5_x86_dvd_6816332.iso Visual Studio 2012 .NET