#javascriptcore resultados da pesquisa
Vulnerability weaponization is the most frequently discussed topic of the #exploit development lifecycle. Here's our take on weaponizing a #JavaScriptCore vulnerability from the ground up: blog.ret2.io/2018/07/11/pwn… #Pwn2Own part four
One of our favorite #debugging technologies comes from @mozilla, so this week we wanted to help highlight an amazing project. Part three of our #Pwn2Own series makes use of timeless debugging to root cause an exploitable race condition in #JavaScriptCore: blog.ret2.io/2018/06/19/pwn…
Okay, after so many failures I've found an actual way to do #OCaml with #JavaScriptCore. Later add Object Layer on top, thank you C++.


Not much context here but just gotta say that after a fourth attempt at binding #OCaml to #JavaScriptCore, I finally found a path that works

One of our engineers shares lessons learned from using #JavaScriptCore—and why we migrated to #WKWebView. buff.ly/2Vt5hCe #TechBlog #Engineering #Lucidchart

Safari, Hold Still for NaN Minutes blog.exodusintel.com/2023/12/11/saf… @sherl0ck__ @n30m1nd @XI_Research #VulnerabilityAnalysis #JavaScriptCore #ASLR #Safari
react-native-js-benchmark week 2 - TTI Looks like no much difference between JIT and no-JIT versions. And V8 acts better than JSC this time. For details, it is in github.com/Kudo/react-nat… #reactnative #v8 #javascriptcore

اپل #Apple یک پچ امنیتی برای رفع دو آسیبپذیری zero-day منتشر کرد که هکرها از آن برای سوءاستفاده از کامپیوترهای مک با چیپ اینتل استفاده میکردند. یکی از این آسیبپذیریها مربوط به اجرای کد مخرب از طریق #JavaScriptCore و دیگری به حملات #XSS از طریق موتور #WebKit مربوط است. اپل…

Attacking #javascript Engines: A case study of #JavaScriptCore and #CVE-2016-4622 ::. bit.ly/2OS0siE #CyberIntelligence #Ciberseguridad #CyberSecurity #Crypto #SLDC #Hacking #Weaponization #Infosec

