Posted by jpluimers on 2025/05/26

Video thumbnail
The below example is in Excel, but it holds for many other drawing tools in other office suites as well (like the ones in OpenOffice and successors like LibreOffice, Apple Pages in iWork, and others from the list of office suites):
- Insert a shape
- Move the corners so it covers the area you want a screenshot in
- Modify the shape background to contain the screenshot as background
(you can exchange steps 2 and 3 if you wish, and even go for more complex shapes – including ones where you can add corner points – to better fit the area where you want the distorted screenshot to appear).
Example in (typo was indeed in the tweet) [Wayback/Archive] Excel Dictionary on X: “Are you ready for this Excel tip? Get ready to learn how to easily scew images. 🤯”: Read the rest of this entry »
Posted in Excel, Office, Power Point, Power User, Visio, Word | Leave a Comment »
Posted by jpluimers on 2025/05/23
If I ever need old Geocities material then I should check back at oocities and other archival efforts as they have archived a truckload of it and (unlike the the Archive.org geocities arvhive) are indexed by public search engines.
Their archive home page is [Wayback/Archive] Geocities Archive Geocities Mirror / The 90s Archive (1990s 2000s nineties) / The Early web of which I quote a few bits:
- Special Thanks goes to all the editors and webmasters who made this project alive by updating their old links every day
from * geocities.com/*
to *.oocities.com/*
- oocities.com/org, geocities.ws, reocities.com, internetarchaeology.org, webcitation.org, deletedcity.net
Adding some domains from Yahoo! GeoCities: Archiving efforts – Wikipedia, these are publicly indexed archival sites that have parts of old Geocities content (part of which might be gone by the time you read this: web sites and their content become increasingly ephemeral):
Read the rest of this entry »
Posted in Internet, Power User | Leave a Comment »
Posted by jpluimers on 2025/05/22
[Wayback/Archive] Electronic Basics by GreatScott! – YouTube
At the time of writing these were some 60 videos each 5-15 minutes long in reversed order (#1 at the bottom, #61 at the top).
This means it is about 10 hours of watching time well worth it.
--jeroen
Posted in Development, Electronics Development, Hardware Development | Tagged: 61 | Leave a Comment »
Posted by jpluimers on 2025/05/22
I used these .NET Source Browsers quite few times over the last decade, first for the .NET Framework and later for .NET Core (now called .NET, sometimes .NET Runtime) as well, but forgot to blog about them, so now that I discovered there is one for the Roslyn Compiler Platform as well, let’s list them all:
It was introduced as [Wayback/Archive] referencesource-beta.microsoft.com by [Wayback/Archive] A new look for .NET Reference Source – .NET Blog which explains how to use it for browsing (on-line and off-line), Visual Studio integration, debugging, and more. In about a month however it got out of beta and became the primary as it functioned so well (you can verify this while browsing through the 2014 Wayback links).
All are powered by [Wayback/Archive] KirillOsenkov/SourceBrowser:
Read the rest of this entry »
Posted in .NET, .NET 4.8, .NET Core, .NET Framework, C#, Development, Software Development | Leave a Comment »
Posted by jpluimers on 2025/05/20
For my link archive: [Wayback/Archive] Debugging Win32 binaries in Ghidra via Wine
[Wayback/Archive] Ghidra is a cross-platform reverse-engineering and binary analysis tool, with recent versions including support for dynamic analysis. I want to try using it as a replacement for IDA Pro in reverse-engineering of Win32 binaries, but hit bugs related to address space detection when running gdbserver with Wine ([Wayback/Archive] ghidra#4534).
This post contains custom GDB commands that allow Ghidra to query the Linux process ID and memory maps of a Win32 target process running in 32-bit Wine on a 64-bit Linux host.
Via [Wayback/Archive] Ptrace Security GmbH on Twitter: “Debugging Win32 binaries in Ghidra via Wine #Pentesting #Debugging #CyberSecurity #Infosec”.
--jeroen
Posted in Debugging, Development, Software Development, Windows Development | Tagged: CyberSecurity, Debugging, infosec, Pentesting | Leave a Comment »