#winapi результаты поиска

見やすくしてみた、たぶん。 #C言語 #プログラミング #WINAPI

yoshikaz1986's tweet image. 見やすくしてみた、たぶん。
#C言語
#プログラミング
#WINAPI

ウィンドウプロシージャをstaticにしなくても扱えるのめっちゃ便利 ウィンドウプロシージャのカプセル化がめっちゃ役立つ #C++ #WinAPI #プログラミング勉強中 #プログラミング独学

raten1783's tweet image. ウィンドウプロシージャをstaticにしなくても扱えるのめっちゃ便利

ウィンドウプロシージャのカプセル化がめっちゃ役立つ

#C++
#WinAPI
#プログラミング勉強中 
#プログラミング独学
raten1783's tweet image. ウィンドウプロシージャをstaticにしなくても扱えるのめっちゃ便利

ウィンドウプロシージャのカプセル化がめっちゃ役立つ

#C++
#WinAPI
#プログラミング勉強中 
#プログラミング独学

#C言語 で作ってみた。#WINAPI


I'm back nerds. Now im getting back to work. #winapi #rust #programming

5mukx's tweet image. I'm back nerds. Now im getting back to work.  

#winapi #rust #programming

#C言語 と #WINAPI でとりあえず三角形を透視投影変換。wiki先生を読むと、三角形の相似で実現できるらしいから、やってみた。 見にくいけど、ひとつの三角形が移動すると、相対的に相似の計算でもう他方の三角形が(遠方だと仮定して)ゆっくり動く。 wiki先生、万歳。

yoshikaz1986's tweet image. #C言語 と #WINAPI でとりあえず三角形を透視投影変換。wiki先生を読むと、三角形の相似で実現できるらしいから、やってみた。
見にくいけど、ひとつの三角形が移動すると、相対的に相似の計算でもう他方の三角形が(遠方だと仮定して)ゆっくり動く。
wiki先生、万歳。

#opengl #winapi CでGLSL遊ぼうとするとフラグメントシェーダで2D描画だけでもかなり手間がかかる 特にarb拡張?関連の関数の事前定義が必須で独自にせよどっかで落とすにせよ準備必要なのがめんどいしちょっと前まで初学者として混乱しまくっていた。今でもなぜそんな方式なのかよくわかっていない...


LummaC2 #Stealer #Malware Features; - Developed in C Language, - There is no #WinAPI, only manual system call invocations.

MonThreat's tweet image. LummaC2 #Stealer #Malware Features;

- Developed in C Language,
- There is no #WinAPI, only manual system call invocations.

#C言語 #WINAPI  のみで図形描画&透視投影(?)写像。 まだX軸の左右しか動かず。無念。 程遠い。


ノーライブラリ、ノーエンジンで、 自前で3Dっぽいプログラム。 まだ計算式が未熟。 #C言語 #WINAPI


Curious if anyone still uses #WinAPI to develop apps or games? or do you prefer using SDL/GLFW?


ドット絵、描くの難しい。 頑張る。 とりあえず、画面遷移、ダブル・バッファリングとアニメーション。ゲームループを実装。 何にもわからない状態から、ここまで。 とりあえず、ドット絵を頑張る。 #win32API #WINAPI #winapi #C言語


I was looking at a recent #RaccoonV2 sample that uses API hammering to delay execution and complicate the analysis. tria.ge/230107-vytztah… I wrote a quick script to cleanup the decompiled code. github.com/N1ght-W0lf/Mal… (1/3)

_n1ghtw0lf's tweet image. I was looking at a recent #RaccoonV2 sample that uses API hammering to delay execution and complicate the analysis.
tria.ge/230107-vytztah…

I wrote a quick script to cleanup the decompiled code.
github.com/N1ght-W0lf/Mal…

(1/3)
_n1ghtw0lf's tweet image. I was looking at a recent #RaccoonV2 sample that uses API hammering to delay execution and complicate the analysis.
tria.ge/230107-vytztah…

I wrote a quick script to cleanup the decompiled code.
github.com/N1ght-W0lf/Mal…

(1/3)


#C言語 でなんとか立方体の透視投影と、 わかりにくいけど回転を実装してみた。 まだ計算式があれなので回転すると立方体が左右に動いてしまう。むずい。。 #WINAPI #趣味プログラミング


