#winapi search results

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

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

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


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

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

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

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

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

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

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

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

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

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


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.

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


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


ノーライブラリ、ノーエンジンで、 自前で3Dっぽいプログラム。 まだ計算式が未熟。 #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

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


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


YYScreenTime_winのアイコンをペイント3Dで作った 砂時計感あんまねえよな~ おしゃれっぽくモダンに頑張った てかアイコンが表示されるの感動ものだよこれ Makefileにも触れたし、いい気分w #Microsoft #Windows #WinAPI #Win64API #ICON

yy_tromb's tweet image. YYScreenTime_winのアイコンをペイント3Dで作った
砂時計感あんまねえよな~
おしゃれっぽくモダンに頑張った
てかアイコンが表示されるの感動ものだよこれ
Makefileにも触れたし、いい気分w
#Microsoft #Windows #WinAPI #Win64API #ICON
yy_tromb's tweet image. YYScreenTime_winのアイコンをペイント3Dで作った
砂時計感あんまねえよな~
おしゃれっぽくモダンに頑張った
てかアイコンが表示されるの感動ものだよこれ
Makefileにも触れたし、いい気分w
#Microsoft #Windows #WinAPI #Win64API #ICON

🚀 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 #趣味プログラミング


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


Progressing very fast with learning #C & #winapi for #maldev. Already made my own simple loader which i'm going to optimize further during the learning journey.

Currently focussing on learning #maldev, ngl its a lot of information especially the #winapi But its quite enjoyable actually



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


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


Lets know about the SetThreadContext, a powerful and commonly seen API that is capable of changing the registers of remote threads. medium.com/tenable-techbl… #infosec #debug #api

5mukx's tweet image. Lets know about the SetThreadContext, a powerful and commonly seen API that is capable of changing the registers of remote threads.

medium.com/tenable-techbl…

#infosec #debug #api


How EDR Actually works : The (Anti-)EDR Compendium blog.deeb.ch/posts/how-edr-…

5mukx's tweet image. How EDR Actually works : The (Anti-)EDR Compendium

blog.deeb.ch/posts/how-edr-…


In this thread, I'll show you how to replace numerical values with meaningful string representations using enums in IDA Pro. This improves readability and makes reversing easier!.

MalGamy12's tweet image. In this thread, I'll show you how to replace numerical values with meaningful string representations using enums in IDA Pro. This improves readability and makes reversing easier!.


Тайный 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 でとりあえず三角形を透視投影変換。wiki先生を読むと、三角形の相似で実現できるらしいから、やってみた。 見にくいけど、ひとつの三角形が移動すると、相対的に相似の計算でもう他方の三角形が(遠方だと仮定して)ゆっくり動く。 wiki先生、万歳。

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

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

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

I've just come across this in an official MS example code 😆 #WinAPI #HeapAlloc

CsiriKincses's tweet image. I've just come across this in an official MS example code 😆 #WinAPI #HeapAlloc

VK_GAMEPADなんてものがあったんか #Windows #Winapi #cplusplus

masterexa's tweet image. VK_GAMEPADなんてものがあったんか

#Windows #Winapi #cplusplus

Only in #WinAPI you'll use a function named ShowWindow to hide a window...

p0358's tweet image. Only in #WinAPI you'll use a function named ShowWindow to hide a window...

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.

Злой двойник атакует! Маскируем запуск процессов при помощи 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…

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

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.

@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!!!

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

Loading...

Something went wrong.


Something went wrong.


United States Trends