Intel 80x86 Assembly Language OpCodes

五 28 七月 2023 by ols3

OB2D lite Keep Server 2023 v1.0.1

日 09 七月 2023 by ols3

OB2D Lite Keep Server 2023 v1.0.1

OB2D 2023 0 OB2D 2023 1

read more

RHEL 閉源

五 30 六月 2023 by ols3

大約 4 年前(2019/07/09) ,自 Red Hat 併給 IBM 那天起,「RHEL 閉源」這事兒便在意料之中了,何足為奇。

https://www.redhat.com/en/blog/red-hats-commitment-open-source-response-gitcentosorg-changes

併購之初,說什麼 「Red Hat …

read more

Golang

一 02 一月 2023 by ols3

ksmbd 漏洞 (CVE-2022-47939)

二 27 十二月 2022 by ols3

ksmbd : use-after-free 漏洞

ksmbd 在 kernel 5.15 期被併入核心, 主要用來建立一個 in-kernel 的 SMB 服務, 可提高 SMB 網路檔案系統的效能. 不過, 這個新的程式碼 …

read more

Rust

日 25 十二月 2022 by ols3

seL4 微核心

四 15 十二月 2022 by ols3

Moda 其實有很多事可以做,而不是自詡為 Ministry of Dispatch Affairs。

以建立數位韌性而言,例如:先進安全的作業系統研究、安全程式語言的應 …

read more

選擇網站系統之原則

六 26 十一月 2022 by ols3

架設網站時,要慎選主機業者和後台系統,安全、穩定、功能彈性、價格合宜,才能長保久安,維護良好企業形象 。

read more

具備記憶體安全的程式語言

日 20 十一月 2022 by ols3

NSA 軟體開發指南 Software Memory Safety

Software Memory Safety

NSA urges shift to memory safe programming languages

C#, Go, Java®, Ruby™, Rust®, and Swift®.

read more

抄很大??? 眾多開發者集體控告 GitHub Copilot

四 10 十一月 2022 by ols3

2022/07/05 的預言成真了.

日前眾多開發者集體控告 GitHub Copilot ...... 求償天價.

AI 輔助寫程式工具試圖以黑盒子自居來規避智財權, 恐怕 …

read more

阿難和雜阿含經

一 07 十一月 2022 by ols3

阿難是白飯王的兒子、釋迦牟尼佛(佛陀)的堂弟,也是佛陀的侍者,是佛陀十大弟子之一,人稱「多聞第一」,因為他一直伴隨佛陀 …

read more

MathJax 美觀易用的 Javascript 數學顯示引擎

日 06 十一月 2022 by ols3

MathJax 支援所有的瀏覽器,在網頁上呈現數學式子,精確優美。

以 "柯西積分公式" (Cauchy's Integral Formula) 為例:

\(f(a) = \frac{1}{2\pi i} \oint\frac{f(z)}{z-a}dz\)

只要 …

read more

有限域曲線的黎曼假設

日 06 十一月 2022 by ols3

1940 年,法國數學家安德烈·威爾(André Weil)因未報到而入獄。在魯昂(Rouen)監獄服刑六個月期間,他證明了有限域曲線的黎曼假設(The Riemann …

read more

Ghidra 10.2 釋出.

日 06 十一月 2022 by ols3

Apple Security Research

二 01 十一月 2022 by ols3

Apple 成立資安研究網站:

Apple Security Research

SQLite

read more

Asm 測試 code block

二 01 十一月 2022 by ols3

測試組合語言 code block:

.386
.model flat, stdcall
option casemap : none

.data
abc db "abc",0
def db "def",0

.code
start:

mov ecx,3     ;the length of the abc and def strings
cld           ;set the direction flag so that EDI and ESI will increase using …
read more

SQLite 漏洞 (CVE-2022-35737)

一 31 十月 2022 by ols3

LibreSSL 3.6 開發版 (2022/10/05)

二 25 十月 2022 by ols3

Libre SSL 的發展目標

  • 改造 OpenSSL 代碼庫,具現代化結構,使其更易於審計、理解和修復。
  • 改用最佳的實作開發流程:
    • 頻繁發布
    • 代碼審查 …
read more

使用 Cosmopolitan Libc 協助 C 語言偵錯

一 24 十月 2022 by ols3

Cosmopolitan Libc 提供了一套增強 C 語言偵錯能力的函式庫:整合了 gdb、ASAN/UBSAN 運行等等,可用於追踪函式,有助於理解和修正 C 語言程式 …

read more

GNU poke

六 22 十月 2022 by ols3

GNU poke 是一個互動式的、可擴展的二進位資料編輯器,內建 poke 程式語言,可描述和操作資料結構。

GNU poke

poke 手冊

poke test poke poke dump

read more