3Dっぽい自作プログラムが立方体っぽく、ぽくなったので載せてみる。 三角形の相似しか使ってません。 #C言語 #WINAPI


(c++) How can I read another process' prints (so like the "couted" stuff) stackoverflow.com/questions/7580… #cpp #winapi

overflow_meme's tweet image. (c++) How can I read another process' prints (so like the "couted" stuff) stackoverflow.com/questions/7580… #cpp #winapi

Этот твит больше недоступен.

#WINAPI#C言語 のみで動かしてみた。 ドット絵は自前だからあれだけど、 やっぱ少しでも動くと嬉しい。 ちな画面遷移も実装してみた。


🚀 We've recently added a new section dedicated to Windows API that can be used for evasion mechanisms. You can now get more details about it and see the associated techniques. Note: Still a Work-In-Progress. #WinAPI #Evasion #malware

fr0gger_'s tweet image. 🚀 We've recently added a new section dedicated to Windows API that can be used for evasion mechanisms. You can now get more details about it and see the associated techniques. Note: Still a Work-In-Progress. #WinAPI #Evasion #malware
fr0gger_'s tweet image. 🚀 We've recently added a new section dedicated to Windows API that can be used for evasion mechanisms. You can now get more details about it and see the associated techniques. Note: Still a Work-In-Progress. #WinAPI #Evasion #malware

自前で描画エンジンを作っている。 ほぼ趣味。 #C言語 #WINAPI #3D

yoshikaz1986's tweet image. 自前で描画エンジンを作っている。
ほぼ趣味。
#C言語
#WINAPI
#3D
yoshikaz1986's tweet image. 自前で描画エンジンを作っている。
ほぼ趣味。
#C言語
#WINAPI
#3D

🤖 AI Alpha - $WINP - 🚨 🧫 CA - 5pt1mQA5v6qfFhNkT3GQNkh3Ew8CqZksxVu21a2cpump 💎 MCP - 11.77K 🔊 Signal 🔗 okai.HK 👈 🌪️ Check 👉 Gmgn.ai/sol/token/B5A6…💎 🔃- Fast Transactions: Execute trades instantly -🔃

T1_e17's tweet image. 🤖 AI Alpha - $WINP - 🚨
🧫 CA - 5pt1mQA5v6qfFhNkT3GQNkh3Ew8CqZksxVu21a2cpump 
💎 MCP - 11.77K 
🔊 Signal 🔗 okai.HK  👈
🌪️ Check 👉 Gmgn.ai/sol/token/B5A6…💎
🔃- Fast Transactions: Execute trades instantly -🔃

This was meant to be an attempt at being funny and introducing some people to the goopy goop of the WINAPI. This was not meant to be a 1337 analysis and retrospective analysis on backward compatibility

vxunderground's tweet image. This was meant to be an attempt at being funny and introducing some people to the goopy goop of the WINAPI.

This was not meant to be a 1337 analysis and retrospective analysis on backward compatibility

The win API is basically ancient lost technology now. It's one of the great artifacts of the XX Century, and few master it nowadays. Even inside microsoft they are mostly clueless about it.


WINAPI is a huge PITA. Sorry, pLPITA* Lpita = &CreateLpitaW(hWtf, &pWhyMe, TOHGODWHYPARAMS(tOhGodWhyInst)->_GetReasonGodWhy(3)).


บทความเขียนดีมาก อธิบายรางวัลได้อย่างชัดเจน ภูมิในตัวน้องวินมากๆเลยนะ พัฒนาตัวเอง เติบโตขึ้นไปเรื่อยๆนะคะ 💚 #AsiaPacificU30 #APEA #winmetawin @winmetawin

Aomshiro225's tweet image. บทความเขียนดีมาก อธิบายรางวัลได้อย่างชัดเจน
ภูมิในตัวน้องวินมากๆเลยนะ
พัฒนาตัวเอง เติบโตขึ้นไปเรื่อยๆนะคะ 💚

#AsiaPacificU30 
#APEA
#winmetawin @winmetawin

วิน-ไบรท์ และ MILLI ถูกรับเลือกเป็น Asia-Pacific U30 Outstanding Young Leaders จาก APEA นักแสดงและศิลปินมากความสามารถอย่าง วิน เมธวิน ไบร์ท วชิรวิชญ์ และ MILLI ถูกรับเลือกให้เป็น Asia-Pacific U30 Outstanding Young Leaders จาก APEA โดยพวกเขาเป็นตัวแทนจาก 143…

