Today's post in on #Python #ControlFlow.
I'm learning as I go so be kind :)
Post: https://www.spsanderson.com/steveondata/posts/2025-05-28/
Today's post in on #Python #ControlFlow.
I'm learning as I go so be kind :)
Post: https://www.spsanderson.com/steveondata/posts/2025-05-28/
Today's post in on #Python #ControlFlow.
I'm learning as I go so be kind :)
Post: https://www.spsanderson.com/steveondata/posts/2025-05-28/
Прямая без препятствий. Часть 2. Защита мобильных приложений — выход найден?
В современных мобильных операционных системах нам по умолчанию недоступны права суперпользователя, а более-менее привилегированный доступ для приложений получить просто невозможно без использования уязвимостей. Поэтому невозможно сделать единое приложение, которое будет защищать все мобильное устройство из пользовательского пространства. Остается единственный выход — встраивать защиту прямо в защищаемое приложение. Меня зовут Николай Анисеня, и я продолжаю рассказывать о безопасности мобильных приложений. В предыдущей статье мы подробно поговорили о состоянии защищенности приложений и девайсов на настоящий момент. Если коротко — приятных новостей мало. Но выход есть. В этой статье расскажу о перспективах защиты.
https://habr.com/ru/companies/pt/articles/905726/
#pt_maze #уязвимости_мобильных_приложений #sdk #saas #телеметрия #защита_кода #controlflow #анализ_кода #обфускация #zero_trust
Angular for beginners: Everything you need to know by Abdelfattah Ragab
Available on https://books.abdelfattah-ragab.com
#angular #beginners #students #novice #juniors #angularcli #events #routing #componentlifecycle #forms #dependencyinjection #httpclient #environmentvariables #guards #interceptors #resolvers #lazyloading #templatesyntax #pipes #controlflow #styles #observables #rxjs #operators
In the latest and last of the recent round of essay revisits, I have updated the code and formatting, some links and clarified the wording in Out of Control, which explores coding styles and paradigms, refactoring and the Roman Numerals kata.
#RomanNumerals #Kata #Python #JSON #Refactoring #ControlFlow #Code #Data
Angular for beginners: Everything you need to know by Abdelfattah Ragab
Available on https://shop.tredition.com and https://www.amazon.com
#angular #beginners #students #novice #juniors #angularcli #events #routing #componentlifecycle #forms #dependencyinjection #httpclient #environmentvariables #guards #interceptors #resolvers #lazyloading #templatesyntax #pipes #controlflow #styles #observables #rxjs #operators
PowerShell Control Flow: A Practical Guide to Conditional Logic http://dlvr.it/TGlTKh via PlanetPowerShell #PowerShell #ControlFlow #ConditionalLogic #ServerAdministration
Thanks to all the attendees joining my talk at DevDays Europe! Here are the slides of my session “The New #Angular: Maximizing Performance and Productivity”: https://speakerdeck.com/christianliebel/the-new-angular-maximizing-performance-and-productivity #signals #standalone #controlflow #ssr #devdayseurope
Obfuscation Principles - I have just completed this room! Check it out: tryhackme.com/room/obfuscati… #tryhackme #Windows #Obfuscation #Malware #C #C #Symbols #Concatenation #ControlFlow #Anti-ReverseEngineering #obfuscationprinciples
Looking into just trying to deobfuscate the older NAC stuff for generating the iMessage validation data...
Looks like it might be possible? As far as I can tell, it's just MBA + Control Flow Obfuscation.
I don't totally understand simplifying MBA, but it looks like it can be done with certain tools, and after that undoing the CFO should be easy-er?
#ReverseEngineering #MixedBooleanArithmetic #FairPlay #ControlFlowObfuscation #ControlFlow #deobfuscation #obfuscation #BinaryNinja #BinaryObfuscation
The other thing is maybe I can figure out how to un-flatten the control flow flattening? It's not the modern advanced versions...
@danielzenzes I never had a need for breaking out of nested loops.
On a related note: when you want to break out of a control flow, e.g. when traversing a tree structure with a visitor, you can also use
std::ops::ControlFlow
https://doc.rust-lang.org/std/ops/enum.ControlFlow.html
It makes breaking out of control flow much more explicit.
And it can also be used with `?` operator in order to return early when it's value is ControlFlow::Break. :awesome:
What is the best part of conditional branching / control flow?
Intel Adds Anti-Malware Protection in Tiger Lake CPUs - Intel's Tiger Lake CPUs will come with Control-flow Enforcement Technology (CET), aimed at battlin... more: https://threatpost.com/intel-anti-malware-protection-tiger-lake-cpus/156568/ #controlflowenforcementtechnology #controlflowhijacking #chiplevelsecurity #mobilesecurity #bufferoverflow #inteltigerlake #anti-malware #controlflow #hardware #malware #intel #cet #cop #cpu #jop #rop