
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
github.com/Kromster80/RecastNavigationDelphi
Port of Recast Navigation into Delphi
Source code location: https://github.com/memononen/recastnavigation
Source code version: Around 01 Nov 2014
Porting guidelines:
Hints about the code:
Multi-condition "for" loops and loops where iterator gets changed inside the loop, were converted to while/repeat loops. Loop code needs to be repeated before any "continue".
Move method first two arguments (Src, Dst) need to be swapped in Delphi.
Delphi needs to wrap overflowing manipulations with a {$O} directive to supress errors.
Delphi needs manual disposal of objects created within record , as they dont have built-in destructor support in them.
To simplify the pointer trickery, {$POINTERMATH ON} had to be enabled almost in every unit.
Typed @ operator setting is great help, but sadly it does not work sometimes.
Common pitfalls during porting:
Todos:
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.