TheStandardPOP's tweet image. วิน-ไบรท์ และ MILLI ถูกรับเลือกเป็น Asia-Pacific U30 Outstanding Young Leaders จาก APEA

นักแสดงและศิลปินมากความสามารถอย่าง วิน เมธวิน ไบร์ท วชิรวิชญ์ และ MILLI ถูกรับเลือกให้เป็น Asia-Pacific U30 Outstanding Young Leaders จาก APEA โดยพวกเขาเป็นตัวแทนจาก 143…


Yet again @Wix resilience global infrastructure stood the test. Unlike the "conventional" topology of multy availability zone, @WinEng deployed our services in multiple geographical zones, across continents, so your website will always be available.


ยินดีกับคุณวินคนเก่งมากๆนะคะ 🎉🎊👑🫶✨ คุณวินเก่งมากๆเลยค่ะ ขอให้คุณวินประสบความสำเร็จเติบโตก้าวหน้ายิ่งๆขึ้นไปในทุกๆด้านอีกเยอะๆเลยนะคะคนเก่ง #AsiaPacificU30 #APEA #winmetawin @winmetawin

Atchara_win's tweet image. ยินดีกับคุณวินคนเก่งมากๆนะคะ 🎉🎊👑🫶✨ 
คุณวินเก่งมากๆเลยค่ะ
ขอให้คุณวินประสบความสำเร็จเติบโตก้าวหน้ายิ่งๆขึ้นไปในทุกๆด้านอีกเยอะๆเลยนะคะคนเก่ง

#AsiaPacificU30 
#APEA
#winmetawin @winmetawin

“วิน เมธวิน” ได้รับเกียรติเป็น Asia-Pacific U30 Outstanding Young Leaders จาก APEA (Asia-Pacific Entrepreneurs Association) โดยวินได้เป็นหนึ่งใน 143 บุคคลจากวงการบันเทิงทั่วเอเชียแปซิฟิกในปี 2025 ที่ได้รับเกียรติในครั้งนี้ ขอแสดงความยินดีกับวินด้วยนะคะ…

GMMTV's tweet image. “วิน เมธวิน” ได้รับเกียรติเป็น Asia-Pacific U30 Outstanding Young Leaders จาก APEA (Asia-Pacific Entrepreneurs Association) โดยวินได้เป็นหนึ่งใน 143 บุคคลจากวงการบันเทิงทั่วเอเชียแปซิฟิกในปี 2025 ที่ได้รับเกียรติในครั้งนี้

ขอแสดงความยินดีกับวินด้วยนะคะ…


While other chains update roadmaps, Winity updates real utilities. New site, cleaner UX, points tracking, $WCO holders are literally watching adoption load in real-time. 🚀 #WCO #WChain #Payments #DeFi

🔥 Buy & Hold $WCO , Your Millionaire Blueprint Starts Here 💸🚀 $WCO isn’t just another altcoin , it’s the heartbeat of a rapidly expanding ecosystem powered by real utility, real adoption, and nonstop development from @WchainNetwork. As the ecosystem grows, early holders are…

musyai07's tweet image. 🔥 Buy & Hold $WCO , Your Millionaire Blueprint Starts Here 💸🚀

$WCO isn’t just another altcoin , it’s the heartbeat of a rapidly expanding ecosystem powered by real utility, real adoption, and nonstop development from @WchainNetwork.

As the ecosystem grows, early holders are…


Really builder, now we can swap $wina freely on swap option of peniwallet now. Thank you


We heard some Winniers had problems performing action on @berachain Did you know henlo-winnie.dev exist? Get your API key and frontrun everyone in the market


You can't fake ordination, $wina(winner) are those that walk in their purpose


Twin Protocols of Value! 🤝 @WhaleintelAI and @arbusai are joining forces: $WINT: Advanced AI for actionable whale insights 🐋. @arbuschirps: Qualified attention becoming real value (AttentionFi) 💡. The merger of smart data and engagement creates an unstoppable ecosystem. 🚀…

🐋 @WhaleintelAI - $WINT transforms major market movements into clear and actionable insights, combining whale tracking with advanced AI. @arbusai powers AttentionFi, converting qualified engagement into real value through its cognitive protocol. Together, these projects create…