"Speculation in JavaScriptCore" by @filpizlo @webkit => bit.ly/3gl7GJa { #js #webkit #javascriptCore }

Speculation in #JavaScriptCore webkit.org/blog/10308/spe…
Understanding a static analysis pass in #JavaScriptCore JIT sillycross.github.io/2021/09/12/202…
NativeScript Replaces #JavaScriptCore with V8 for iOS Apps infoq.com/news/2020/01/n…
So I've kinda gone back to thoroughly brush up some core JS Concepts today~ >>arrow Function>>.this>>callstack and data heap>> Promise and Class construstors. #javascriptcore
#JavaScriptCore Internals Part V: The DFG (Data Flow Graph) JIT – On Stack Replacement zon8.re/posts/jsc-part…
#JavaScriptCore Internals Part IV: The DFG (Data Flow Graph) JIT – Graph Optimisation zon8.re/posts/jsc-part…
#JavaScriptCore Internals Part III: The DFG (Data Flow Graph) JIT – Graph Building zon8.re/posts/jsc-part…
#JavaScriptCore Internals Part II: The LLInt and Baseline JIT zon8.re/posts/jsc-inte…
#JavaScriptCore Internals Part I: Tracing #JavaScript Source to Bytecode zon8.re/posts/jsc-inte…
Уязвимость, обнаруженная группой анализа угроз #Google и признанная #Apple, затрагивает компоненты #JavaScriptCore и #WebKit в #macOS Sequoia, позволяя скомпрометировать криптовалютные кошельки и приватные ключи. Apple выпустила экстренные исправления для этих уязвимостей.

اپل #Apple یک پچ امنیتی برای رفع دو آسیبپذیری zero-day منتشر کرد که هکرها از آن برای سوءاستفاده از کامپیوترهای مک با چیپ اینتل استفاده میکردند. یکی از این آسیبپذیریها مربوط به اجرای کد مخرب از طریق #JavaScriptCore و دیگری به حملات #XSS از طریق موتور #WebKit مربوط است. اپل…

Safari, Hold Still for NaN Minutes blog.exodusintel.com/2023/12/11/saf… @sherl0ck__ @n30m1nd @XI_Research #VulnerabilityAnalysis #JavaScriptCore #ASLR #Safari
Remote Job: Staff iOS Engineer, Developer Platform Company name: reddit #redditjobs #JavaScriptCore #Hermes #MobileProgramming #iOS #iOSEngineer #DeveloperPlatform 👉 remote.io/remote-softwar… #workfromhome #remotework #remotejob via @remoteio_jobs
🚀 Bun speeds things up by utilizing the JavaScriptCore engine, while Node.js relies on the JavaScript V8 engine. JavaScriptCore is optimized for quicker startup, making Bun a great choice for faster performance. 💨 #NodeJS #JavaScriptCore #Bun

🚀"Bun speeds things up by utilizing the JavaScriptCore engine, while Node.js relies on the JavaScript V8 engine. JavaScriptCore is optimized for quicker startup, making Bun a great choice for faster performance. 💨 #NodeJS #JavaScriptCore #Bun #100daysofcoding"

Unleashing the Power of Bun: A Faster Modern JavaScript Runtime { by @coderj001 } from @hashnode coderj001.hashnode.dev/unleashing-the… #javascript #BunRuntime #JavaScriptCore #Performance #Zig #nodejs
WebAssembly: Wasmer 3.3 bringt Unterstützung von JavaScriptCore heise.de/news/WebAssemb… #Backend #JavaScriptCore
Also, with @SpiderMonkeyJS Kotlin/Wasm now passes all the same compiler tests it does with @v8js 🚀🎉 P.S. We are looking forward to seeing #JavaScriptCore (@webkit) in the list🤞
webkit.org/blog/10308/spe… コレは #JavaScriptCore だけど、他 engine も似た感じ。 Dynamically Typed Language を高速実行するには何をすれば良いのかの人類の知見が詰まってます😅 # 斜め読みして何やってもいるのか見ておくだけでも良いかと…
Pokud máte v jednotlivých filtrech více možností a máte filtraci obecně robustní, zvažte zobrazování jen části z nich. Ostatní zobrazte až na vyžádání poté, co si uživatel klikne na “Zobrazit další”. Filtrace se tím na první pohled zpřehlední a odlehčí. #UX / CRO tip

Vulnerability weaponization is the most frequently discussed topic of the #exploit development lifecycle. Here's our take on weaponizing a #JavaScriptCore vulnerability from the ground up: blog.ret2.io/2018/07/11/pwn… #Pwn2Own part four
One of our favorite #debugging technologies comes from @mozilla, so this week we wanted to help highlight an amazing project. Part three of our #Pwn2Own series makes use of timeless debugging to root cause an exploitable race condition in #JavaScriptCore: blog.ret2.io/2018/06/19/pwn…
Today I learned about some java script array method and the set of object : forEach()-used to iterate through each element in an array. filter()-creates a new array with elements that pass a condition . map()-transform each element and return a new array.and reduce, set.

The Contrast Swap Technique: Improved Image Performance with CSS Filters :: css-tricks.com/contrast-swap-…

「filter」プロパティを使用し画像にフィルターを追加してみました。 他にもhue-rotate(色相)やinvert(階調)の調整も可能です。 #Web制作 #プログラミング初心者 #駆け出しエンジニアと繋がりたい #webデザイン #css

I found this cheat sheet that explains filter and splice methods in Javascript very well.

🌌แจกไฟล์ภาพคับ เอาไปใช้งานส่วนตัวได้เลย ยกเว้นเอาไปใช้งานเชิงพาณิชย์คับ (ไฟล์ใหญ่เด้อ) drive.google.com/drive/folders/…

💡 CSS Tip ➡️ With a transparent image, use the filter property instead of box-shadow: #100daysofcode #coding #javascript

Javascript explained: Filter method in Arrays

JavaScript tip: Use the `onerror` attribute to set a fallback image.

Node.js Tip: You can use { colors: true } to get colored output for objects! Try it: console.dir(this, {colors: true})

CSS filter property cheatsheet for web developers 🎨 A Thread 🧵👇

⚡ filter( ) method in JavaScript 😉 Don't underestimate this array method is very useful. 🧵...

Something went wrong.
Something went wrong.
United States Trends
- 1. Chauncey Billups 43.6K posts
- 2. Chauncey Billups 43.6K posts
- 3. Mafia 84.2K posts
- 4. #7_years_with_ATEEZ 49.4K posts
- 5. Damon Jones 9,841 posts
- 6. Toronto Rangers 1,682 posts
- 7. 5sos 28.3K posts
- 8. #A_TO_Z 38.5K posts
- 9. #에이티즈_7주년_항해는_계속된다 38.9K posts
- 10. Gilbert Arenas 3,716 posts
- 11. Kash Patel 31.8K posts
- 12. Kirby Air Riders 5,960 posts
- 13. The FBI 131K posts
- 14. Adam Silver 3,751 posts
- 15. The NBA 171K posts
- 16. Feds 21.6K posts
- 17. Gambling 96.5K posts
- 18. Sakurai 9,466 posts
- 19. La Cosa Nostra 3,390 posts
- 20. Poker 26.9K posts