Skip to content

Commit d06eeb9

Browse files
authored
Merge branch 'main' into onboard-hoildays
2 parents dc58fba + 11fb7c7 commit d06eeb9

File tree

2 files changed

+92
-1
lines changed

2 files changed

+92
-1
lines changed

Diff for: ideas.html

+92-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
</ul>
5454
</div>
5555
</div>
56+
</div>
5657
<!-- menu -->
57-
5858
<!-- How to apply -->
5959
<a id="ideas"></a>
6060
<div class="content">
@@ -188,6 +188,7 @@ <h2>
188188
<p><a href="https://github.com/afhverjuekki/tolvera" alt="Tölvera">Source Code</a></p>
189189
</div>
190190
</div>
191+
<hr>
191192
</div>
192193
<!--- break --->
193194
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
@@ -337,6 +338,48 @@ <h2>
337338
<hr>
338339
</div>
339340
<!--- break --->
341+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
342+
<div class="pure-g">
343+
<div class="pure-u-1 pure-u-md-1-2 logo">
344+
<img src="/logos/pyladiescon_word_logo.png"/>
345+
</div>
346+
<div class="pure-u-1 pure-u-md-1-2">
347+
<h2>
348+
PyLadiesCon
349+
</h2>
350+
</div>
351+
</div>
352+
<br />
353+
PyLadiesCon is an online conference for the global PyLadies community. Our conference began in 2023.
354+
During our conference, we host 24 hours of online engagement, talks, keynotes, panels, and workshops for our community members.
355+
We strive of inclusivity and accessibility, providing talks in multiple-languages, and we take extra care in subtitling and translating our talks.
356+
357+
Being an online, multi-language, multi-timezone conference, we face unique and different challenges from other types of events and conferences.
358+
359+
We are developing an online web portal to help manage the behind the scenes work of our conference organizing team.
360+
<div class="pure-g">
361+
<div class="pure-u-1 pure-u-md-1">
362+
<p>Contact Links</p>
363+
</div>
364+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
365+
<p><a href="https://discord.gg/2fUN4ddVfP">Chat</a></p>
366+
</div>
367+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
368+
<p><a href="https://conference.pyladies.com/">Homepage</a></p>
369+
</div>
370+
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
371+
<p><a href="mailto:[email protected]">[email protected]</a></p>
372+
</div>
373+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
374+
<p><a href="https://github.com/pyladies/pyladiescon-portal/wiki/PyLadiesCon-Google-Summer-of-Code-2025-Ideas">Ideas Page</a></p>
375+
</div>
376+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
377+
<p><a href="https://github.com/pyladies/pyladiescon-portal/">Source Code</a></p>
378+
</div>
379+
</div>
380+
<hr>
381+
</div>
382+
<!--- break --->
340383
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
341384
<div class="pure-g">
342385
<div class="pure-u-1 pure-u-md-1-2 logo">
@@ -375,6 +418,54 @@ <h2>
375418
<hr>
376419
</div>
377420
</div>
421+
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1 shuffleMe">
422+
<div class="pure-g">
423+
<div class="pure-u-1 pure-u-md-1-2 logo">
424+
<img src="https://avatars.githubusercontent.com/u/19614813?s=400&u=d84405db12ed7de7861ff7dad47dc5f0d1841f39&v=4" />
425+
</div>
426+
<div class="pure-u-1 pure-u-md-1-2">
427+
<h2>
428+
Pwndbg
429+
</h2>
430+
</div>
431+
</div>
432+
<br />
433+
Pwndbg is a plugin for GDB & LLDB that improves debugging experience for low-level software developers, hardware hackers, reverse engineers, security researchers or capture the flag security competition players.
434+
It helps with all this by providing a colorful TUI showing the user CPU register values, disassembled code, values on the stack memory, backtrace and list of current threads.
435+
The colors provide information where given pointers point to, and, the pointers are dereferenced to show what they contain. All this displayed context immediately helps in understanding what is going on in the debugged program.
436+
Pwndbg provides lots of useful commands, e.g., for dumping process information, inspecting glibc or linux kernel heap allocator metadata, finding pointers in memory, displaying stack canary/cookie values, getting a hexdump of memory, and many many more.
437+
Apart from this, Pwndbg provides an API that can be used to use or extend its features when users need to script some tasks in GDB or LLDB.
438+
<br />
439+
<br />
440+
Contributors can propose working on more than one idea, and then adjust time accordingly between them.
441+
If it makes sense, a projects could also be extended to large length.
442+
<div class="pure-g">
443+
<div class="pure-u-1 pure-u-md-1">
444+
<p>Contact Links</p>
445+
</div>
446+
447+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
448+
<p><a href="https://discord.gg/x47DssnGwm">Chat</a></p>
449+
</div>
450+
451+
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
452+
<p><a href="https://pwndbg.re/">Homepage</a></p>
453+
</div>
454+
455+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
456+
<p><a href="https://github.com/pwndbg/pwndbg/issues/2786" alt="Pwndbg ideas">Ideas Page</a></p>
457+
</div>
458+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
459+
<p><a href="https://github.com/pwndbg/pwndbg/" alt="github.com/pwndbg/pwndbg">Source Code</a></p>
460+
</div>
461+
462+
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
463+
<p><a href="https://pwndbg.re/CheatSheet.pdf" alt="Pwndbg cheatsheet">Pwndbg/GDB CheatSheet</a></p>
464+
</div>
465+
</div>
466+
<hr>
467+
</div>
468+
378469
<!-- End template -->
379470

380471
<div class="content">

Diff for: logos/pyladiescon_word_logo.png

52.4 KB
Loading

0 commit comments

Comments
 (0)