daniellafaria30's tweet image. 🐋 @WhaleintelAI - $WINT transforms major market movements into clear and actionable insights, combining whale tracking with advanced AI.
@arbusai powers AttentionFi, converting qualified engagement into real value through its cognitive protocol.
Together, these projects create…


Sorry, I’m old fashioned int WINAPI WinMain( _In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow );


🚨 Trending 🚨 📈 FDV 5MIN 💹 +$9386.1706(+218%) 🔮 - $WINXI 🎯 - 8fomJxMfyWvWDqtMRxuCg4fXH1K8t6WyugZputJJpump 💫 𝐌𝐜𝐚𝐩 - 15.5K 🎯 TOP CALL 👉👉 OKAI.HK/ALpha ⬅️ 🔃- Ultra-fast copy trading,executed within 0-1 blocks -🔃

GuyBellh's tweet image. 🚨 Trending 🚨

📈 FDV 5MIN 💹 +$9386.1706(+218%) 
🔮 - $WINXI
🎯 - 8fomJxMfyWvWDqtMRxuCg4fXH1K8t6WyugZputJJpump
💫 𝐌𝐜𝐚𝐩 - 15.5K
🎯 TOP CALL 👉👉 OKAI.HK/ALpha ⬅️
🔃- Ultra-fast copy trading,executed within 0-1 blocks -🔃

✈️ Market Cap Surges ✈️ 📈 FDV 5min 💹 +$8799.3397(+220.6%) 🚀 - $WINP 💪 - D9g48kWoEA1G9MPWxapLZPsU9fdMNKuB3fdygHGSpump 🚀 - TXs/Vol: 165/$8.2K 📣 Alert 👉 OKAI.HK 🤖 Quick buy 👉 Gmgn.ai/sol/token/B5A6…💎 ―Better than BullX or Photon―


$WINA is building real utility — education, tools, adoption. This is not just hype; it's a movement. 🌐💎 #WINA #DAO #Blockchain

Melodycf2's tweet image. $WINA is building real utility — education, tools, adoption.
This is not just hype; it's a movement. 🌐💎
#WINA #DAO #Blockchain
Melodycf2's tweet image. $WINA is building real utility — education, tools, adoption.
This is not just hype; it's a movement. 🌐💎
#WINA #DAO #Blockchain

This is why I love @winprivacy we shifted our focus to super practical and aesthetic layer of privacy, security and open source. I can’t wait to spread knowledge and zine beyond web3 bubble next week!

met the ppl from @winprivacy today instant privacy enlightenment

0xLynnpham's tweet image. met the ppl from @winprivacy today
instant privacy enlightenment


Juega inteligente, crea en grande y gana más 💪🏽 @winnly_app una app para quienes juegan, pon a prueba tus habilidades en la arena, apuesta monedas rosadas, gana oro y úsalo para reclamar premios. 😎 Tendrás monedas rosadas por registrarte y por iniciar sesión a diario.

aizensouske96's tweet image. Juega inteligente, crea en grande y gana más 💪🏽

@winnly_app una app para quienes juegan, pon a prueba tus habilidades en la arena, apuesta monedas rosadas, gana oro y úsalo para reclamar premios. 😎

Tendrás monedas rosadas por registrarte y por iniciar sesión a diario.

We are excited to welcome WinCoins to the DeFi Builders Program. Get ready to monetize your predictions. WinCoins is building a creator-first protocol that lets anyone instantly launch a prediction market on any topic. They're turning creators and fans into "attention miners,"…

v_labs's tweet image. We are excited to welcome WinCoins to the DeFi Builders Program.

Get ready to monetize your predictions. WinCoins is building a creator-first protocol that lets anyone instantly launch a prediction market on any topic.

They're turning creators and fans into "attention miners,"…

🤖 AI Alert - $WYNNING - 🚨 🧫 C - AY4JAqvjJFFkpoZsVithcZHg7DaXyLMEbMLbM5Xmpump 🎯 M - 13.93K 🏆 H - 40 💫 T - 33s ago (Pump) 🔊 Signal 🌐 okai.HK 👈 🚀 Fast Buy 👉 Gmgn.ai/sol/token/B5A6… ⬅️ 🔃- Features you want, performance you need -🔃

