summaryrefslogtreecommitdiff
path: root/src/common/bits.h
AgeCommit message (Expand)Author
11 daysCreate a function to search for the next set bit in bit field.HEADmasterCyrille Bagard
2024-02-08Save an unused bit field operation created for tests.Cyrille Bagard
2024-02-06Find free interleaving indexes for the ACISM backend using a dedicated search.Cyrille Bagard
2022-12-09Allow OR operations in bit fields at a given position.Cyrille Bagard
2022-12-07Provide functions to test bit fields against bit fields.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2018-06-19Extended the bitfield operations and their Python bindings.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2017-09-30Handled dependencies when loading plugins.Cyrille Bagard
2017-05-10Rewritten the whole bitfield management.Cyrille Bagard
2017-03-30Discriminated between tests for set and unset ranges of bits.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-04-16Created a basic tool to manage server configurations.Cyrille Bagard
2016-04-02Handled all routines disassembling processing in one place.Cyrille Bagard
2016-03-26Extracted the logic of code nodes for better processing.Cyrille Bagard
2015-11-26Used several threads without lock to disassemble binary code.Cyrille Bagard
2015-10-15Detected loops as introduced in the book "Compilers: Principles, Techniques, ...Cyrille Bagard
2015-10-06Optimized loop detections using bit fields.Cyrille Bagard