AKapaliya's tweet image. 🤖 AI Alert - $WYNNING - 🚨
🧫 C - AY4JAqvjJFFkpoZsVithcZHg7DaXyLMEbMLbM5Xmpump 
🎯 M - 13.93K 
🏆 H - 40 
💫 T - 33s ago (Pump)
🔊 Signal 🌐 okai.HK  👈
🚀 Fast Buy 👉 Gmgn.ai/sol/token/B5A6… ⬅️
🔃- Features you want, performance you need -🔃

Тайный WinAPI. Как обфусцировать вызовы WinAPI в своем приложении #malware #winapi #подписчикам xakep.ru/2018/12/06/hid…

XakepRU's tweet image. Тайный WinAPI. Как обфусцировать вызовы WinAPI в своем приложении #malware #winapi #подписчикам

xakep.ru/2018/12/06/hid…

0xc00000d8 be like #winapi


見やすくしてみた、たぶん。 #C言語 #プログラミング #WINAPI

yoshikaz1986's tweet image. 見やすくしてみた、たぶん。
#C言語
#プログラミング
#WINAPI

I'm back nerds. Now im getting back to work. #winapi #rust #programming

5mukx's tweet image. I'm back nerds. Now im getting back to work.  

#winapi #rust #programming

Злой двойник атакует! Маскируем запуск процессов при помощи Process Doppelgänging #winapi #payload #подписчикам xakep.ru/2018/08/27/dop…

XakepRU's tweet image. Злой двойник атакует! Маскируем запуск процессов при помощи Process Doppelgänging #winapi #payload #подписчикам

xakep.ru/2018/08/27/dop…

LummaC2 #Stealer #Malware Features; - Developed in C Language, - There is no #WinAPI, only manual system call invocations.

MonThreat's tweet image. LummaC2 #Stealer #Malware Features;

- Developed in C Language,
- There is no #WinAPI, only manual system call invocations.

ウィンドウプロシージャをstaticにしなくても扱えるのめっちゃ便利 ウィンドウプロシージャのカプセル化がめっちゃ役立つ #C++ #WinAPI #プログラミング勉強中 #プログラミング独学

raten1783's tweet image. ウィンドウプロシージャをstaticにしなくても扱えるのめっちゃ便利

ウィンドウプロシージャのカプセル化がめっちゃ役立つ

#C++
#WinAPI
#プログラミング勉強中 
#プログラミング独学
raten1783's tweet image. ウィンドウプロシージャをstaticにしなくても扱えるのめっちゃ便利

ウィンドウプロシージャのカプセル化がめっちゃ役立つ

#C++
#WinAPI
#プログラミング勉強中 
#プログラミング独学

It's really impossible to correctly call #WinAPI on the first time without f'-ing it up.

ShayNehmad's tweet image. It's really impossible to correctly call #WinAPI on the first time without f'-ing it up.

Why could WM_CHANGECBCHAIN be an important event to any app? stackoverflow.com/questions/7196… #clipboard #winapi

overflow_meme's tweet image. Why could WM_CHANGECBCHAIN be an important event to any app? stackoverflow.com/questions/7196… #clipboard #winapi

How to obtain the content of any running apps, like in zoom or Alt+Tab stackoverflow.com/questions/7229… #csharp #winapi

overflow_meme's tweet image. How to obtain the content of any running apps, like in zoom or Alt+Tab stackoverflow.com/questions/7229… #csharp #winapi

@JenMsft just found strange #WinAPI behavior on #Windows10: create simple window project (default) - I used #VS2017. In functions CreateWindow(Ex)/MoveWindow/SetWindowPos try to set X and Y to 0, 0 (which should be top left corner on single monitor system). They all wrong X!!!

igr1994's tweet image. @JenMsft just found strange #WinAPI behavior on #Windows10: create simple window project (default)  - I used #VS2017. In functions CreateWindow(Ex)/MoveWindow/SetWindowPos try to set X and Y to 0, 0 (which should be top left corner on single monitor system). They all wrong X!!!

(c++) How can I read another process' prints (so like the "couted" stuff) stackoverflow.com/questions/7580… #cpp #winapi

overflow_meme's tweet image. (c++) How can I read another process' prints (so like the "couted" stuff) stackoverflow.com/questions/7580… #cpp #winapi

Loading...

Something went wrong.


Something went wrong.


United States Trends